body {
text-align: center;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(bckgrnd7.jpg) top center repeat;
color: #444;
}

p {
margin: 0 0 1.2em 0;
line-height: 1.3em;
}

#form {
padding-left: 170px;
}

#wrap {
text-align: left;
color: #000;
margin: 0 auto;
width: 700px;
background: #FFF url(header-base.gif) repeat-y;
}

#header {
width: 100%;		
height: 120px;
background: #D36832;
background: #ffd;
border-bottom: 5px solid #286ea0;
}

#header img {
padding: 0;
margin: 0;
float: left;
}

h1 {
color: #222;
padding: 40px 20px 0 235px;
margin: 0;
font: 180% Verdana,Tahoma,Arial,sans-serif;
font-weight: bold;
}

h2 {
margin-top: 0;
color: #B23B00;
font-weight: normal;
font: 180% Verdana,Tahoma,Arial,sans-serif;
}

#nav {
float: left;
display: inline;
width: 130px;
margin: 0 0 10px 0;
padding: 15px 0 0 10px;
font-size: 0.9em;
}

#nav ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
text-align: right;
}	

#nav li {
margin-bottom: 4px;
}

#nav li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 4px 0 10px;
background: #f4f4f4;
border-right: 4px solid #cccccc;
}	
	
#nav li a:hover {
background: #eaeaea;
color: #286ea0;
border-right: 4px solid #286ea0;
}

#content {
display: inline;
float: left;
padding: 15px 0;
width: 475px;
margin-left: 45px;
}
#footer {
clear: both;
background: #286ea0;
color: #fff;
padding: 5px 10px;
text-align: right;
font-size: 75%;
}

#footer p {
margin: 0;
padding: 0;
}

#footer a:link, #footer a:visited {
color: #333;
border-bottom: dotted 1px;
text-decoration: none;
}

#footer a:hover, #footer a:active {
color: #fff;
border-bottom: solid 1px;
}

#content a.links:link, #content a.links:visited {
color: #000;
border-bottom: dotted 1px;
text-decoration: none;
}

#content a.links:hover, #content a.links:active {
color: #222;
border-bottom: solid 1px;
}



