h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-weight: normal;
	color: #7DAB00;
}

#page h1 a {
	color: #7DAB00;
	text-decoration: none;
}

h2 { color: #7DAB00; }
h3 { color: #7DAB00; }
h4 { color: #7DAB00; }
h5 { color: #7DAB00; }
h6 { color: #7DAB00; }

h1 { font-size: 20px; line-height: 22px; }
h2 { font-size: 18px; line-height: 20px; }

a:link,
a:visited { color: #7DAB00; text-decoration: none; }
a:hover { text-decoration: underline; }

ul.links {
margin: 10px 0px 20px 0px;
padding-left: 0px;
list-style: none;
}

.module ul.links { margin: 0; }

ul.links li {
padding-left: 18px;
height: 30px;
border-top: 1px solid #E5E5E5;
line-height: 30px;
background: url(../images/typography/list_links.png) 0px 0 no-repeat;
cursor: pointer;
}

ul.links li:first-child { border: none; }
ul.links li:hover { background-position: 0px -30px; }

ul.links li a {
display: block;
color: #7DAB00;
text-decoration: none;
}

ul.links li:hover a,
#bottom ul.links li:hover a { color: #7DAB00; }
#bottom ul.links li { border-color: #7DAB00; }
#bottom ul.links li a { color: #7DAB00; }

hr.dotted {
margin: 15px 0px 15px 0px;
display: block;
background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
height: 1px;
border: none;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
 
blockquote { font-family: Georgia, "Times New Roman", Times, serif; }

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}