﻿html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	color: #000000;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}
a {
	color:#333333;
	text-decoration: underline;
	font-weight: 600;}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: 600;}
	h1,h2,h3,h4{color:#607E03;}
h1 {
	font: bold 24px "Times New Roman", Times, serif;
	}
h2{
	font: normal 20px Georgia, Georgia, serif;
	}

h3{
	font: normal 20px Georgia, Georgia, serif;
	}


.clear {
	clear: both;}
#wrapper {
	background-image: url("images/wrapper.jpg");
	width: 900px;
	text-align: left;
	margin: 0 auto;}
#header {margin-left:52px;
	position: relative;
	width: 796px;
	height: 200px;
	background:url(images/header.jpg) no-repeat;}
#topnav {
	position: absolute;
	left: 730px;
	top: 22px;
	width: 121px;
	text-align: center;
	color: #ffffff;
	height: 30px;
	font-size: 90%;
}
#topnav a{ text-decoration:none;padding-top:7px;color:#FFFFFF; font-weight:bold; display:block;height:34px; width:115px;}
#topnav li{list-style:none;}
#topnav a:hover{ color:#333333; background:url(images/hover.jpg) no-repeat; }

#sidebar {
	font-size: 90%;
	float: left;
	width: 250px;
	padding: 0 10px 0 40px;}
	#sidebar h2{ margin:0; padding-left:10px;padding-top:10px;background:url(images/h2.jpg) no-repeat; width:230px; font-size:16px; height:36px; font-weight:bold}
	
	#sidebar ul{ background:#EBEBEB;list-style:none; border:#CCCCCC solid 1px;width: 230px; }
	#sidebar ul li{display:block; background:#EBEBEB;list-style:none; padding-bottom:10px; border-bottom:#666666 dotted 1px;padding-left:10px}
	#sidebar li a{  }
	#sidebar li a:hover{background:#F3F3F3;}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;}

#content {
	float: right;
	width: 530px;
	line-height: 1.5em;
	padding: 0 60px 0 10px;
	text-align:justify;}
#footer {
background:url(images/footer.jpg) no-repeat;
width:796px;
padding:0;
text-align: center;
height: 88px;
margin-left:52px;
margin-bottom:35px}
#footer p{padding-top:48px; color:#fff;}

