html, body {
	margin:0;
	padding:0
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #1e1e1e;
	background-image: url(../media/layout/site_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.oneColFixCtrHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {

	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



div#SiteHeader {
	text-align:left;
	background-image: url(../media/layout/header_logo_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:790px;
	height:61px;
}

div#SiteMenuContainer {
	margin:opx;
	padding:0px;
	text-align:left;
	background-image: url(../media/layout/header_menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:790px;
	height:31px;
}
div#homeContentTop {
	text-align:left;
	background-image: url(../media/layout/home_content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:790px;
	height:29px;
}
div#homeContentMid {
	text-align:left;
	background-image: url(../media/layout/home_content_mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:790px;
	display:block;
	margin:auto;
	

}
div#homeContentBot {
	text-align:left;
	background-image: url(../media/layout/home_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:790px;
	height:45px;
}

div#siteContentTop {
	text-align:left;
	background-image: url(../media/layout/site_content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:790px;
	height:76px;
}
div#siteContentMid {
	text-align:left;
	background-image: url(../media/layout/home_content_mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:790px;
	margin:0px auto;
	padding:0px;
}
div#siteContentBot {
	text-align:left;
	background-image: url(../media/layout/site_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:790px;
	height:93px;
}





A {
	text-decoration: underline;
	color: #666666;}
A:Hover {
	text-decoration: underline;
	color: #b00915}

H1{
	font-size: 26px;
	color:#b30000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
}
H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#b30000;
	margin:0px;
	padding:0px;
}
H3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#b00915;
	margin-right: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b00915;
}
H4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#003399;
	margin-right: 25px;
}	
	

div#content p {
	line-height:1.8
}

div#navigation {
	background:#FFFFFF
}

div#logo {
	background:#FFFFFF;
	text-align:center;
}

div#menu {
	background:#3f3f3f;
	border-top:1px solid #000000
}


div#content {
	background-color: #FFFFFF;
	width:750px;
	padding:0px;
	margin:0px auto;
	margin-left:20px;
}

div#contentHome {
	background-color: #FFFFFF;
	width:750px;
	padding:0px;
	margin:0px;
	margin-left:20px;
}

div#contentArea {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin:0px auto;
}

div#callout {
	background-image:url(../media/layout/bg_callout_2.gif);
	background-repeat: no-repeat;
	float: right;
	width:235px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	border:0px solid #666666;
	text-align:center;
	color:#FFFFFF;
}

div#footer {
	color: #FFF
}
div#footer p {
	margin:0;
	padding:5px 10px
}
div#container {
	width:810px;
	margin:0 auto
}
div#Header {
	float:right;
	width:600px;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	
}



	/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("../media/layout/sprites.gif") no-repeat 5px -400px;padding-left:21px}
		a.morelink:hover {background: transparent url("../media/layout/sprites.gif") 5px -500px}
		.morelink span {position:absolute;left:-9999px;width:900px}

.search-links1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 			
	font-weight: normal; 
	color: #FFFFFF; 
	font-style: normal}
.search-links2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 			
	font-weight: normal; 
	color: #FFFFFF; 
	font-style: normal}
.search-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #b00915;
	font-style: italic;
	padding-left:18px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -897px;
}

div#search {
	color: #FFF;
	margin:0px;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#search form{
margin:0px;
	text-align:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#search a{
	margin:auto;
	text-align:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	float:left;
}

div#emailprint {
	font-size: 10px;
	background: #e2e3de;
	color: #2d2d2c;
	margin:0;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:right;
	border-bottom:1px solid #b00915;
}

/* anchor styling */
#emailprint a.email
{
  color:#333333;
 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -148px;
padding-top:2px; padding-bottom:2px
}
#emailprint  a.email:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -198px;
padding-top:2px; padding-bottom:2px
} 

#emailprint a.print
{
  color:#333333;
 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -50px;
padding-top:2px; padding-bottom:2px
}
#emailprint  a.print:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -100px;
padding-top:2px; padding-bottom:2px
}

div#AdSpace {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#breadcrumb {
	font-size: 10px;
	color: #3a3a3a;
	margin:0;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align:left;

}

div#submenu {
	margin:0;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }

div#newsarea {
	width:730px;
	color: #FFF
	padding:0px;
	margin:0px;
}

