html, body {
	height: 101%;
	}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	background: url(Images/background.jpg);
	background-attachment: fixed;
	color:#333399;
	}
#wrapper {
	width: 800px;
	margin: 10px auto 5px auto;
	}
h1 {
	font-size: 16px;
	}
h2 {
	font-size: 14px;
	}
p {
	font-size: 12px;
	}
#header {
	width: 100%;
	height: 125px;
	background-image:url(Images/header.jpg);
	background-repeat: no-repeat;
	}
.clearer {
	font-size: 0px;
	width: 100%;
	display: block;
	clear: both;
	}
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden; /*used with padding and margin to achieve same height columns*/
}
#left {
	width: 165px;
	float: left;
	padding: 10px 10px 5000px 10px; /*used with padding and margin to achieve same height columns*/
	margin-bottom: -5000px; /*used with padding and margin to achieve same height columns*/
	background-image: url(Images/spacer_left.jpg);
	background-repeat: repeat-y;
	}
#right {
	text-align: left;
	width: 585px;
	float: left;	
	padding: 15px 15px 5000px 15px; /*used with padding and margin to achieve same height columns*/
	margin-bottom: -5000px; /*used with padding and margin to achieve same height columns*/
	background-image: url(Images/spacer_right.jpg);
	background-repeat: repeat-y;
	}
#right p {
	margin: 0px;
	}
#right li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	list-style: circle;
	}
	
#topnav h5	{
	display: none;
	}
#topnav ul {
	background-color: #0515AC;
	text-align: right;
	padding: 3px 0;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	}
#topnav ul li {
	list-style: none;
	margin: 0;
	display: inline;
	}
#topnav ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background: white;
	text-decoration: none;
	}
#topnav ul li a:link{
	color: #000099;
	}
#topnav ul li a:visited{
	color: #666666;
	}
#topnav ul li a:link:hover, #topnav ul li a:visited:hover{
	color: #000000;
	border-color: #227;
	background-color: #DEF0FA;
	}
topnav ul li a#current {
	background: white;
	border-bottom: 1px solid white;
	}
#sidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	}
#sidenav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
#sidenav li a:link, #sidenav li a:visited, #sidenav li a:active {
	color:#0616AC;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding:5px ;
	width: 150px;
	border: 1px solid #FFFFFF;
	}
#sidenav li a:hover {
	color: #fff;
	background-color:#0616AC;
	text-decoration: none;
	}
#footer {
	float: left;
	width: 800px;
	/*height: 1%;*/
	padding: 0px;
	margin: 0px;
	background-color: #0616ac;
	color: #FFFFFF;
	border-top: solid 1px #dadada;
	text-align: center;
	}
#footer p {
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 125%;	
	color: #FFFFFF;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	} 
