

a:link
	{
	color: blue;
	}


a:visited
	{
	color: gray;
	} 


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

a:active 
	{
	color: #D60000;   
	}

#layoutdims {
	clear:both;
	background:#ccccff;
	border-top:4px solid #ff8c00; /* Orange border top */
	width: 813px;	
	margin: 0px;
	}

#header p { padding:0px 10px 0px 0px;
	text-align:right;
	color: blue;
	font-size: 77%; /* Association text */
	font-weight: 900;
	font-family: Tahoma,Geneva Regular,Trebuchet MS ;
	} 
#vertmenu { position:fixed; 
	}

#vertmenu a, h3 {display:block;
	
	}

#vertmenu ul 	{ 
	list-style-type:none; 
	padding: 0px; 
	border: 2px solid #94d; /* #666 menu surround border color */
  	margin: 0px; /* Centre Grey List */
	margin-top: 15px; /* position menu bar */
	padding-bottom: 0px;  	
	width: 110px;
	font-weight: 900;
	font-size: 85%;
	font-family: Tahoma,Geneva Regular,Trebuchet MS ;
		
}
  	
 
#vertmenu li 	{ 
		
	background: #ffd099; /* c6b5de ff8429 fb891a FF8C00 menu list background color */
  	margin: 0px;
	border-left: 8px solid #00BFFF; /* menu left edge border*/ 
  	border-top: 1px solid #fff; 
  	border-bottom: 1px solid  #aaa; 
	padding-left: 3px; /* Offset Menu Text */

} 



ul a:link {
	color: #ee0000; /* brightish Red */
	}

ul a:visited {
	color: #212121; /* Grey */
	}



ul a:hover { 
	color: #ff0000;      /* bright red */
	background:#BFBFBF;    /* light Grey */
	margin-left: -3px;padding-left: 3px;
	}

ul a:active {
	color: #d63000;    /*  Mouse Down - dull red */
	}


ul a:link, ul a:visited,  ul a:hover, ul a:active {
	display:block;
	line-height:200%;
	text-decoration:none;
}



#current a 
	{
	color: #FFFFFF;	/* White */
	background: #A1A1A1;
	text-decoration: none; 
	margin-left: -3px;
	padding-left: 8px;	/* current indent */
}





	/* Header width and styles */



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

#header {     
	clear:both;
	float:left;
        	width: 823px;
	height: 125px; /* header bar height */
	background-color: #8A2BE2;/* rgb(65,61,246) */ 	
	border: 1px solid #000;
	background-image: url("images/windmillv2.gif"); 
	background-position: 0px 0px;	/* align windmill logo*/
}

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

 
#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 .5em 155px; /* 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: 153.9%; 
	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;
	 }
 


