html,body,li,ul,a,h1,h2,h3,h4,h5,h6,img,div,p{
margin: 0px;
padding: 0px;
}


body{
background:#cccccc;
}

ul#navigation{
	position: relative;
	display: block;
	float: left;
	clear:left;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

ul#navigation li
{

	width: 150px;
	height:30px;
	display: block;
	text-indent: 0px;
	font: normal 12px Arial;
	color:#ffcc00;
	clear:right;
	text-indent:20px;
	line-height:30px;
	margin:1px 0 1px 0;
}

ul#navigation li a
{
	width: 150px;
	height:30px;
	display: block;
	text-indent: 0px;
	font: normal 12px Arial;
	color:#ffcc00;
	clear:right;
	text-decoration:none;
	background: #772901;
	text-indent:20px;
	line-height:30px;
}

ul#navigation li a:visited
{

	width: 150px;
	height:30px;
	display: block;
	text-indent: 0px;
	font: normal 12px Arial;
	color:#ffcc00;
	clear:right;
	text-decoration:none;
	background: #772901;
	text-indent:20px;
	line-height:30px;
}

ul#navigation li a:hover
{

	width: 150px;
	height:30px;
	display: block;
	text-indent: 0px;
	font: normal 12px Arial;
	color:#ffcc00;
	clear:right;
	text-decoration:underline;
	background: #993300;
	text-indent:20px;
	line-height:30px;
}

.mainfont{
width:430px;
border-left:solid 60px #fff;
font: normal 12px Arial;
color:#000000;
}

.mainfont a, mainfont a:visited, mainfont a:hover{
font: normal 12px Arial;
color:#0033cc;
}

.footertext{
font: normal 10px Arial;
color:#fff;
}

.footertext a, footertext a:visited, footertext a:active{
font: normal 10px Arial;
color:#fff;
text-decoration:none;
}

.footertext a:hover{
font: normal 10px Arial;
color:#fff;
text-decoration:underline;
}

.imagestyle{
margin:4px;
}

.clean{
clear:both;
}

.showgraph{
	position:relative;
	float:left;
	border:solid 1px #ccc;
	margin:3px;
	font:normal 10px Arial;
	text-align:center;
}
