/* CSS Document */

body {
	background-color: #2B4381;
}
#wrapper {
	background: url(img/banner_cropped.gif) no-repeat center top;;
	background-color: #FFFFFF;
	width: 758px;
	border: thin solid #C53139;
	margin-right: auto;
	margin-left: auto;
}

/*this is the main sell, the subnav, subnav2 and footer are in this cell*/

/*this sets the padding for EVERYTHING in this cell*/
#maincontent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*this sets font properties for the cell*/
#maincontent td{
}
#maincontent p {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#maincontent  a:link {
	color: #2B4381;text-decoration: none;
}
#maincontent a:visited {
	color: #2B4381;text-decoration: none;
}
#maincontent a:hover {
	color: #C7303A;
	text-decoration: none;
}

/*this is the BLUE 1st line of content or links*/
 .subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color:#2B4381;
	margin: 0px;
	padding: 0px;
}

/*this is the RED 2nd line of links*/
.subnav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
}
.subnav2 a:link {
	color: #C7303A;text-decoration: none;
}
.subnav2 a:visited {
	color: #C7303A;text-decoration: none;
}
.subnav2 a:hover {
	color: #999999;text-decoration: none;
}
/*this is the footer padding and all*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C7303A;
}
.maintext {
	
}
.introsentence {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B4381;
}
