﻿/* CSS layout */
<style type="text/css">
<!--
body {
	 text-align:center;
}
#container{
	text-align:left;
	width:800px;
	margin:0 auto;
	position:relative;
	background-color:white;
}

#masthead {
	}

#top_nav {
	background-color: #64AC0E;
	height: 32px;
}

#page_content {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#footer {
	font-family: Verdana;
	font-size:small;
	color:#03477B;
	text-align: center;
	
	}

h2 {
	font-size: large;
	font-weight: bold;
	font-family: Verdana;
	color: #C35301;
}
body {
	font-family: Verdana;
	font-size: small;
}

#page_content p {
	font-size: small;
}
-->

h3 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #03477B;
}
h4 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #097773;
}
h5 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #64AC0E;
}
h6 {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}

ul {
	font-family: Verdana;
	font-size: small;
	list-style-type: square;
}
ol {
	font-family: Verdana;
	font-size: small;
}






#footer a {
	color: #03477B;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #03477B;
}
#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
</style>
#page_content a {
	text-decoration: none;
}
#page_content a:hover {
	text-decoration: underline;
}
#page_content a {
	text-decoration: none;
	color: #03477B;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #666666;
}
.filesize {
	font-family: Verdana;
	font-size: x-small;
	color: #666666;
	text-transform: uppercase;
}
li {
	margin-bottom: 9px;
}
.breadcrumbs {
	text-align: right;
	font-size: x-small;
	color: #666666;
}
a.sidebar {
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebar:hover {
	text-decoration: underline;
}
