body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #5F3924;
}

/*Content (Body) Styles*/
.RegText {
	font-size: 12px;
	color: #FFFFFF;
}
.Content {
	background-color: #9D7A02;
	background-image: url(../_images/BgContent.gif);
	background-repeat: repeat-x;
	padding: 20px 40px 40px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	height: 384px;


}
.Content h1{
	font-size: 12px;
	font-weight:bold;
	margin: 0px;

}

/*Nav Styles*/
.NavSide {
	background-color: #553695;
	background-image: url(../_images/BgNavSide.gif);
	background-repeat: repeat-x;
}
.NavBottom {
	background-color: #1C1177;
	background-image: url(../_images/BgNavBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*Footer Styles*/
.RightsReserved {
	font-size: 10px;
	color: #E9D240;
}
.Footer {
	font-size: 10px;
	color: #FFFFFF;
}
.Footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}
.Footer a:hover {
	font-size: 10px;
	color: #E9D240;
	text-decoration: underline;

}
