body {
	background-color: #deeeb0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#wrap {
	width: 900px;
	margin: 0px auto; /* top, right, bottom, left */
	padding: 6px;
	background-color: #FFFFFF;
}

#header1 {
	text-align: center;
	background-color: #f0e067;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 6px;
}
#colortop {
	background-color: #7bacd7;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	height: 26px;
	padding-top: 2px;
}
#colorstrip {
	background-image: url(images/colorstrip.jpg);
	background-repeat: no-repeat;
	height: 9px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
}



#footer {
	background-color: 	#de8b3d;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #F4DBC4;
}
#footer td {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F4DBC4;
}
#footer a {
	color: #F4DBC4;
}
#footer a:hover {
	color: #000000;
}


#navigation {
	float: left;
	width: 200px;
}
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #3473AB;
	font-weight: bold;
	background-image: url(images/button_off.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	display: block;
	height: 25px;
	width: 192px;
	background-position: left center;
	padding-left: 12px;
	line-height: 20px;
}
#navigation li {
	list-style-type: none;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}


#navigation a:hover {
	color: #de8b3d;
}



#maincontent {
	float: left;
	width: 660px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
}


h1 {
  font-family: font-family: times;
	font-size: 28pt;
	color: #000000;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16pt;
}
h2 {
	color: #7BACD7;
}

a:link {color: #000000}     /* unvisited link */
a:hover {color: #666666;}   /* mouse over link */
