body { 	font:70% Arial; 
		background: #FFFFCC;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0; 
}
#nav, #nav ul {
	padding: 0; margin: 0; 
	list-style: none;
}
#nav a {
	display: block; width: 8em;
	border:solid 1px #550000;
	padding:3px 5px;
}
#nav li {
	float: left;
	width: 9em;
}
#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav a:link, #nav a:visited { 
    color:#660000; text-decoration:none; 
	background-color:#cc9933; color:#ffffcc; font-weight: bold;
}
#nav a:hover, #nav a:active { 
    color:blue;  
	background-color:#ffffcc; color:#660000; 
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content {
	clear: both;

}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	clear: both;	
	background-color:#cc9933; color:#ffffcc; font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.dropitem {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none; 
}
.dropitem:hover {  
	color: #FF0000; 
	font-size: 1em;
	text-decoration: underline; 
	font-weight: bold}

.dropitem2 {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline; 
}
.dropitem2:hover {  
	color: #330000; 
	font-size: 1em;
}
.dropitem3 {
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none; 
}

.rule {border-top-width: 1px;
       border-top-style: solid;
       border-color: #330000; 
       margin: 0px;
}
{
scrollbar-base-color: #FFCC99;
scrollbar-arrow-color: #00FF99;
scrollbar-DarkShadow-color: #00FF99;
}
.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 2.5em; font-weight: bold; color:#550000}
.heading2 {  font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #550000}