@charset "utf-8";
body {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/mwbg.jpg) center top repeat-x;
	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;
}

.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 3px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
}


.oneColFixCtr #mainContent {
	padding-top: 280px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:22px;
	width:480px;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

.oneColFixCtr #sideContent {
	padding-top: 280px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:22px;
	width:400px;
	padding-right:5px;
	float:right;
}

.oneColFixCtr #footer {
	padding-top: 60px;
	padding-bottom: 25px;
	text-align:center;
	clear:both;
}

.oneColFixCtr #footerleft {
	padding-left:200px;
	text-align: center;
	float:left;
}

.oneColFixCtr #footerright {
	padding-right:170px;
	text-align: center;
	float:right;
}

.oneColFixCtr #footercenter {
	text-align: center;
	float: center;
}
.LGparagraph {
	font-size: 14px;
}

h1 {
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #c3c68f;
	font-weight: 400;
	margin-bottom:-8px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bf7c86;
	font-weight: 600;
	margin-top:26px;
}
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	color:#333
}
#Flash {
	position:absolute;
	left:50%;
	top:33px;
	width:500px;
	height:262px;
	margin-left:-632px;
	z-index:1;
}
#Fadeshow {
	position:absolute;
	left:50%;
	top:45px;
	width:500px;
	height:250px;
	margin-left:50px;
	z-index:1;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #bf7c86;
}
a:active {
	color: #666;
}
a {
	font-weight: bold;
}

