/* CSS Document */
/* text-align center aligns entire page to center for IE */

body {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	background: #ffffff;
	text-align: center;
	}
	

p, br, ul, li, td, b, u, i, th {
font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

hr {
	border: none;
    border-top: 1px dotted #3F567C;
    height: 1px;
	margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1px;
    background: #fff;
}



	
/* standard link styles */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336BA4;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #22486F;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #22486F;
	background: #DEE377;
	}
	
/* Side Navigation Bullet Layout */

/* negative text indent used for lines that wrap with margin left setting the indent */
		
		
#sidenav ul {
		list-style: none;
		padding: 0;
		text-indent: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		font-size: 11px;
	line-height: 13px;
	margin-left: 0px;
	width: 195px;
		}

#sidenav li, #sidenav-gen li {
		list-style-image: none;
		list-style-type: none;
		border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E0DFE3;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 195px;
		}
		
		
/* ALL LAYOUT */

/* text-align left fixes so text throughout page is not centered from body tag above for IE fix*/
#wrap {
    position: relative;
	margin-left:auto;
	margin-right: auto;
    width:880px;
	text-align: left;
    }

#header {
	position: relative;
	width: 100%;
	margin:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	min-width: 880px;
	background-image:  url(../images/bckgd_header.jpg); 
	background-repeat: no-repeat;
	height: 160px;
	}
	
#topnav {
 position: relative;
 height: 30px;
 width: 860px;
 margin-left: 10px;
 background-image:  url(../images/bckgd_nav.jpg); 
 background-repeat: repeat-x;
}

#homeback {
    position: relative;
	float:left;
    width:880px;
	margin: 0px;
	background-image:  url(../images/bckgd_white.jpg);
background-repeat: repeat-y;
padding-bottom: 25px;
}
	

#content {
width: 643px;
float: left;
margin-top: 10px;
margin-right: 10px;
border-right: 1px solid #E0DFE3;
}
	
#sidebar {
position: relative;
float: left;
width: 225px;
margin-top: 20px;
}

#footer_shadow {
height: 20px;
background-image:  url(../images/bckgd_footer.jpg);
background-repeat: no-repeat;
} 
	
#footer {
	clear:both;
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	margin-right: 10px;
	line-height: 13px;
	padding-bottom: 10px;
    }


/* FONT Formatting */

h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	margin-bottom: -3px;
	margin-left: 30px;
	margin-right: 10px;
	}
	
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #E98537;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 10px;
	border-top: 1px solid #E0DFE3;
	padding-top: 8px;
	}
	
h3 {
font-size: 12px;
color: #666666;
font-weight: bold;
margin-top: 20px;
margin-bottom: 3px;
	margin-left: 30px;
	margin-right: 10px;
}
	
p {
font-size: 12px;
color: #666666;
line-height: 1.5;
	margin-left: 30px;
	margin-right: 10px;
}

ul, ol {
list-style-image: none;
		list-style-type: none;
font-size: 12px;
color: #666666;
line-height: 1.3;
	margin-left: 30px;
	margin-right: 10px;
}

li {
padding-bottom: 5px;
}

p.news {
font-size: 11px;
color: #999999;
line-height: 1.3;
margin-left: 0px;
}

.indent {
margin-left: 30px;
}
