a {
 color: #333;
 text-decoration: none;
}

body {
	margin: 0px;
	margin-bottom: 50px;
	margin-top: 50px;
	color: #343434;
	font-family: Verdana, Arial, Times New Roman,Times,serif;
	font-size: 100.1%;
	text-align: center;
	background: #E1DDD9;
	/*..background-image: url(BGTile.jpg);..*/
	background-attachment: fixed;
}

#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: solid #333 1px;
}

#header {
	background-image: url(header.jpg);
	height: 150px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
#header:hover {
	background-image: url(header2.jpg);
	height: 150px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: left;
	}
	
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 0.62em;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;                    
                    
}

.active{
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;                    
                    
}
	
#content{
	width: 650px;
	padding: 50px;
	text-align: left;
	font-size: 0.75em;
	}
	
#footer{
	width: 100%;
	text-align: center;
	color: #333;
	height: 25px;
	font-size: 0.68em;
	}
	
	.csc-mailform-field label { float:left; width:100px; }