/* CSS Document */


#mainContainer {
	width: 1200px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}

#mainHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 800px;
	height: 100%;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
	text-align: right;
	
}

#mainHeaderFill {
	height: 34px;
	width: 100%;
}

#mainNav a {
	color: #666666;
	text-decoration: none;
	text-align: right;
}

#mainNav a:hover {
	color: #FF9900;
}

#mainNav {
	height: 16px;
	width: 100%;
	padding-bottom: 5px;
}


#mainBody {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.hrGreen {
	border-bottom-color: #A4A96B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 800px;
	height: 2px;
}

#mainFooter {
	width: 800px;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#999999;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	text-align: left;
	letter-spacing: 1px;
}

#mainFooter a {
	text-decoration: none;
	color:#999999
}

#mainFooter a:hover {
	color:#FFCC00;
}
