/* CSS Document */


body { background-color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; padding:0; margin:15px 0px;}
body a { color:#FFFFFF; text-decoration:none; font-weight:800; }
body a:hover { color: #666666; text-decoration:none; font-weight:800 }
body a:hover { color: #999999; text-decoration:underline; font-weight:800 }

#container {
	font-size:90%;
	background-color: 03ad7f;
	background-image: none;
	background-repeat: repeat;
	width: 1000px;
	padding: 0px;
	margin: auto;
	float: none;
	z-index: auto;
	overflow: hidden;
}


#header {background: url(./header.jpg);  width:750px; height:200px; float:left; border-bottom: 20px solid #FFF; }
#header a { position:relative; top:25px; left:25px; font-size: 180%;color: #6D929B; text-decoration:none;}
#header a:hover {text-decoration:underline; }
#header a:visited {text-decoration:none;}

#slogan {position:relative; top:120px; left:250px; color:#FFFFFF; font-size:150%;}

img { border:0; padding:0}
#leftcol {
	width:200px;
	float:left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#nav {
	width:200px;
	float:right;
	text-decoration:none;
	padding-left:0px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: b0b0ad;
	color: b0b0ad;
	background-image: none;
	background-repeat: repeat-x;
}
#nav ul, #nav li {
	list-style:none;
	margin:0px;
	text-align:left;
	padding:0px;
	border-width: 150;
	width: 150px;
	background-image: none;
	background-repeat: repeat;
}
			#nav li {
	color:ffffff;
	background-image: none;
}
				#nav li a {
	width: 200px;
	padding:5px 0px 5px 15px;
	background-color:#EFEFDE;
	color:#000;
	display:block;
	font-weight:bold;
	text-decoration:none;
	background-image: url(images/footer3.gif);
	background-repeat: repeat;
}
				#nav li a:hover {
	color:#000000;
	background-color:#EFEBDE;
	width: 200px;
	background-image: url(images/footer1.gif);
}
				#nav li a {background-color:#6D929B; color:#fff; text-decoration:underline ; }

#main {
	color:#000000;
	float:left;
	width:750px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 { font-size:120%; font-weight:800; color: #6D929B;}

#footer { background: #ffffff; }
#insidefooter {
	border-top: 10px solid #B7AFA3;
	text-align:center;
	float:left;
	padding-top:15px;
	background-color:#CCCCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1000px;
	background-image: url(images/footer.gif);
	background-repeat: repeat;
}

.clear { clear:both ; font-size:1px }
