body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#8c5548;
	background-color:#E1CBAF;
	}

a:link {
	color:#8C5548;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#8C5548;
}
a:hover {
	text-decoration: underline;
	color: #8C5548;
}
a:active {
	text-decoration: none;
	color: #8C5548;
}

.nav01 {
width:657px;
background-color:#F3E6C6;
text-align:center;
padding-top:4px;
padding-bottom:4px;
}
/* nav01 padding was 8px but was decreased to add new top bar to homepage per client */


.foot01 {
width:657px;
text-align:center;
padding-top:4px;
padding-bottom:4px;
}

h1 {
font-size: 1em;
font-weight:bold;
}

h2 {
font-size: 1em;
font-weight:bold;
}

h3 {
font-size: 1em;
font-weight:bold;
}

h4 {
font-size: 1em;
font-weight:bold;
}

.bodytxt {
text-align:left;
padding-left:32px;
padding-right:32px;
}

.wraptxt {
text-align:left;
padding-left:4px;
padding-right:4px;
}

.colR {
width:170px; 
border:1px solid #dcc8b9; 
background-color:#faf7e4; 
float:right;padding:4px; 
font-size:11px;
}

.colL {
width:450px; 
border:1px solid #dcc8b9; 
background-color:#faf7e4; 
float:left;padding:4px; 
margin-bottom:4px;}

.small9emstxt {
	font-size: 0.9em;
	font-style: italic;
}

