@charset "utf-8";
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color:#102f3f;
}
#container {
	width: 850px;  
	background: #f4f5ef;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoCol #container {
	background:url(../images/2colback.gif) repeat-y;
	}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:10px;
	margin: 10px 0;
}

.twoCol #leftcol {
	float:left;
	width:350px;
}

.twoCol #rightcol {
	float:right;
	width:445px;
}

#header {
	height: 358px;
	width: 850px;
	margin: 0 auto;
}

#menu {
	background-color: #003265;
	width:850px;
	height: 40px;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top:10px;
}
#menu #mainmenu {
	width: 840px;
	text-align: left;
	margin-left: 10px;
}
#menu #mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
}
#footer {
	background-color: #003265;
	height: 50px;
	width: 850px;
	margin: 0 auto;
	padding-top:15px;
}
#footer #footertxt {
	width: 840px;
	text-align: left;
	color: #FFFFFF;
	margin-left:10px;
}
#header #headerlogo {
	background-repeat: no-repeat;
	height: 358px;
	width: 850px;
}
div.clear {
	clear:both;
}

.csc-mailform label {
	width:150px;
	text-align:right;
	display:inline-block;
}

fieldset {
	border:0px;
}
