	body {
		margin:0; padding:0;
		background:url("images/bg.gif");
		font-family: 'lucida sans', arial, sans-serif; 
		font-size: 10pt;
		}

	#container {
		margin: 1em 5%;
		background-color: #f3f5f5;
		}
		
	a:link, a:visited, a:active	{
	color: #900;
	background-color: #f3f5f5;
	text-decoration: none;
	font-weight: bold;
	}

	a:hover {
	color: #738080;
	background-color: #f3f5f5;
	text-decoration: none;
	font-weight: bold;
	}	

	a.copy:link, a.copy:visited, a.copy:active	{
	color: #900;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

	a.copy:hover {
	color: #738080;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	}	
		
	.current {
	color: #738080;
	background-color: #f3f5f5;
	font-weight: bold;
	}

	
#bgcolor {
	background-color: #f3f5f5;
}

.strip_lt {
	background-color: #f3f5f5; line-height: 3px;
}

.strip_lt8 {
background-color: #f3f5f5; line-height: 8px;
}

.strip_med { 
	background-color: #acbfbf; line-height: 7pt;
	}
	
.strip_dk {
	background-color: #738080; line-height: 10pt;
}

.title {
	text-align: right; margin-right: 5px;
}

.main_content {
	background-color: #f3f5f5; margin-top: 15px;
}

.border {
	border: solid 1px #acbfbf;
}

.border-left {
	border-left: solid 1px #acbfbf;
}

.main_text {
	padding: 10px; font-size: 93%; font-family: 'times new roman', times, serif;
}

.nav {
	text-align: right; font-size: 85%; margin: 5px 7px 0px 0px;
}

.contact {
	border-top: solid 1px #acbfbf;
}

.contact_text {
	text-align: right; font-size: 78%; margin: 5px 7px 10px 0px;
}

.copyright {
	margin-top: 10px; text-align: right; font-size: 80%; 
	color: #626c6c; background-color: #fff; border-top: solid 1px #acbfbf; 
	border-bottom: solid 1px #acbfbf;
}

	