@charset "UTF-8";
/* CSS Document */

html {
    height: 101%;
}

a:link {color: #333333; text-decoration: none; }
a:visited {color: #333333; text-decoration: none; }
a:hover {color: #333333; text-decoration: none; }
a:active {color: #333333;text-decoration: none; } 

body {
	font-family:"Arial", Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #3b3a3a;
}

.oneColElsCtr #container {
	width: 1024px;
	margin: auto;
	text-align: left;
	border: #e79219 medium solid;
}

.oneColElsCtr #bg {
	width: 1024px;
	height: 400px;
	background-image:url(../images/MainContentBG.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

.oneColElsCtr #header {
	background: #FFFFFF;
	height:125px;
	width:100%;
	z-index:2;
	margin-top:10px;
}

.oneColElsCtr #mainContent {
	background-color: transparent;
	height:auto;
	width:988px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.oneColElsCtr #subHeader {
	background-color: transparent;
	width:708px;
	height:279px;
	float:left;
}

.oneColElsCtr #subHeaderRight {
	background-color:transparent;
	width:268px;
	height:279px;
	float:right;
}

.oneColElsCtr #subHeaderRight2 {

	width:258px;
	height:211px;
	background-image:url(../images/HeaderRightCol.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
}

.oneColElsCtr #bodyCopy {
	padding-top:10px;
	padding-right:10px;
	font-size:.8em;
	line-height:1.65em;
	background: #FFFFFF;
	width:708px;
	height:290px;
	float:left;
}

.oneColElsCtr #bodyHeader {
	padding-left:5px;
	color:White;
	font-style:italic;
	font-size:1.9em;
	background: #85958c;
	width:100%;
	height:31px;
	margin-top:15px;
}

.oneColElsCtr #bodyCopy2 {
	padding-top:10px;
	padding-right:10px;
	font-size:.8em;
	line-height:1.65em;
	background: #FFFFFF;
	width:988px;
	float:left;
}

.oneColElsCtr #bodyRightCol {
	padding-top:10px;
	background-color:#FFFFFF;
	width:268px;
	height:370px;
	float:right;
}

.oneColElsCtr #bottomLeftCol {
	background-image:url(../images/NewsletterSignup.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:447px;
	height:79px;
	float:left;
}

.oneColElsCtr #bottomRightCol {
 	background-color:#FFFFFF;
	width:251px;
	height:78px;
	float:right;
	margin-right:12px;
}

.oneColElsCtr #footer {
 	background-color:#FFFFFF;
	width:988px;
}

.oneColElsCtr #footerLinks {
	width:880px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	color:#515151;
	font-size:.8em;
	text-align:center;
}

.clear {clear:both;}