@charset "utf-8";
/* CSS Document */


* {
	font-family: Arial, Helvetica, sans-serif;
}
	

body{
	background-color: #e5e5e5;
}
a:link{
	color: #17174b;
	text-decoration: underline;
}
a:visited {
	color: #17174b;
	text-decoration: underline;

}
a:active {
	color: #17174b;
	text-decoration: underline;

}


#main-container {
	position: relative;
	width: 846px;
	/*	background-color: #17174b;
*/	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
}

#main-body{
	position: relative;
	background-color: #ffffff;
	height: auto;
	border-top-width: 15px;
	border-right-width: 14px;
	border-bottom-width: 15px;
	border-left-width: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #17174b;
	border-right-color: #17174b;
	border-bottom-color: #17174b;
	border-left-color: #17174b;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}
#mHeader{
	position:relative;
	width: 810px;
	z-index: 30;
}

.logo{
	float: left;
	height: 43px;
	width: 196px;
	padding-top: 17px;
	padding-bottom: 12px;
	padding-left: 26px;
	
}
	
.topNav {
	float: right;
	height: 19px;
	width: 330px;
	padding-right: 2px;

}


#mFlash{
	position: relative;
	height: auto;
	width: 810px;
	padding-bottom: 6px;
}
#mContent{
	position: relative;
	width: 803px;
	height: auto;
	bottom:0px

}
#mBox1{
	background-color: #e5e5e5;
	float: left;
	width: 495px;
	position: relative;
	height: 250px;
	font-size: 12px;
	padding-top: 24px;
	padding-right: 24px;
	padding-left: 22px;
}

#mBoxHead{
	width:450px;
	height: 25px;
	z-index: 1;
}

#mBox1Cont{
	width:auto;
	margin-left:0px;
	margin-top: 10px;
	text-align: justify;
	padding-left: 4px;
}

#mBox2{
	background-color: #d9dbe4;
	float: right;
	width: 200px;
	position: relative;
	height: 250px;
	margin-left: 7px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}

#mBox2Head{
	color:#a4000c;
	font-weight: bold;
	width:150px;
	height: 15px;
	z-index: 11;
}

#mBox2Date{
	color:#17174b;
	width:auto;
	height: 15px;
	font-weight: bold;
	padding-top: 5px;
	
}

#mBox2Cont{
	color:17174b;
	width:auto;

}

.footer {
	position:relative;
	float: left;
	width: 803px;
	font-size: 9px;
	padding-top: 10px;
	
	}

	.footbox{
	float: left;
	position: relative;
	width: auto;
	line-height: 18px;

	}
	
	.fbLeft{
	width: auto;
	padding-right: 5px;
	padding-left: 22px;
	
	}
	
	.fbRight{
	text-align: right;
	width: auto;
	padding-left: 515px;
	
	}
