.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #030303;
	line-height: normal;

}
.bodybackground {
	background-color: #FFFFFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}

.bodybackgroundrepeat {
	background-color: #FFFFFF;
	background-image: url(images/bodyrepeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
ul {
  margin-top: 0.35em;
  margin-left: 1.5em;
  padding-left: 0;
} 
li {
  line-height: 1.1em;
}
#floatleft {
	position: top left;
	top:inherit;
	}
	
#h2 {
     
font-size: 24px;
	color: #FCA70A;
	margin-left: 30px;
	}
