body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #709588; 

	text-align: center;
	/* part 1 of 2 centering hack */
	}


#frame, #contentheader 
{
width: 600px;
margin-right:auto;
margin-left:auto;
margin-top:40px;
padding:0px;
text-align:left;
background-color: #fff;
border: #333 solid 1px;
margin-bottom: 40px;

}

#contentleft, #navleft {
width:260px;
padding:5px;
float:left; 
background:#fff;

}

#navright {
width:306px;
padding-right: 10px;
padding-left: 10px;
float:right;
padding-bottom: 10px;
padding-top: 0px;

}

#contentright
{
width: 600px; 
margin-top:0; 
padding-top:0;
padding-bottom: 10px;

}


p
{
font-size: 1.2em;
line-height: 150%;
}

#addressblock p
{
font-size: 1.1em;
}

a:link
{
color: #080;
}

a:visited;
{
color: #000;
}

#frame navcontainer
{text-align: right;
}

#navcontainer
{

margin: 0;
padding: 0;
height: 20px;
background-color: #e9a72f; 

text-align: center;
width: 100%;

}

.navlist{
font: bold 12px verdana;
padding: 5px 0;
margin: 0;
width: 100%;
background-color: #e9a72f; 
text-align: right; /*set value to "right" for example to align menu to the right of page*/
border-bottom: solid #999 2px;
}

.navlist li{
list-style: none;
display: inline;
}

.navlist li a{
padding: 5px 1em;
text-decoration: none;
color: white;
background-color: #e9a72f; 

}

.navlist li a:hover{
color: #fff;
background-color: #080;

}

li#youarehere a { background-color: #000; }

#textright {
width:430px;
padding-right: 10px;
padding-left: 10px;
float:right;
padding-bottom: 10px;
padding-top: 10px;
}

h2
{
font-size: 2em;
font-family: arial, sans serif;
}

h3
{
font-size: 1.4em;
margin-bottom: 0;
padding-bottom: 0;
}