/* CSS - Layout of site structure */
body {
	background-color:#ffffff;
	margin:0 0 0 0; 
	background: url(../images/body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #6E6E6E;
	}
#body-content {
	background: url(../images/body-content.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
#content {
	margin: 20px 0 0 40px;
	}
ul#mainnav {
	list-style-type:none;
	}
ul#mainnav li a:link, ul#mainnav li a:visited {	
	padding-top:1px;
	padding-bottom:3px;
	text-decoration: none;
	}
	
#nav {
margin-top: 0px;
margin-left: 0px;
padding-left: 30px;
}

#nav li {
list-style: none;
font-size: 95%;
font-weight: 300;
line-height: 190%;
border-bottom: 1px solid #e1e1e1;
}

#nav a {
text-decoration: none;
color: #666;
padding-left: 10px;
background: #fff url(../images/bullet.gif) no-repeat 0 50%;
}

#nav a:hover{
color: #971d1e;
margin-left: 3px;
background: #fff url(../images/bullet_maroon.gif) no-repeat 0 50%;
}	

#middle {
	padding: 3px 0 0 27px;
	}
#footernav {
	color: #106DA7;
	margin-top: 12px;
	margin-left: -8px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 12px;
	}

#footernav a:link, a:visited {	
	padding-top:1px;
	padding-bottom:1px;
	text-decoration: none;
	}
#footernav a:hover{	
	text-decoration: underline;
	}	
#footernav li {
	display: inline;
	padding:0 5px 0 8px;
	border-right: .5pt solid #ccc;
	}
#footertext {
	padding: 0px 0 0 0px
	}
