/*Main Body*/
a{text-decoration:none;}
a:link,a:visited{color: blue;}
a:hover{color:red;}

body,td{
font-size:13px;
font-family:Arial,Verdana,Sans-serif;
color:#666666;
}
h1{
font-size:160%;
font-weight:bold;
color:#004DB6;
}

h2{
font-size:145%;
font-weight:bold;
color:#004DB6;
}

h3{
font-size:125%;
font-weight:bold;
color:#004DB6;
}

h4{
font-size:110%;
font-weight:bold;
color:#004DB6;
}

/*###############################################
CUSTOM CSS - USED SPECIFICALLY FOR THIS TEMPLATE ONLY
###############################################*/

#page {
	width: 100%;
	height: 100%;
	background-color:#C1DAB3;
}

#main {
	background-color:#fefefe;
	height:100%;
	border-left:1px solid #2B4928;
	border-right:1px solid #2B4928;
	width: 780px;	
	margin: 0px auto;
}

#footer {
	border-top:1px solid #BBBBBB;
	background-color:#87AB79;
	height:20px;
}

#bottomnav {
	border-top:solid 1px #2B4928;
	height:30px;
	position:relative;
	background-position:bottom;
	padding:2px;
	background-image:url('/Resources/user/fade02.gif');
	background-repeat:repeat-x;
	padding:2px;
	/*position:absolute;top:8px;left:22px;*/
}

#rightcol {
	width: 590px;
	float: right;
}

#leftcol {
	padding-left:5px;
	width: 180px;
	float: left;
	margin-bottom: 30px;
}

fieldset legend {
	font-size:13px;
	color:#000000;
}

fieldset#news h4 {
	margin-top: 0px;
}

fieldset#contact {
	color:#0E6E5D;
	padding:5px;
}

fieldset {
	margin-bottom: 10px;
}

#staticNav {
	width: 200px;
	float: left;
}

#topnav {
	border-bottom:1px solid #2B4928;
	height:30px;
	position:relative;
	background-color:#2B4928;
	padding:2px;
	background-image:url('/Resources/user/fade.gif');
	background-repeat:repeat-x;
	padding:2px;
}

#top {
	height: 175px;
}

#top #displayopts {
	float:right;
}

#top #banner {
	float:left;
}

#search {
	float:right;
}

#sideNav01 a{
	height:100%;
	width:100%;
	display: block;
	color:#444444;
}	

#topnav a { 
	color: #6969f5;
	text-decoration: none;
}

#bottomnav a{ 
	color: #3636c5;
	text-decoration: none;
}

#topnav a:hover, #bottomnav a:hover {
	text-decoration: underline;
}