@charset "UTF-8";
/* CSS Document */

body {
	background-color:#0D2B46;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0D2B46;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
a:link {
	color: #8A3F1D;
}
a:visited {
	color: #8A3F1D;
}
a:hover {
	color: #125EA0;
}
a:active {
	color: #DF0000;
	text-align: right;
}
.footerbg {
	background-image: url(/images/bottom_image.jpg);
	background-repeat: no-repeat;
	color: white;
}

.footerbg a {color:#fff;}
.footerbg a:hover {color:red;}

.mainbg {
	background-image: url(/images/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.footer  {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight:120;
	text-shadow: 2px 2px 3px #000;
	padding-top: 15px;
}
.h1 {
	font-size: 24px;
	font-weight: bolder;
	letter-spacing: -1px;
	font-stretch: wider;
}

.h3 {
	font-size: 16px;
	font-weight: bolder;
}

.leftnav {
	background-color: #5193B9;
	background-image: url(/images/bg_left_nav.jpg);
	background-repeat: repeat-x;
}

.h2 {
	font-size: 15px;
	padding-right: 15px;
	
	padding-bottom: 14px;
	color: #FFF;
	text-align: right;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #000;
	border-bottom: 1px solid white;
	}
	
	.h2 a{
		color: white;
		text-decoration:none;
}
	
	.h2 a:hover{
		color: red;
		text-decoration:none;
}


/*LEFT NAV CSS*/

.arrowlistmenu{
	background-color: #5092B7;
	background-image: url(/images/bg_left_nav.jpg);
	background-repeat: repeat-x;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 14px;
	padding-right: 15px;
	padding-bottom: 14px;
	color: #FFF;
	text-align: right;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader a{color: white; text-decoration:none;}


.arrowlistmenu .menuheader a:hover{color: red; text-decoration:none;}

.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
color: white;
text-decoration:none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
color:white;
text-align:right;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
color: #fff;
}

.arrowlistmenu ul li a{
color: #fff;
display: block;
padding-right: 12px;
text-decoration: none;
font-weight: bold;
text-shadow: 1px 1px 2px #000;
}

.arrowlistmenu ul li red{
color: red;
}

.arrowlistmenu ul li a:visited{
color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
text-shadow: 0px 0px 0px #000;
}
.table_text {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
.table_header {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.table_header_sm {
	font-size: 11px;
}

