@charset "utf-8";
/* CSS Document */

body {
	background-color: #e4e5e7;
	background-image: url(Images/Body_BG.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
h1 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #c33f1c;
	background-image: url(Images/H1_Bottom_Border.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
}

.Wrapper {
	margin: auto;
	padding: 0px;
	width: 848px;
}

.Logo {
	background-image: url(Images/Logo.jpg);
	height: 81px;
	width: 475px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
.Banner {
	background-color: #061F3E;
	background-image: url(Images/Banner.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 847px;
	margin-top: 20px;
	background-position: center center;
}
.Content {
	width: 837px;
	border: 1px solid #061F3E;
	margin-top: 2px;
	min-height:500px;
	background-color: #dcdfe0;
	padding: 4px;
}

.Inner {
	background-color: #ebedec;
	min-height:500px;
	padding: 4px 4px 20px 4px;
}

.Inner_Left{
	float:left;
	width: 192px;
}
.Inner_Left ul {
	margin-left: 35px;
	padding-left: 0px;
	margin-top: 0px;
}
.Inner_Left li {
	list-style-position: outside;
	list-style-image: url(Images/Main_Bullet.jpg);
	list-style-type: none;
	margin-bottom: 7px;
}
.Inner_Left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.Inner_Left a:hover {
	text-decoration: underline;
}

.Menu {
	background-color: #01437d;
	min-height:300px;
	padding-top: 15px;
}

.Inner_Right{
	float:right;
	padding: 0 10px;
	width: 610px;
}
.Inner_Right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #051f3e;
	text-align: center;
	height: 53px;
	padding-top: 3px;
	width: 847px;
	margin-top: 3px;
}.footer a {
	color: #6CB1C8;
}
.footer p {
	float: left;
}
.footer img {
	border: none;
	float: left;
}
.Inner_Right img {
	float: left;
	border: 1px solid #666666;
	margin-right: 10px;
}

object {
	/*border: 1px solid #666666;*/
}

.Inner_Right  ul {
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 0px;
	list-style: circle;
}
.Inner_Right  h1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	color: #444;
}
.Inner_Right  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
}
.Next a {
	float:right; 
	color:#C33F1C; 
	margin-right:6px;
	text-decoration:underline;
}
