html, body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #666666;
	margin:0;
	padding:0;
	text-align:center;
} 

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EFEFEF;
	border-top: 1px solid #CCCCCC;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}
 
#mainlogo {
	float: left;
	width: 180px;
	height:54px;
	background:url(../images/logo.png)
}

a {
	text-decoration:none;
	color:#006699;
}

a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}
