@charset "utf-8";
/* CSS Document */

body {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:850px;
	background-color:#5A79A5;
}
#wrapper {
	text-align:left;
	width:850px;
	background-color:#ffffff;
	border-top:1px solid #243E55;
	border-right:1px solid #243E55;
	border-bottom:1px solid #DBDAFF;
	border-left:1px solid #243E55;
}
* {
	margin:0px;
	padding:0px;
}
#header {
	position:static;
	width:850px;
	height:125px;
	background-color:#ffffff;
	background-image:url(images/header_08.gif);
	background-repeat: no-repeat;
}
#headerRightContent{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#headerRightContent h1 {
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	font-size:1.8em;
	color:#201E5C;
}
#headerRightContent p {
	font-family:"Times New Roman", Times, serif;
	font-size:.8em;
	text-align:right;
	font-size:80%;
	color:#CB2027;
}
#redBar {
	position:static;
	width:850px;
	height:25px;
	background-color:#CB2027;
}
#mainContent {
	position:static;
	width:850px;
	background-color:#fff;
}
#mainContentLeft {
	margin-top:30px;
	margin-left:10px;
	float:left;
	width:330px;
	background-color:#fff;
	text-align:left;
}
*html #mainContentLeft {
	margin-left:5px;
}
#mainContentLeft h2 {
	font-family:"Times New Roman", Times, serif;
	margin-bottom:0.2em;
	font-size:21px;
	word-spacing: -.05em;
	font-weight:normal;
	color:#CB2027;
}
#mainContentLeft ul{
	margin-left:25px;
	list-style-type: disc;
}
#mainContentLeft ul li {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #201E5C;
	line-height:20px;
}
#mainContentLeft p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color: #201E5C;
}
#mainContentRight {
	float:right;
	padding-top:50px;
	width:509px;
	background-color:white;
}
#mainContentRTimg {
	float:left;
	width:481px;
}
#mainContentRTSmallImgs {
	clear:left;
	float:left;
	margin-top:10px;
	width:483px;
	background-color:white;
}
/*--text above small images--*/
.redText {
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	font-size:.85em;
	color:#CB2027;
}
.red {
	color:#CB2027;
	font-size:16px;
}
#mainContentSpace {
	clear:both;
	float:left;
	width:850px;
	height:45px;
	background-color:#fff;
}
.rightContentLrgImg {
	border:1px solid #201E5C;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	float:left;
	width:850px;
	height:25px;
	background-color:#201E5C;
}
.copyright {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	padding: .5em 0px;
	color:white;
	font-weight:bold;
	font-size:70%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #201E5C;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CB2027;
}
a:active {
	text-decoration: none;
}