/* CSS Document */
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: 800px;
background-color: #999966;}

div#top {width: 800px;
background-color:#FFFFFF}

div#lefttop {padding-bottom: 10px;
border-bottom: thin solid #999966;
width: 800px;
background-color:#FFFFFF}

div#leftnav {padding: 8px;
margin-right: 5px;
float: left;
width: 190px;
}

div#leftpic {clear: left;
padding: 8px;
margin-left: 0px;
float: left;
width: 190px;
}

div#content {padding: 0px 0px 0px 8px; 
width: 578px; 
float: right;
background-color:#FFFFFF}

div#footer {clear: both;
border-top: thin solid #999966;
border-bottom: thin solid #999966;
width: 800px;
background-color:#FFFFFF}

.style1 {font-size: x-large}
img#doc {border-color: #003300; border-width: thin;}
.style2 {font-size: small}

