/* Includes typography and color styles for common site items eg. header and footer */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image:url(../images/interface/tall-background-grass-sky.jpg);
	background-repeat:repeat-x;
	background-position:center -129px;
}

a:link, a:visited {
	color:#006699;
}

a:hover {
	color:#FF0000;
}

a:active {
	color:#006699;
}

a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
	color:#800080;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	font-size:1.6em;
	line-height:1.8em;
	font-weight:bold;
	color:#31526c;
}
p, ul.checklist li {
	font-size:1.2em;
	line-height:1.4em;
	color:#31526c;
	
}
ul.checklist li, div#content_container div#content_tabs_body, div#content_container div#content_tabs_body p {
	color:#8eb275;
}
div#content_container div#content_tabs_body a.view_more_link {
	text-align:center;
	text-decoration:none;
	color:#8eb275;
}

div#footer div#copyright, div#footer a {
	color:#757672;
	font-size:1.2em;
	line-height:1.4em;	
}
div#footer a {
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
span.bold{
	font-weight:bold;
}