body {
	margin: 0px;
	background: #F7F5C5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, h1, h2, h3, h4, ul {
	color: #615c3c;
}
h1, h2 , h3 {font-weight: bold; }

p { margin-top: 0px;
	font-size: 12px;
	line-height: 130%; }
	
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

h4 { font-size: 14px; font-weight: normal; }


/* adjustors ---------------- */

.sm { font-size: 11px }
.xsm { font-size: 10px; line-height: 110%;}
.lite {  font-weight: normal }
.smlite { font-size: 11px; font-weight: normal; }
.px16 {  font-size: 16px }
.px18 { font-size: 18px; }
.px24 { font-size: 24px; }
.px32 { font-size: 32px; }
.px36 { font-size: 36px; }
.tab { margin: 0px 0px 0px 20px; }


/* main content rules --------------------------------------*/



#content {
	margin: 0px 22px 0px 180px;
	background-color: #FFFFEF;
	padding: 15px;
}
#content li {
	font: 12px/140% Georgia, Times, "Times New Roman", serif;
	color: #615C3C;
	list-style-position: outside;
}
#content ul {
	margin: 0px 0px 1em;
	padding-left: 20px;
	font-size: 12px;
	list-style-position: outside;
}


a {  color: #892530; text-decoration: underline}

table.tight p, table.tight h1, table.tight h2, table.tight h3, table.tight h4 { margin: 0px }

.cells {
	color: #615C3C; 
	font: 12px Georgia, Times, "Times New Roman", serif;
}


/* header rules -------------------- */

#header {
	background: #D4D3A6;
	margin: 0px;
	padding: 3px 0px 0px;
	height: 118px;
}
#header h1, #header h4 {
	position: relative;
	left: 20px;
}


#header h1 {
	font-size: 24px;
	margin: 20px 0px 0px;
	color: #48442C;
}
#header h4 {
	margin: 0px;
}








/* navigation rules ------------------------------------------ */


#nav {
	float: left;
	margin: 0px;
	padding: 15px 15px 15px 20px;
	clear: none;
	font: 12px Arial, Helvetica, sans-serif;
	width: 150px;
}
#nav ul {
	color: #615C3C;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li a {
	color: #892530;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}
#nav ul li {
	margin-bottom: 7px;
}
#nav ul li ul li {
	margin: 0px;
}

#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li a.here, #nav ul li a.here:hover {  
	color: #615C3C; 
	text-decoration: none;
	font-weight: bold;
}


#nav ul li ul li a {
	color: #615C3C;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
}
#nav ul li ul li a:hover {
	text-decoration: underline;
}

#nav ul li ul li.first {
	margin: -5px 0px 0px;
}



/* --------------------------------------------------- */


#footer {
	padding: 10px 0px 5px;
	text-align: center;
	border-top: 1px solid #615c3c;
	clear: both;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
}
#content h2.top, #content h1.top {
	margin-top: 0px;
}
.newsboxright {
	padding: 10px;
	float: right;
	width: 100px;
	border: 1px solid #615C3C;
	margin-left: 12px;
	margin-bottom: 5px;
}
.first {
	margin-top: 0px;
}
img.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.newsbox {
	padding: 10px;
	width: 400px;
	border: 1px solid #615C3C;
	margin-left: 12px;
	margin-bottom: 5px;
}
