/* MainWebSite */
/* HTML Tags */
body {
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, 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: #17467E;
	margin: 0px;
	padding: 0px;
}

a {
	color: #42628D;
	text-decoration: underline;
}
a:hover {
	color: #E8001E;
	text-decoration: underline;
}

p {
	line-height: 14px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
}
h1 {
	margin-top: 2px;
	margin-bottom: 0px;
	color: #C71A14;
	font: normal 32px "Trebuchet MS", Helvetica, sans-serif;
}
h2 {
	margin-top: 2px;
	margin-bottom: 5px;
	color: #C71A14;
	font: normal 26px "Trebuchet MS", Helvetica, sans-serif;
}
h3 {
	margin-top: 2px;
	margin-bottom: 15px;
	color: #C71A14;
	font: normal 24px "Trebuchet MS", Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #E8001E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 15px;
	color: #002361;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #404F80;
	font-weight: bold;
}
ol {
	margin-left: 20px;
}
.olListing {
	list-style: upper-alpha;
}
.olListing li li li {
	list-style: lower-alpha;
}

ul {

}


hr {
	border-top: 1px solid #CCCCCC;/*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
form {
	background-color: #EEF2FF;
}
.tagline {
	font: italic bold normal 24px "Times New Roman", Times, serif;
	color: #003470;
}


/* Font Styles */
.captions {
	font: 11px Arial, Verdana, sans-serif;
	color: #827940;
}
.disclaimer {
	color: #666633;
}
.message {
	color: #FF0000;
}
.italictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.pullquote {
	color: #003470;
	font: italic bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.quicklinks {
	color: #FFFFFF;
	background: #023672;
	margin: 0px;
	padding: 0px;
	height: 20px;
	font: 11px Arial, Verdana, sans-serif;
}
.titles {
	font: 11px Arial, Verdana, sans-serif;
	color: #003366;
}

/* Objects */
.buttonLink {
	padding: 3px;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	text-transform: uppercase;
	width: 90px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.buttonLink:hover {
	color: #FF0000;
	text-decoration: underline;
}
.buttonForms {
	font: 11px Arial, Verdana, sans-serif;
	background: #003470;
	color: #FFFFFF;
	padding: 2px 0px;
	margin: 0px;
	border: 1px solid #54755F;
}
.formField {
	background: url(images/pagelayout/bg_formfields.jpg);
	color: #333333;
	height: 15px;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	padding-top: 2px;
	padding-left: 5px;
	font: 11px Tahoma, Arial;
}
.formBox {
	background: url(images/pagelayout/bg_formfields.jpg);
	color: #333333;
	height: 40px;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	padding-top: 2px;
	padding-left: 5px;
	font: 11px Tahoma, Arial;
}

.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;
	margin-left: 10px;
}
.imageRB {
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: none;
}

.navnugMain {
	margin: 25px 0px 10px;
	padding: 0px;
}
.navnugMain h1 {
	background: #E0E0E0;
	color: #666666;
	height: 23px;
	padding-top: 7px;
	padding-left: 7px;
	font: bold 12px Arial, Verdana, sans-serif;
	margin: 0px;
	text-transform: capitalize;
}
.navnugMain p {
	border-style: none;
	margin: 0px;
	display: block;
	padding: 5px;
}
.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;
}
.table {
	color: #827940;
	font: 10px Arial, Verdana, sans-serif;
}
.table td {
	border-bottom: 1px solid #827940;
	vertical-align: top;
}
.table td h1 {
	color: #CCCCCC;
	font: bold 10px Arial, Verdana, sans-serif;
	background: #666699;
	padding: 2px;
}

/* Page Layout */
#mastheadContainerHome {
	height: 250px;
	margin: 0px auto;
	width: 950px;
	padding: 0px;
	background: url(images/pagelayout/logo_masthead.jpg) no-repeat;
}
#mastheadContainerInterior {
	height: 250px;
	margin: 0px auto;
	width: 950px;
	padding: 0px;
	background: url(images/pagelayout/logo_masthead2.jpg) no-repeat;
}
#mastheadTop {
	height: 70px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #999999;
	padding-top: 180px;
	padding-left: 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/pagelayout/logo_masthead.jpg) no-repeat;
	}
#mastheadTopLeft {
	color: #999999;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	height: 250px;
	width: 620px;
	padding: 0px;
	display: block;
	}
#mastheadDate {
	clear: both;
	padding-left: 20px;
	padding-top: 4px;
	width: 400px;
	float: left;
}
#mastheadInfo {
	padding-right: 20px;
	padding-top: 4px;
	width: 400px;
	float: right;
}


#mastheadTopRight {
	height: 250px;
	width: 330px;
	color: #999999;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	}
#mastheadTopInterior {
	height: 250px;
	width: 950px;
	color: #999999;
	background-image: url(images/pagelayout/logo_masthead2.jpg);
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#mastheadMiddle {
	font: italic bold 14px "Times New Roman", Times, serif;
	color: #E4DFDA;
	text-align: center;
	margin: 0px auto;
	padding: 2px 0px 0px;
	width: 780px;
}
#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;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pageContainerFullScreen {
	background: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}
#sidebarLeftContainer {
	width: 206px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* 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: 186px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebarMainNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #002361;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#sidebarMainNavigation li a {
	margin: 0;
	display: block;
	color: #002361;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0% top;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-top: 8px;
}
#sidebarMainNavigation li a:hover {
	color: #E8001E;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0% top;
}

#sidebarMainNavigation li li a {
	margin: 0;
	display: block;
	padding: 4px 2px 3px 15px;
	color: #396292;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 0% top;
}
#sidebarMainNavigation li li a:hover {
	color: #E4001B;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0% top;
}

#sidebarMainExtra {
	clear: both;
	width: 170px;
	padding-left: 15px;
}
#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;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #404F80;
}
#sidebarSubNavigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebarSubNavigation li li a {
	margin: 0;
	display: block;
	padding: 4px 2px 3px 15px;
	color: #252E49;
	text-decoration: none;
	font-weight: normal;
}
#sidebarSubNavigation li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#bodyContent {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 407px;
	display: inline;
}
#bodyContentFull {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 780px;
	display: inline;
	margin: 20px 0px;
}
#bodyContentFullScreen {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	display: inline;
	margin: 10px 0px 20px 20px;
}

#bodyContentTwoColumn {
	background-color: #FFFFFF;
	float: left;
	width: 375px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 0px 10px 20px 20px;
	
}

#bodyContentTwoColumn2 {
	background-color: #FFFFFF;
	float: left;
	width: 650px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebarRightContainer {
	padding: 0px;
	width: 336px;
	float: right;
	background-color: #FFFFFF;
}

#footerContainer {
	width: 100%;
	padding: 0px;
	height: 76px;
	clear: both;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	padding-top: 30px;
	clear: both;
	background: url(images/pagelayout/img_footer.jpg) no-repeat;
	color: #666666;
	width: 935px;
	height: 60px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #666666;
}


#footer a {
	color: #666666;
	text-decoration: none;
	border-style: none;
	font: 10px Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
