@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #203266;
	background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;
}
#mainContainer {
	width: 100%;
}
#header {
	height: 147px;
}
#nav {
	width: 175px;
	float: left;
}
#nav ul {
	color: #FFF;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	line-height: 15px;
	letter-spacing: 0.1em;
}
#nav ul li a:link {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #FFF;
}
#nav ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #FFF;
}
#nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #9A171D;
	display: block;
}
#content {
	float: left;
	margin-left: 22px;
	width: 725px;
	min-height: 381px;
	background-color: #FFF;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/text_bkgd.jpg);
	background-repeat: no-repeat;
	line-height: 15px;
	color: #372a24;
}
#content p {
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#content a:link {
	color: #1C306F;
}
#content a:visited {
	color: #1C306F;
}
#content a:hover {
	color: #9A171D;
}
h2 {
	padding-left: 50px;
	color: #D6252F;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .1em;
	margin-bottom: -10px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #1C306F;
	padding-left: 10px;
	margin-top: 40px;
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: #D6252F;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}
#footer {
	width: 725px;
	clear: both;
	margin-left: 197px;
	background-color: #3574b7;
	padding-bottom: 10px;
}
#footer a:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-right: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	line-height: 17px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.boldBlack {
	font-weight: bold;
}
.boldRed {
	font-weight: bold;
	color: #D6252F;
}
#mainContainer #content ul li {
}
#flashHolder {
	padding-right: 12px;
	padding-left: 12px;
	width: auto;
	
}
.imageright {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#subNav {
	font-size: 11px;
	font-weight: bold;
	color: #203266;
	text-align: right;
	padding-right: 20px;
	margin-top: 15px;
	margin-bottom: -30px;
}
#subNav a:link {
	color: #26376B;
	margin: 10px;
}
#subNav a:visited {
	color: #26376B;
	margin: 10px;
}
#subNav a:hover {
	color: #D6252F;
}
