/* CSS Document */

html {
	height:100%;
	}

body {
	height:100%;
	background-color: #1D363D;
	}
	
a.menu {    
			font-family: Tahoma; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu:hover { 
			font-family: Tahoma; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFFFFF
			     } 

a.submenu {				
	font-family: Tahoma; 
    font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF
} 

a.submenu:hover {				
	font-family: Tahoma; 
    font-size: 11px; 
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF
} 					 	
	
.bottom{
	background-image:  url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 99px;
}

/*Nav*/
ul#level1{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}

ul#level2{
	padding:0px;
	list-style-type:none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#level2 li{
	background-image:  url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 0px;
	padding: 0px;
}
ul#level2 a {
	display:block;
	color:#000;
	text-decoration:none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
ul#level2 a:hover{
	text-decoration:underline;

}
/*NEWS BAR */

#sidebar {
	width: 175px;
	float: left;
	margin: 0px;
	padding-left: 17px;
}
.formfield {
	height: 18px;
	width: 145px;
	border: 1px solid #666666;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header1{
	background-image:  url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
}#imageadholder{
	background-image:  url(images/fullsite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 90px;
}
#textadholder{
	margin: 0px;
	padding: 0px;
}
#fullsite{
	background-image:  url(images/fullsite.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


.maincontent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 539px;
	float: right;
	overflow: visible;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#logo{
	float: left;
	width: 150px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blue {
	font-weight: bold;
	color: #0069A2;
}

h2{
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #30703C;
	font-weight: normal;
	margin-top: 0px;
}

h3{
	margin-top:0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
}
h4{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1D363D;
}

font.ft {    
	 font-family: Verdana;
     font-size: 11px;
            }