@charset "utf-8";

* {
	margin:0;
}

#MainWrapper {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 100px;
}
.columnOne {
	height: 100px;
	float: left;
	width: 372px;
}
.columnTwo {
	float: left;
	width: 394px;
}
.HomeContent .columnOne .content {
	text-align: center;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.HomeContent .columnTwo .content {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.footerMenu {
	position: relative;
	top: -30px;
	left: 0px;
	text-align: center;
	width: 372px;
	font-size: 11px;
	z-index: 20;
}
#Header {
	z-index: 0;
}
.columnTwo  .content   a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.columnTwo .content a {
	color: #FF0000;
	text-decoration: none;
}


.footerMenu a {
	color: #DDDDDD;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}
.footerMenu a:visited {
	color: #FF0000;
}




.fixed {
	clear: both;
}

#PageBody {
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/home_body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.HomeContent {
	background-attachment: scroll;
	background-image: url(images/body1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 300px;
}
body {
	background-color: #FFFFCC;
}
#Footer {
	background-attachment: scroll;
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 144px;
	width: 766px;
	position: relative;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #664639;
	margin-bottom: 0px;
}p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	margin-bottom: 15px;
}
.Footer {	width: 766px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #431021;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
}
#MainWrapper #PageBody .HomeContent .columnTwo .content  .Section1 ul {
	color: #660000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
#MainWrapper #PageBody .HomeContent .columnOne .content .leftBarContent {
	text-align: left;
}
#MainWrapper #PageBody .HomeContent .columnOne .content .leftBarContent h1 {
	color: #FFCC00;
}
#MainWrapper #PageBody .HomeContent .columnOne .content .leftBarContent h2 {
	color: #99ff33;
}
#MainWrapper #PageBody .HomeContent .columnOne .content .leftBarContent p {
	color: #CCCCCC;
}
#MainWrapper .Footer a {
	color: #431021;
	text-decoration: none;
}

