/* MainWebSite */
/* HTML TAGS */
body {
	color: #000000;
	background-color: #1F139E;
	font: 12px Arial, Verdana, sans-serif;
}
body, html {
	/*
  scrollbar-face-color: ThreeDFace !important;
  scrollbar-shadow-color: ThreeDDarkShadow !important;
  scrollbar-highlight-color: ThreeDHighlight !important;
  scrollbar-3dlight-color: ThreeDLightShadow !important;
  scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  scrollbar-track-color: Scrollbar !important;
  scrollbar-arrow-color: ButtonText !important;
*/
	scrollbar-base-color: #01719F;
	margin: 0px;
	padding: 0px;
}

a {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #FF7816;
	text-decoration: underline;
}

p {
	line-height: 16px;
	font-size: 14px;
}
h1 {
	margin-top: 2px;
	margin-bottom: 15px;
	color: #FF7816;
	font: bold 24px Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 15px;
	color: #004B8E;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #0469BB;
	font: 12px Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #404F80;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #7D212B;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF0000;
	padding: 5px;
}
ol {
	margin-left: 30px;
	font-size: 14px;
}
.olListing {
	list-style: upper-alpha;
	font-size: 14px;
}
.olListing li li li {
	list-style: lower-alpha;
}

ul {
	line-height: 16px;
	font-size: 12px;
}

hr {
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
}
form {
	background: #FFFFFF url(../images/pagelayout/bg_form.jpg) repeat-y;
	border: 1px solid #ACACAC;
}
input {
	background: #FFFFFF url(../images/pagelayout/bg_formfields.jpg) no-repeat;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 3px;
	border: 1px solid #999999;
}
select {
	background: #FFFFFF url(../images/pagelayout/bg_formfields.jpg) no-repeat;
	border: 1px solid #999999;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 3px;
}
textarea {
	background: #FFFFFF url(../images/pagelayout/bg_formfields.jpg) no-repeat;
	border: 1px solid #999999;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 5px;
}

/* FONT STYLES */
.captions {
	font: 11px Arial, Verdana, sans-serif;
	color: #00488D;
}
.disclaimer {
	color: #200093;
	font-weight: bold;
}
.message {
	color: #990000;
}
.mh_printfriendly {
	background: url(images/pagelayout/logo_masthead_750.jpg) no-repeat;
	padding-top: 200px;
}

.pullquote {
	font: italic bold 14px/18px "Times New Roman", Times, serif;
	color: #404E80;
	padding-left: 25px;
	padding-right: 25px;
}
.quicklinks {
	color: #FFFFFF;
	background: #0168B3;
	margin: 0px;
	padding: 0px;
	height: 20px;
	font: 11px Arial, Verdana, sans-serif;
}
.titles {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #0168B3;
}

/* OBJECTS */
.buttonLink {
	background: url(images/buttons/btn_bg_links_up.jpg);
	padding: 3px;
	border: 1px solid #54755F;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	font: bold 10px Arial, Verdana, sans-serif;
	display: block;
	text-transform: uppercase;
	width: 90px;
}
a.buttonLink:hover {
	border: 1px solid #54755F;
	color: #FFFFFF;
	text-decoration: underline;
	background: url(images/buttons/btn_bg_links_over.jpg);
}
.buttonForms {
	font: 11px Arial, Verdana, sans-serif;
	background: #0168B3;
	color: #FFFFFF;
	padding: 2px 0px;
	margin: 0px;
	border: 1px solid #54755F;
}

.imageRB {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #5D6A9E;
}
.imgFrame {
	border: 1px solid #595846;
	color: #595846;
	font: 10px Arial, Verdana, sans-serif;
}
.imageLB {
	margin-bottom: 10px;
	border: 1px solid #B99B07;
	margin-left: 10px;
}
.panelInfo {
	background-image: url(images/pagelayout/info_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
}
.panelInfo h1 {
	color: #004B8E;
	padding-left: 5px;
	margin: 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.panelInfo h2 {
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #F58218;
	display: block;
}
.panelInfo p {
	border-style: none;
	margin: 0px;
	display: block;
	padding: 5px;
	font: 12px Arial, Verdana, sans-serif;
}

.table {
	color: #003061;
	font: 12px Arial, Verdana, sans-serif;
}
.table td {
	border-bottom: 1px solid #F7923A;
	vertical-align: top;
	height: 20px;
}
.table td h1 {
	color: #FFFFFF;
	font: bold 12px Arial, Verdana, sans-serif;
	background: #200093;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* CSS DIV LAYOUTS */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatLeftHalf {
	float: left;
	width: 47%;
	margin-bottom: 10px;
}
.floatRightHalf {
	float: right;
	width: 47%;
	margin-bottom: 10px;
}
.clearBoth {
	clear: both;
}
.bufferzone {
	padding-right: 20px;
}


/* PAGE LAYOUTS */
#mastheadContainer {
	height: 235px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#mastheadTop {
	padding: 0px;
	width: 950px;
	background: url(images/pagelayout/logo_masthead.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 235px;
}
#mastheadMiddle {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #00597C;
	margin: 0px;
	padding: 150px 20px 0px 0px;
	width: 300px;
	float: right;
	text-align: right;
}
#topbarNavigation {
	width: 770px;
	padding-top: 7px;
	margin: 0px auto;
	text-align: right;
	font: 11px Arial, Verdana, sans-serif;
	color: #ECE9D8;
	padding-right: 0px;
}
#topbarNavigation a {
	color: #E4DFCC;
	text-decoration: none;
	border-style: none;
}
#topbarNavigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

