body {
	width:858px;
	max-width:858px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #9ec0ca;	 
	border: 7px solid #6b8b5b;	
	padding: 0;
	text-align: center;
		}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000; 
	}

	#header {
		margin:0; padding:0;
		background:#fff;
		}

	#main1 {
		margin:0; padding:0;
		background:#fff url('left.gif') repeat-y top left;
		}
	#main2 {
		margin:0; padding:0;
		background:url('right.gif') repeat-y top right;
		}
	#left {
		float:left;
		width:264px;
		margin:0; padding:0;
		}
	#right {
		float:right;
		width:210px;
		margin:0; padding:0;
		}
	#right-top {line-height: 10px; height:156px; max-height: 156px;}
	
	#middle {
		margin:0;
		margin-left:264px;
		padding-top: 148px;
		min-width: 300px; 
		background:#fff;
		text-align:left;
		}
#footer {
	background:#fff;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	height: 25px;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin: 0px;
	line-height: 100%;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #644813;
	text-decoration: none;
}

#footer a:hover {
	color: #6b8b5b;
	text-decoration: underline;
}

#footer-left {
	float: left;
	width: 200px;
}

#footer-right {
	float: right;
	width: 600px;
	text-align: right;
}

#footer-homepage {
	background-color: #f0ecd3;	
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	height: 25px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: -5px;
	line-height: 100%;
	clear: both;
}

#footer-homepage a:link, #footer-homepage a:visited {
	color: #644813;
	text-decoration: none;
}

#footer-homepage a:hover {
	color: #6b8b5b;
	text-decoration: underline;
}

#footer-left {
	float: left;
	width: 200px;
}

#footer-right {
	float: right;
	width: 600px;
	text-align: right;
}

/* for homepage */
#hmTop {	
	width: 858px;
	height: 436px;
	top: 0px;
	left: 0px;
	background-image: url('images/hbg1.jpg');
	background-repeat: no-repeat	
	}
	
#hmBot {	
	width: 858px;
	height: 143px;
	background-color: #f0ecd3;	
	}

#hmBottom {	
	width: 858px;
	height: 165px;
	background-color: #f0ecd3;	
	}

/* end homepage */

	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
	h1, h2, h3, h4 { margin: 0.2em 0 }
	p { margin: 0.5em 0 }
	a { color:black }
	
	.copy { text-align:center; font-size:80% }

	.green { color: #6b8b5b; }