body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px; 
}
#thetop {
	background-image: url(../images/top.png);
	background-position: center bottom;
	margin-top:10px; 
	height: 22px;
	width: 900px;
	margin-right: auto;
	margin-left: auto; 
} 
#footer a {
	color: #14C0AA;
	text-decoration: underline;
}
#thebottom {
	background-image: url(../images/bottom.png);
	background-position: center top;
	height: 22px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #888888;
	text-align: center;
}  
#header {
	padding-left: 10px;
	padding-bottom: 16px;
}
#mainbody {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 900px;
	background-color: #FFF;
}
#navmenu {
	background-color: #f8f3df;
	width: 260px;
	min-height: 450px;
	padding-bottom: 20px;
}
#nav {
	float: left;
	width: 260px;
	margin-left: 10px;
}
#navmenu ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D3BF;
	width: 246px;
	padding-left: 12px;
} 
#navmenu ul li a {
	color:#666;
	text-decoration:none;
}
#navmenu ul li a:hover {
	color:#0095C8;
	text-decoration:underline;
}


#content {
	float: right;
	width: 600px;
	margin-right: 10px;
}
#newsletter {
	background-image: url(../images/greenbar.png);
	text-align: center;
	height: 37px;
	width: 600px;
	color: #FFF;
	font-weight: bold;
	padding-top: 13px;
	margin-bottom: 10px;
}

#wrapper {
	background-color:#FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;	
}  
label
{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding-right: 4px;
} blockquote {
	padding-left: 12px;
	font-style: italic;
	color: #0095C8;
}
hr {
	color: #D1A990;
}
.makeitredbold {
	font-weight: bold;
	color: #F00;
}
