@charset "utf-8";
.MainBody {
	background-color: #7D8DC1;	
}

.container {
	width: 970px;
	text-align: left;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.titleBar {
	background-color: #181766;
	width: 970px;
	height: 245px;
	border-bottom-style: none;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}

.mainContent {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: -21px;
	width: 970px;	
	background-color: #FFFFFF;
	position: absolute;
}

.leftNav {
	background-color: #181766;
	width: 162px;
	padding-left: 0px;
	margin-top: 50px;
	border-color:#000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	float: left;
	color: #EEEEEE;
	position: absolute;
	left: 0px;
	
}

.bodyContent {
	width: 770px;
	margin-left: 170px;
	padding-left: 15px;
	border-left-style: dashed;
	border-left-width: thin;
}

.PageTitle {
	margin-left: 195px;
	margin-top: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-stretch: narrower;
	color: #FFFFFF;
}

.leftNav a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.leftNav a:hover {
	background-color: #FFFFFF;
	color: #181766;
}
