/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#maincol{
 background-color: #FFFFFF;  
 position: relative; 
 }
 
#maincol_about{
	background-color: #FFFFFF;
	position: relative;
	width: 700px;
	padding-left: 175px;
} 

.underlinemenu{
	font-weight: bold;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CCCCCC;
	height: 100px;
	padding-top: 10px;
	line-height: 1.5em;

}



.underlinemenu ul{

	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/

	margin: 0;

	text-align: center;

//set value to "left", "center", or "right"*/

}



.underlinemenu ul li{

display: inline;

}





.underlinemenu ul li a{

	color: #CCCCCC;

	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/

	margin-right: 20px; /*spacing between each menu link*/

	text-decoration: none; /*bottom border is 3px*/

}



.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{

	color: #333333;

}

 
#footer{
	height:30px;
	background-color:#FFFFFF;
	clear:both;
	display:block;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
	text-align: left;
	font-weight: normal;
	padding: 18px;
	width: 1000px;

} 
 }
a:link {
	color: #32657e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ee7600;
}
a:hover {
	text-decoration: none;
	color: #ee7600;
}
a:active {
	text-decoration: underline;
	color: #32657e;
}
.style1 {font-family: Arial, Helvetica, sans-serif;font-size: 14px}
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  