/* CSS Document */

body {
	width: 100%;
	height: auto;
	margin: 0px;
	background: #fff;
	}
#logo {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 116px;
	height: 113px;
	padding: 0px;
	margin: 0px;
}
#headerimage {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 550px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
#topnav {
	position: absolute;
	top: 121px;
	left: 0px;
	width: 100%;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: #0055a5;
	z-index: 5;
}
#topnav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 7px 0px 0px 20px;
	padding: 0px;
	font-weight: normal;
}
#topnav p a {
	text-decoration: none;
	color: #ffffff;
}
#topnav p a.active {
	text-decoration: underline;
	color: #ffffff;
}
#container {
	position: absolute;
	top: 157px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#sidenav {
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
	padding: 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #0055aa;
}
#sidenav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	margin: 10px 0px 15px 5px;
}
#sidenav li {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 5px;
 	color: #CCCCCC;
}
#sidenav a.main {
	font-size: 14px; 
}
#sidenav a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#sidenav a:hover {
	text-decoration: underline;
}
#sidenav a.active {
	font-weight: bold:
}
#maintexthome {
	position: relative;
	float: left;
	margin: 43px 0px 0px 20px;
	padding: 0px;
	width: 50%;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
#maintexthome h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 10px 0px 15px 0px;
}
#maintext {
	position: relative;
	float: left;
	margin: 43px 0px 0px 20px;
	padding: 0px;
	width: 75%;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
#maintext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 10px 0px 15px 0px;
}
#maintext ul {
	color: #000000;
}
#sidebar {
	position: relative;
	float: left;
	margin: 53px 0px 0px 20px;
	padding: 0px;
	width: 25%;
	height: 240px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background: url(images/sidebar.jpg) no-repeat top left;
}
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 10px 20px 20px 20px;
	padding: 0px;
	font-weight: normal;
	line-height: 16px;
}
#sidebar p a {
	text-decoration: none;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0055a5;
	margin: 10px 20px 15px 20px;
	padding: 0px;
	font-weight: bold;
}
#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0055a5;
	margin: 20px 20px 15px 20px;
	padding: 0px;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: #0055a5;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 9px 0px 0px 170px;
	padding: 0px;
	font-weight: normal;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#pscroller1{
width: 145px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: white;
top: 25px;
}
