@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 860px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position:relative;
	top:0;
	height:160px;
	padding: 0 10px;
	background-color: #003399;
	color: #FFF;
	border-bottom:thick solid #F60;
}
.oneColFixCtrHdr #headerleft {
	float:left;
	width:250px;
	height:140px;
}
.oneColFixCtrHdr #headerright {
	height:140px;
	text-align:right;

}
h1 {
	margin: 0; 
	padding: 10px 0;
}
h3 {
	margin: 0;
	padding: 10px 0;
	color: #F60;
}
h3 a{
	text-decoration:none;
	color: #F60;
	padding: 10px 0;

}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
	text-align:justify;
	line-height:1.4em;
}
.oneColFixCtrHdr #leftimg {
	float:left;
	width:350px;
	height:397px;
}
.oneColFixCtrHdr #righttext {
	padding:10px 20px 20px 400px;
}
.oneColFixCtrHdr #righttext img{
	margin: 0 0 0 40px;
}
.oneColFixCtrHdr #bottomtext {
	padding:0px 20px 0 0;
}
.oneColFixCtrHdr #bottomtext a{
	text-decoration:none;
	color:#000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background:#003399;
	color: #FFF;
	border-top:thick solid #F60;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	font-size:1.4em;
	text-align:center
}
