@charset "utf-8";



body {
	background-color: #666699;
	background-image: url(../img/BrGradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
a {
	color: #444488;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 10px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

.leftFloat {
	float: left;
	margin-right: 20px;
}
.leftFloatPad5 {
	float: left;
	margin-right: 5px;
}


.leftMargin200 {
	margin-left: 200px;
}

#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 100%;
	max-width: 1000px;
	min-width: 850px;
	background-image: url(../img/brContent.png);
	background-repeat: repeat-y;
}
.blockObject {
	clear: both;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.blockObject2 {
	float: left;
	width: 30%;
}
.blockObject3 {
	float: left;
	width: 46%;
}
.blockObject4 {
	float: left;
	width: 23%;
	text-align: right;
}




#header {
	background-image: url(../img/BannerWeb800.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
}
.leftTopPad {
	padding-top: 20px;
	padding-left: 20px;
}


#sideNav1 {
	width: 230px;
	padding: 0px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/BrNav.png);
	background-repeat: repeat-x;
	min-height: 400px;
}
#headerPage {
	background-image: url(../img/BannerWeb800.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
}

#sideNav1 ul {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	list-style-image: none;
	list-style-type: none;
	margin: 1px;
}



#sideNav1 li a {
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #22205F;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
	padding-left: 10px;
	margin: 1px;
	padding-right: 1px;
	text-decoration: none;
}
#sideNav1 a:hover {
	background-image: url(../img/navOver.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topNav {
	background-image: url(../img/BrTopNav.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #22205F;
	height: 35px;
	background-color: #FFFFFF;
}
#topNav ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 1px;
	margin-left: 50%;
}
#topNav ul li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 5px;
	display: block;
	height: 15px;
	font-weight: bold;
}
#topNav ul li a {
	color: #FFFFFF;
}

#topNav li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B74;
	color: #BBBBDD;

}

#mainContent {
	float: left;
	height: auto;
	width: 60%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-width: 400px;
}
#mainContentPage {
	float: left;
	height: auto;
	width: 70%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	min-width: 400px;
}



.rightFloat {
	margin: 0px;
	padding: 1px;
	float: right;
}

#content2 {
	float: left;
	height: auto;
	width: 60%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-width: 400px;
}

#content2 h1 {
	color: #990000;
}
#content2 p {
	color: #990000;
}



#footer {
	background-color: #22205F;
	height: 25px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #434388;
	text-align: center;
	padding: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
}
#footer a {
	color: #FFFFFF;
}

#topSubNav {

}
#topSubNav ul a {
	background-image: url(../img/StyleElements/RtGlow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 25px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #244D26;
	font-weight: normal;
}
#topSubNav ul a:hover {
	background-image: url(../img/StyleElements/RtGlowHover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#topSubNav ul {
	margin: 2px;
	padding: 2px;
	list-style-type: none;
	float: right;
	text-align: right;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#content2 a {
	color: #990000;
	text-decoration: underline;
}

.smallGray {
	font-size: x-small;
	color: #666666;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#content3 {
	float: left;
	height: auto;
	width: 60%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-width: 400px;
	margin-bottom: 2px;
}
#footer2 {
	height: 25px;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
#footer2 p {
	font-size: 12px;
	color: #BBBBDD;
	padding-left: 50px;
	padding-right: 50px;
}

