html { overflow-y: scroll; }

body
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
h2
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 1.5em;
}
h3
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	margin-top: 1.5em;
}

h4
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #CC3333;
	}
	
	
p, td, table
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
.td1 
{
	border-style: solid; border-width: 1px; border-color: #333333;
	}
	
.td2
{
	color: #CC3333;
	}
	
a:link, a:visited
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #CC3333;
	text-decoration: underline;
}
a:active, a:hover
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.imageleft {
float:left;
margin:0 1em 0.5em 0;
 }

 
 /*MENU*/


/*#menu {

	background: #575757;
	
	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

	width: 580 px;

}

#menu li {

	float: left;

	font: 67.5% "Verdana, Geneva, Arial, sans-serif";

	margin: 0;

	padding: 0;

}

#menu a {

	color: #fff;

	display: block;

	float: left;

	margin: 0;

	padding: 8px 12px;

	text-decoration: none;

}

#menu a:hover {

	color: #fff;

	padding-bottom: 8px;*/
	

.menu{
width: 220px; /*width of menu*/
}

.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu ul li a{
font: normal 12px Verdana, Geneva, Arial, sans-serif;
color: #333;
background: white;
display: block;
padding: 9px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.menu ul li a:visited{
color: #333;
}

.menu ul li a:hover{ /*hover state CSS*/
color: white;
background: #575757;
}

