/* CSS Document */


html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin: 0;
	padding:0;
	background-color: #8C8C8C;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}







/* HOLDER STYLES */
#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}
#container {
	width: 900px;
	margin: 0 auto 7px auto;
	background-color: #FFFFFF;
}





/* HEADER STYLES */
#header {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	float: left;
}
#blue-bar {
	width: 900px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-color: #080064;
}
#banner {
	width: 900px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}
#topnav {
	width: 900px;
	margin: 20px 0px 0px 0px;
	float: left;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDBFC3;
	border-bottom-color: #BDBFC3;
	background-color: #FFFFFF;
}


.top-nav {
	color: #080064;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
}
.top-nav a {
	color: #080064;
	text-decoration: none;
}
.top-nav a:hover {
	color: #6C7079;
	text-decoration: none;
}










/* CONTENT STYLES */
#center {
	text-align: left;
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}
#content {
	text-align: left;
	width: 870px;
	margin: 15px;
	background-color: #FFFFFF;
}
#page-heading {
	text-align: left;
	width: 870px;
	background-color: #FFFFFF;
	margin: 20px 15px 15px 15px;
}





/* TEXT STYLES */
.text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 0.5px;
}
.text a {
	color: #080064;
	font-weight:normal;
	text-decoration: underline;
}
.text a:hover{
	color: #333333;
	font-weight:normal;
	text-decoration: underline;
}



.h1 {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.h2 {
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	color: #080064;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #080064;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: .5px;
}
.h4 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6C7079;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
}
.h4 a {
	color: #6C7079;
	text-decoration: none;
	font-weight: bold;
}
.h4 a:hover {
	color: #080064;
	text-decoration: none;
	font-weight: bold;
}
.h5 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #080064;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: .5px;
}
.h6 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #080064;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}
.h6 a {
	color: #080064;
	text-decoration: none;
}
.h6 a:hover {
	color: #6C7078;
	text-decoration: none;
}

.quote-text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #080064;
	letter-spacing: 1px;
	line-height: 19px;
	font-style: italic;
	font-weight: bold;
}






/* FOOTER STYLES */
#footer {
	width: 870px;
	float: left;
	padding: 0px 15px 10px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBFC3;
	padding-top: 7px;
	background-color: #FFFFFF;
}

.footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6C7079;
	text-decoration: none;
	line-height: 14px;
}
.footer a {
	color: #6C7079;
	text-decoration: none;
}
.footer a:hover {
	color: #080064;
	text-decoration: none;
}
