/* CSS Document */

body {
	background-color: #FFF;
	font: Arial;
	font-size:12px;
	margin: 0px;
	}
	
p.main {
	font-family:Arial;
	font-size:12px;
	color:#000;
	}

p.sub {
	font-family:Arial;
	font-style: bold;
	font-size:12px;
	color:#000;
	}
	
a:link {text-decoration: none; text-transform: none; color: #000; }
a:visited {text-decoration: none; text-transform: none; color: #000; }
a:active {text-decoration: none; text-transform: none; color: #000; }
a:hover {color: #760000; text-decoration: underline; text-transform: none; }
	
div.content4 {
	font-family: Arial;
	position: static;
	top: 200px;
	right: 0px; /* Opera5.02 will show a space at right 
	swhen there is no scroll bar */
	margin: 20px;
	padding: 10px;
	width: 800px; /* ie5win fudge begins */
	width: 800px;
	}
	
.content4 .style3 img {
	float: right;
	padding: 20px;
	}
	
HR {
	position:relative;
	height:5px;
	width:100%;
	background:#760000;
	margin: 0px 0px 0px 0px;
	clear: both;
   }
a.webmaster {
	font-family:Arial;
	font-style: normal;
	font-size:8px;
	color:silver;
	}

a.nav {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.navnone {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	font-family: Arial;
	color: #B70000;
	font-weight: bold;
	text-decoration: none;
}

a.navnone:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: white;
}

	