#hdrbkgrnd {
	background-image: url(hdr1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#logobkgrnd {
background-color:#FFFFFF;
width: 800px;
height: 125px;
}

#container { 
background-color:#ededed;
width: 800px;
height: auto;
margin: 0px auto;
min-height: 100%;
position: relative; 
padding: 0 4px;
top: 0;
border-bottom: 4px solid #fff;
}

.left
{
float:left;
width:200px;
margin:0;
padding:15px;
line-height:150%;
}
.content
{
margin-left:230px;
border-left:1px solid gray; 
padding-left:20px; 

}

#navbkgrnd {
background-image:url(nav11.jpg);
width: 800px;
height: 30px;
background-repeat:no-repeat;
}

H1 {
	margin: 0;
	margin-top: 15px;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #541704;
}

H2, H3, H4, H5 {
	color: #e38d26;
	border-bottom: 1px solid #504f4b;
}

.bodyCopy { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
text-decoration: underline
}

.ftr {
background-color:#ededed;
font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
	text-align:center;
	width: 800px;
}

