html {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
	background-color: transparent;
}
body {
	background: url(../images/background.png) center top repeat-y;
}
a, a:link, a:active, a:visited, a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: white;
}
form {
	margin: 0px;
}
h1, h2 {
	color: #0099CC;
	background-color: white;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin-top:15px;
}
.floatRight {
	float:right;
	margin: 0px 0px 10px 15px;
}

#container {
	position: absolute;
	width: 600px;
	margin:0 auto; /* center, not in IE5 */
	padding: 0px;
	left: 50%;
  margin-left: -300px; /*set this value to half the size of the div*/
}
#top {
	position: relative;
	width: 560px;
	padding: 10px 25px 0px 25px;
}
#top #logo {

	padding-top: 10px;
	float: left;
	width: 257px;
}
#top #slogan {

	float: left;
	width: 298px;
	padding-top: 22px;
}
.section {
	clear: both;
	padding: 15px 25px 0px 25px;
}
.sectionTitle {
	width: 560px;
}
#footer {
	width: 530px;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
.bigFormFont {
	font:normal 24px Georgia; 
	width:320px;
	color: #666666;
}
.bigFormFontLabel {
	display:block; 
	font-weight:bold; 
	margin-bottom:3px; 
	color:#555;
}
.errortext {
	font:normal 18px Georgia; 
	color: #CC3333;
}