@charset "ISO-8859-1";
body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background_light.jpg);
	background-repeat: repeat-x;
	background-color: #C4C0BF;
	color: #666666;
	padding: 0px;
	font-size: 10px;
}


#whole
{
	width: 760px;
	height:auto;
	padding: 5px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999999;
	
}



#Container
{
	width: 760px;
	margin: 0px auto;
}

#Top
{
	padding:0;
	margin:0;
	height: 178px;
	
}

#Top *
{

	padding:0;
	margin:0;
}


.branding{

left: 10px; 
top: 15px; 
width: 761px; 
height: 135px; 
z-index: 1 }



#titleimagecontainer
{
	clear: both;
	margin-top: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 117px;
	margin-bottom: 5px;
}




#pagename
{
float: left;
width: 242px; 
height: 112px; 
z-index: 4;
}

#pageimage
{
	width: 515px;
	height: 112px;
	float: right;
	z-index: 6;
}

#greyseperator
{
	

}


/*main content holds left col and main text*/
#maincontent     

{
clear:both;
width:100%;

}

				#news  /*only in home page*/
				{
	float: left;
	width: 186px;
	z-index: 9;
	background-color: #ECECEC;
	border: thin solid #8B8B8B;
	margin-bottom: 4px;
				 }

				#leftcol
				{
	            float: left;
	            width: 240px;
	            z-index: 9;
	             background-color: #FFFFFF;
				 border: thin solid #8B8B8B;
	margin-bottom: 4px;
				}

				#maintext
				{
				float: right;
				width: 515px;
				z-index: 10;
				background-color: #E8E8E8;
				padding-bottom:1px;
				padding-top:13px;
				}
				
				.subtitles
				{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
				}
				
					#slideshow  /*only in home page*/
				{
				float: right;
				z-index: 10;
				background-color: #E8E8E8;
				padding-bottom:1px;
				}


/*end of main content styles*/




#associations
{
	clear: both;
/*evens teh columns of teh main content*/
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	top: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bottemmenu
{
	text-align: center;
	position: relative;
	}



#bottemmenu a
{
	text-decoration: none;
	color: #666666;
	}

 #bottemmenu a:hover, #bottemmenu a.active
{

	text-decoration: underline;
}








/*text styles*/

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6CA948;
	padding-top: 10px;
	padding-left: 17px;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 17px;
	color: #333333;
	font-style: italic;
}

#news p {  /*only in home page*/
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





#leftcol p {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#maintext p {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*end of text styles*/




/*menu styles*/

#menu
{
	height: 39px;
	margin-top: 0px;
	background: url('images/menu-background.png') repeat-x left top;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu a
{
	float:left;
	height: 53px;
	padding-right: 18px;
	padding-left: 18px;
	background: url('images/menu-devider.png') right top no-repeat;
	margin-left: 3px;
	text-decoration: none;
	color: white;
	font-size: 11px;
	text-align: center;
	font-family: arial;
	line-height: 40px;
}

 #menu a:hover, #menu a.active
{

	text-decoration: underline;
}

/* end of top menu*/

#form
{
padding-left: 18px;
}