body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
	
#wrap {
    margin: 0 auto;
	width: 800px;
	}
	
#header {
	margin: 0;
	padding: 10px 0 5px 0;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	color: #A9775E;
	}
	
#nav div {margin: 0; padding: 0;}
.nav {
	font-family: "Times";
	font-size: 85%;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	}
.nav_on {
	color: #A9775E;
	}
#nav a:link { 
	color: #000;
	text-decoration: none;}
#nav a:visited {
	color: #000;
	text-decoration: none;}
#nav a:hover {
	color: #A9775E;
	text-decoration: underline;
	}	
#nav a:active { 
	color: #000;
	text-decoration: none;}	
	
p { }

td { }
#content {
	padding: 10px 20px 10px 40px;}
#content h1{
	font-size: 115%;
	color: #006699;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
img.content {
	float: right;
	padding: 0 10px 20px 20px;
	}	
p.content {}
.contentemphasis {
	color: #663333;
	font-weight: bold;
	}
.conheadblue
	{
	font-size: 100%;
	color: #006699;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#content a:link { 
	color: #000;
	text-decoration: underline;}
#content a:visited {
	color: #000;
	text-decoration: underline;}
#content a:hover {
	color: #006699;
	text-decoration: underline;}	
#content a:active { 
	color: #000;
	text-decoration: underline;}	

#footer {margin-top: 25px;}
.footer {
	font-size: 80%;
	text-transform: uppercase;
	text-align: center;
	}
#footer a:link {
	color: #000;
	text-decoration: none;}

#footer a:visited {
	color: #000;
	text-decoration: none;}

#footer a:hover {
	text-decoration: underline;
	color: #A97753; }

#footer a:active { 
	color: #000;
	text-decoration: none;}

