/* CSS Document */
	
	
body	{
	padding: 0;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #F0F0F0;
}

.muheader	{
	display: none;
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #fff;
	height: 70px;
}

.csheader	{
display: none;
	margin: 0;
	padding: 0;
	background-color: #d90000;
	height: 53px;
}

	.csheader img	{
	float: right;
}

.wrapper {
	width: 765px;
	background-color:#fff;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

.nav	{
	display: none;
	background: #fff url(file:///G|/Shared/Web Site/testfolder/images/nav_back.gif) repeat-x top left;
	width: 150px;
	text-align: left;
	padding: 30px 0 0 10px;
	font-size: .9em;
	float: left;
	height: 1%;
	margin: 0;
}

	.nav ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

	.nav li	{
	margin: 15px 0;
}

	.nav li a:link	{
		color: #d90000;
		text-decoration: none;
}

	.nav li a:visited	{
		color: #ff8784;
		text-decoration: none;
}

	.nav li a:hover	{
		text-decoration: underline;
}

.content	{
	margin: 0 0 0 20%;
	padding: 0 0 0 0;
	background: #900 url(file:///G|/Shared/Web Site/testfolder/images/backgrnd_cntnt_03.gif) repeat-x 200px 0;
	height: 1%;
	width: 70%;
}

.content img	{
	display: none;
}

	acronym	{
	cursor: help;	
}

	h1, h2, h3, h4	{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

	strong	{
	letter-spacing: .2px;
}

	h1	{
	font-size: 216%;
	letter-spacing: 1px;
	margin-left: 15px;
}

	h2	{
	font-size: 170%;
	margin-left: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

	h3	{
	font-size: 136%;
	margin-left: 40px;
	margin-bottom: 5px;
}

	p, li, dt {
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

	dt	{
	font-weight: bold;
}

	dd	{
	margin: 0 20px 10px 50px;
	line-height: 18px;
}

	.announce {
	margin: 0 40px 20px 40px;
	padding: 10px;
	background-color: #e4eaee;
}

	.announce p	{
	margin: 0;
	padding: 0;
}

	.announce h3, .announce h2 {
	margin: 0;
	padding: 0;
}

	.left {
	float: left;
	width: 250px;
	margin-right: 20px;
	padding: 0;
}

	.right	{
	float: right;
	width: 250px;
	margin: 0 20px 0 0;
	padding: 0;
}

	.right p	{
	margin: 0 0 1.5em 0;
	padding: 0;
}

	.content a:link	{
	color: #999;
	text-decoration: underline;	
}

	.content a:visited	{
	color: #999;
}

	.content a:hover	{
	color: #ff3;
	text-decoration: underline;
}

	p.smalltext, span.smalltext	{
	font: 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

	.search	{
	display: none;
	margin: 0 0 0 200px;
	height: 1%;
}

.footer	{
	margin: 0 0 0 25%;
	padding: 0;
	background-color: #333;
	color: #ccc;
	text-align: left;
	letter-spacing: .08em;
	height: 1%;
	clear: left;
}

	.footer p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

	.footer a:link, a:visited {
	text-decoration: none;
	color: #ccc;
}

	.footer a:hover	{
	text-decoration: underline;
}


	
