@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
}
#MainBG {
	width: 100%;
	background-color: #003;
	background-repeat: repeat;
	z-index: 1;
}
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	z-index: 2;
}
#bufftop {
	height: 15px;
	width: 0.01px;
	position: relative;
	visibility: hidden;
}
#Header {
	width: 1000px;
	position: relative;
}

#MainNav {
	width: 62.5em;
	position: relative;
	clear: both;
	height: 2.5em;
	background-color: #0299F2;
	background-image: url(../images/gif/pixie.gif);
	background-repeat: repeat-y;
}

#MainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	height: 40px;
	width: 140px;
	float: left;
	text-align: center;
	line-height: 40px;
	background-image: url(../images/gif/pixie.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#MainNav a:hover {
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0299F2;
	font-weight: bold;
}
#MainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#MainNav li {
	float: left;
}
#MainContent {
	width: 1000px;
	position: relative;
	clear: both;
	background-color: #FFF;
}
#ContentWrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	background-color: #FFF;
}
#MainContentLeft {
	float: left;
	width: 435px;
	position: relative;
	background-color: #FFF;
}
#MainContentRight {
	float: right;
	width: 500px;
	position: relative;
	background-color: #FFF;
}
#Footer {
	width: 1000px;
	position: relative;
	clear: both;
	background-color: #0299F2;
	height: 80px;
}
#buff {
	height: 20px;
	width: 0.01px;
	position: relative;
	clear: both;
}
.BodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#FooterControl {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #0299F2;
}
#FootLeft {
	float: left;
	width: 300px;
	position: relative;
	background-color: #0299F2;
	padding-top: 15px;
}
#FootRight {
	float: right;
	width: 180px;
	position: relative;
	background-color: #0299F2;
	padding-top: 15px;
}
.FooterText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
#buffbottom {
	height: 15px;
	width: 0.01px;
	position: relative;
	visibility: hidden;
}