div#newsHead {
	width:230px;
	margin:0px;
	padding:0px;
	padding-left:0px;
	padding-top:8px;

}

div#newsHead a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin:0px;
	margin-top:0px;
	padding:0px;
}


div#newsContent {
	width:230px;
	padding-top:7px; 
	border-right:1px solid #5e92af;
	padding-right:10px;
}

div#newsLeft {
	color: #FFF;
	float:left;
	padding:0px;
	margin:0px;

}

div#newsRight {
	color: #000000;
	float:right;
	width:450px;
	padding:0px;
	margin:0px;
	padding-right:20px;
	padding-left:10px;
}



div#navigation {
	float:left;
	width:209px
}

div#footer {
	clear:both;
	width:100%
}

	/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
		background: transparent url("../media/layout/sprites.gif") no-repeat 5px -400px;
		padding-left:21px;
		color:#666666}
		a.morelink:hover {background: transparent url("../media/layout/sprites.gif") 5px -500px;
		color:#b00915}
		.morelink span {position:absolute;left:-9999px;
		width:900px}



.table-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #525252;
	color: #FFFFFF;

}
.table-line-1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	background-color: #c0c0c0;
	color:#525252;}
.table-line-2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	background-color: #ffffff;
	color:#525252;}
.table-line-3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	background-color: #eaeaea;
	color:#525252;}

.recordtotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	padding-top:3px;
	padding-bottom:15px;
	padding-left:15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top: 1px solid #232557;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	
}

.instruction {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 			
	font-weight: normal; 
	color: #004273; 
	font-style: normal}	
	
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background:#E7E7E7;
	border:1px solid #cc0033;
	text-align: left;
	margin: 5px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;

}
.required2 {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* style for page ordering */
	.pagination {
	background: #f2f2f2;
	font-size: 10px;
	color:#666;
	padding: 4px 20px 4px 7px;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
	.pagination p {position:relative;text-align:right;}
	.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
	.pagination p a:hover {background:#990000;color:#fff}
	.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
	.pagination * {
	margin:0;
}

		
		
#SiteNavContainer ul
{
	padding-left: 0px;
	margin-left: 40px;
	color: White;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#SiteNavList
{
	padding: 0px;
	margin: 0px;
}

#SiteNavContainer ul li { display: inline; }

#SiteNavContainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #4f5357;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#SiteNavContainer ul li a:hover
{
background-color: #720e0e;
color: #fff;
}



#LoginContainer {
	margin-left:21px;
	margin-right:18px;
	height:31px;
}



ul#LoginButton {
	padding: 0px;
	margin:0px;
	list-style-type: none;
	white-space: nowrap;
}

ul#LoginButton li {
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0;
}

#LoginButton a, #LoginButton a:link {
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0;
	background-image: url(../media/layout/login_bg_off.png);
	background-position: right center;
	background-repeat: no-repeat;
}


#LoginButton a:hover {
    color: #650000;
	background-image: url(../media/layout/login_bg_on.png);
	background-position: right center;
	background-repeat: no-repeat;

}



#ListMenu1{ /*CSS for Simple Tree Menu*/
	text-align:left;
	font-size:10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ListMenu1 ol
{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;	
	
}
#ListMenu1 ol li
{
	float: left;
	width: 250px;
	list-style-type: none;
}


/* anchor styling */
#ListMenu1 ol li a
{
	color:#666666;
	display: block;
	width: 250px;
	height:25px;
	text-decoration: none;
	padding-left: 25px;
	padding-top:2px;
	background-color: transparent;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#ListMenu1 ol li a:hover
{
  color: #b00915; /* white */
	padding-left: 25px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 0px -798px;
}



.shadetabs{ clear:left; 
padding: 3px 0;
margin-left: 15px;
margin-right:15px;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
	background-color: #CCCCCC;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{
	border-bottom-color: white;
	background-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 670px;
margin-bottom: 1em;
margin-left:10px;
margin-right:10px;
padding: 10px;
background-color:#FFFFFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

div#AccountInfo{
	width:100%;
	background-color:#e7e5dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5 px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;	
	}
	
div#AccountInfo Strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	}
	
div#AccountInfo UL{
	list-style:none;
	}
	
div#AccountFiles{
	width:100%;
	background-color:#f1f1f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5 px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;	
	}
	
div#AccountFiles Strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	}
	
div#AccountFiles UL{
	list-style:none;
	}
