

body {
	
	font-size: 73%; /* This is 10pt or approximately 13px - used to allow for font-sizes measured in ems */
	font-family:  Arial, Helvetica, sans-serif;
	background: #a99c8a;
	color: #241B1C;
	padding: 0;
	margin: 0;
	
	
}


.top {
	float: left;
	font-size: 1.08em;
	color: #444444;
	background: #FFFFFF
	width: 990px;
	height: 152px;
	font-weight: bold;
	padding: 0;
	margin: 0;

}

a:link, a:visited {
	text-decoration:  none;
	color: #a89b89;
	background-color: transparent;
}

a:hover, a:active {
	text-decoration:  underline;
	color: #f9eee5;
	background-color: transparent;
}
.nav {
	
	float: left;
	font-size: 1.08em;
	color: #444444;
	background: #F8EFE6 url(../images/topbar-bg.gif) repeat-x;
	width: 993px;
	height: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	padding: 4;
	margin: 0;
	align: top;
	

}



.main {	
	float: left;
	font-size: 1.08em;
	color: #241B1C;
	background: #F8EFE6 url(../images/bodybg.gif) repeat-y;
	width: 992px;
	padding: 4;
	margin: 0;
	align: top;
}

.main2 {	
	float: left;
	font-size: 1.08em;
	color: #241B1C;
	background: #F8EFE6 url(../images/bodybg2.gif) repeat-y;
	width: 992px;
	padding: 4;
	margin: 0;
	align: top;
}


.footer {	
	float: left;
	font-size: .92em;
	font-weight: bold;
	color: #a89b89;
	background: #F8EFE6 url(../images/bottombar.gif) repeat-y;
	width: 992px;
	height: 35px;
	padding: 4;
	margin: 0;
	text-align: center;
	
}


h1 {  
	font-size: 1.08em; 
	color: #241B1C;
	font: 150% Arial, Helvetica,  serif;
	font-weight: bold;
} 


h2 {
	font-size: 0.9em; 
	color: #8f8c8c;
	font: 105% Arial, Helvetica,  serif;
}

h6 {
	font-size: 0.7em;
	color: #001D01;
	font-weight: bold;
	text-decoration: none;
}






