body,h1,h2,h3 {font-family: Arial, Helvetica, sans-serif; }

p, li {font-size: .95em; text-align: justify;}

h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2em; font-weight: bolder; color: #003300; text-align: left;}
h2 {font-size: 1.5em; font-weight: bold; color: #003300; text-align: left;}
h3 {font-size: 1.2em; color: #999966; text-align: left;}

a {
	color: #003300;
	font-weight: bold;
	font-size: .95em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: .95em;
	color: #cccc99;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #003300;
}

div#container {width: 100%;}

div#top {padding: 0;
width: 100%;}

div#lefttop {padding-bottom: 10px;
border-bottom: thin solid #999966;
width: 100%;}

div#content {padding: 0px 0px 8px 8px; width: 600px;}

div#footer {clear: both;
padding: 8px 0px 8px 8px;
border-top: thin solid #999966;
border-bottom: thin solid #999966;
width: 100%;}

div#leftnav{ 
	/*masks out all content using sidenav div - should only be used for navigation*/
display:none;
}
div#leftpic{ 
	/*masks out all content using sidenav div - should only be used for navigation*/
display:none;
}


