


	
#header {     
	clear:both;
	float:left;
    width: 800px;
	height: 93px; /* header bar height */
	background-color: #FFC873; /* Web Color Designer */  	
	background-image: url("images/windmillv4.gif"); 
	background-position: -3px 0px;	/* align windmill logo*/ 
		}



#header h2 /* line 1 */
	{
	color: #ccccff; 
	font-weight: bold;
	font-size: 150%;
	font-family: Tahoma,Geneva Regular,Trebuchet MS ;
	padding: .5em 0em .2em 140px; /* Header Text Offset  */
    margin: .1em;
	}

 
#header h4 /* line2 */
	{
	font: bold 11px Tahoma,Geneva Regular,Trebuchet MS ;
	color: #ffffcc;
	font-size: 85%;
	padding: 0em 0em 0em 0px;/* Header Text Offset  */
        	margin: 0px;
	}


#header h5 { /* line 3 */
	padding: .6em 0em 2.6em 140px; /* Header Text Offset  */
    margin: 0px;
	font-size: 77%;
	color: #ffffcc;
	font: bold 11px Tahoma,Geneva Regular,Trebuchet MS ;
}

.logotxt { font-family: Verdana, Times New Roman, Times; 
	font-size: 140%; 
	font-weight: bold;
	}

.logotxt2 { font-family: Verdana, Times New Roman, Times; 
	font-size: 100%; 
	font-weight: bold;
	position: relative;
	top: -0.25em; 
	left: 0em;
	padding: 0.3em;
	 }

#layoutdims {
	clear:both;
	background:#ccccff;
	border-top: 4px solid #ff8c00; /* Orange border top */
	border-bottom: 1px;
	padding: 2px;
	width: 200px;
	position:relative;
	float: right;
	top: -30px; 
	left: 0px;	
	}

#header p { margin: -2px 0 0 0;
	text-align:right;  
	color: blue;
	font-size: 77%; /* Association text */
	font-weight: 800;
	font-family: Tahoma,Geneva Regular,Trebuchet MS ;
	} 

/* 1 column Top menu settings */

a:link
	{
	color: blue;
	}


a:visited
	{
	color: gray;
	} 


a:hover
	{
	color: #F00;
	text-decoration:none;
	}

a:active 
	{
	color: #D60000;   
	}
	
#framemenu { 	border: 0 0 0 0; 
					float: left;
					position: relative;
					height: 40px;
						}


#navmenu, #navmenu ul 	{ list-style:none; 
											}
 
#navmenu li 	{ 	border: 0 0 0 0; 
					float: left;
					position: relative;
					text-align: center;
					width: 9.65em;
					margin-top: 7px;
					background-color: #FF8c00;  /* FF8C00 menu list orange back color */
  					padding-top: .19em; padding-bottom: .19em; padding-right: .31em; 
					border-left: .31em solid #00BFFF; /* menu blue left edge border*/ 
  					font-size: 75%;
  					font-weight: 800;
  					/* font-family:'Lucida Grande',Verdana,sans-serif; */
  		} 


#navmenu a:link, #navmenu a:visited {
				display: block;
				text-decoration: none;
				padding-left: 1em;
				color: #212121; /* Grey */
	}

* html #navmenu a { width 100%; }

#navmenu ul { display: none; 
				position: absolute;  
				padding: 0; } 

#navmenu ul li  { 	border: 0 none transparent;
					margin: 0px;
					border-top: 2px solid #E7EDF5;
					padding-top: 4px;
					padding-bottom: 4px;
					font-size: 100%;
					}
					
#navmenu li:hover ul { display: block;
										}


 #current a 	{ padding: .19em .19em .19em .19em;
				  margin: -.19em -.19em -.19em -.19em;
	color: #FFFFFF;	/* White */
	background: #A1A1A1;
	text-decoration: none; 
	}





	/* Header width and styles */



/* .image_float {	
		float: left;
		position: relative; 
		width: 95px; height: 62px;
		top: 0px; left: 0px;		
		}  */





