@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: 50%;
}
.oneColFixCtr #container #lmenu a {
	display: block;
	margin-top: 8px;
	text-decoration: none;
	color: #000;
	font-size:1.5em;
}
.oneColFixCtr #lmenu {
	text-align: right;
	width: 300px;
	float: left;
	margin-top: 10px;
}
.oneColFixCtr #container #maintext {
	float: right;
	width: 620px;
	margin-top: 10px;
	padding-right:10px;
}
.oneColFixCtr #container #maintextleft {
	clear: left;
	float: left;
	width: 310px;
	margin-top: 10px;
}
.oneColFixCtr #container #maintextright{
	float: left;
	width: 310px;
	margin-top: 10px;
}
.oneColFixCtr #container #footer {
	clear: both;
	height: 20px;
}

.oneColFixCtr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:0.7em;
}
.oneColFixCtr #container #headtop {
	background-image: url(../images/head_bg.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 950px;
}
.oneColFixCtr #container #menu {
	float: left;
	width: 213px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container #splash {
	float: left;
	height: 245px;
}
.oneColFixCtr #container #lhead {
	background-image: url(../images/lheader.png);
	background-repeat: no-repeat;
	clear: both;
	height: 168px;
	width: 640px;
	padding-left:300px;
	padding-right:10px;
	color:#fff;
}

.oneColFixCtr #container #lhead h5{
	font-size:2em;
	margin:5px 0 0 -50px;
	display:inline;
}

.oneColFixCtr #container #lhead p.bodytext:first_child{
	margin-top:5px;
}
.oneColFixCtr #container #lheadsmall {
	background-image: url(../images/lheadersmall.png);
	background-repeat: no-repeat;
	clear: both;
	height: 32px;
	width: 950px;
}
.oneColFixCtr #container #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 213px;
}
.oneColFixCtr #container #menu li {
	margin: 0px;
	padding: 0px;
}


.oneColFixCtr #container #menu img {
	vertical-align: bottom;
}

.csc-default {clear:both}

#maintecttop p.bodytext {font-size:1.2em;}

#c156 {width:300px;float:left;margin-top:40px;margin-left:330px}
#c156 fieldset {
	border:0;
}
#c156 label {
	display:block;
}