#pageContainer {
	background: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#sidebarLeftContainer {
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: left;
	display: inline;
}
#bodyContent2Column {
	background-color: #FFFFFF;
	float: left;
	width: 750px;
	display: inline;
	margin: 0px 5px 0px 15px;
	padding: 0px;
}
#bodyContent3Column {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 580px;
	display: inline;
	margin: 0px 5px 0px 15px;
}
#sidebarRightContainer {
	width: 150px;
	float: right;
	padding: 0px;
	background-color: #FFFFFF;
	display: inline;
	margin: 0px 5px 0px 0px;
}

/* SIDEBAR NAVIGATION MENU */

/* This style must appear in the HEAD section of the web page for IE
[if IE 5]>
<style>#sidebarNavigation a {height: 1em; float: left; clear: both; width: 100%;}</style>
<![endif]
[if IE 6]>
<style>#sidebarNavigation a {height: 1em;}</style>
<![endif]
*/

#sidebarMainNavigation {
	float: left;
	width: 170px;
	display: inline;
}
#sidebarMainNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000066;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#sidebarMainNavigation li a {
	margin: 0;
	display: block;
	padding: 17px 0px 0px 22px;
	background: #200093 url(images/buttons/btn_levelone_up.jpg) no-repeat 0% top;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;

/*	margin: 0;
	display: block;
	color: #200093;
	text-decoration: none;
	background-position: 10px 8px;
	background-image: url(images/buttons/btn_levelone_up.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 25px; */
}
#sidebarMainNavigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0168B3 url(images/buttons/btn_levelone_over.jpg) no-repeat 0% top;

/*	color: #FF7816;
	text-decoration: none; */
}

#sidebarMainNavigation li li a {
	margin: 0;
	display: block;
	color: #008EB2;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 25px;
	text-transform: capitalize;
	background-image: none;
	font-size: 11px;
}
#sidebarMainNavigation li li a:hover {
	color: #FF7816;
	text-decoration: none;
}

#sidebarMainExtra {
	clear: both;
	width: 150px;
	margin: 20px auto 0px;
}
#sidebarSubNavigation {
	float: left;
	border-top: 1px solid #404F80;
	border-right: 1px solid #404F80;
	border-left: 1px solid #404F80;
	margin-bottom: 10px;
	width: 145px;
}
#sidebarSubNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	font: bold 10px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#sidebarSubNavigation li a {
	margin: 0;
	display: block;
	padding: 8px 5px;
	background: #586599 url(images/buttons/btn_levelone_up.jpg) no-repeat 0% top;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #404F80;
}
#sidebarSubNavigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #5A7C64 url(images/buttons/btn_levelone_over.jpg) no-repeat 0% top;
}

#sidebarSubNavigation li li a {
	margin: 0;
	display: block;
	padding: 4px 2px 3px 15px;
	background: #DAD5D1 url(images/buttons/btn_leveltwo_up.jpg) no-repeat 0% top;
	color: #252E49;
	text-decoration: none;
	font-weight: normal;
}
#sidebarSubNavigation li li a:hover {
	background: #5A7C64 url(images/buttons/btn_leveltwo_over.jpg) no-repeat 0% top;
	color: #FFFFFF;
	text-decoration: none;
}

/* FOOTER */
#footerContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 85px;
	clear: both;
	background-position: top;
}

#footer {
	padding-top: 70px;
	clear: both;
	color: #00CCFF;
	width: 935px;
	height: 70px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(images/pagelayout/bg_footer.gif);
	background-repeat: no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
}


#footer a {
	color: #00CCFF;
	text-decoration: none;
	border-style: none;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
