html, body   {
	height: 90%;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:#FFF;
/*	background-image: url(images/bgr.gif);*/
	text-align: center;
	}

a img {
	border:0;
	}


h1, h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	}

h1 {
	font-size:20px;
	color: #077647;
	}

h2 {
	font-size: 13px;
	color: #C7AA6E;
}

h3 {
	color: #999999;
	font-size: 12px;
}


div#centered {
	border: 0;
	height: 50%;
	width: 800px;
	position: absolute;
	left: 20%;
	top: 10%;
}

#centered a, a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration:none;
	}
#centered a:hover {
	text-decoration:underline;
	}

div#icons {
	border: 0;
	height: 74;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image: url(images/icons.gif);
	left: 10px;
	top: 91%;
}

hr {
	height:1px;
	border:0;
	border-bottom:1px solid #E0E0E0;
	clear:both;
	padding-top: 20px;
	}

#footer {
	width:800px;
	height:30px;
	font-size:10px;
	position:relative;
	color:#605F4F;
	padding-top: 23px;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}

#footer a, a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

p {
	margin:7px 0 1px 0;
	line-height:13px;
	text-align:center;
	}
p.news {
	font-size:12px;
	color:#FF9900;
	font-weight:bold;
	margin:0px 0 2px 0px;
	padding-right:10px;
	line-height:16px;
	}

#numbers {
	width:540px;
	margin:3px auto 10px auto;
	}
#numbers ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#numbers ul li {
	clear:both;
	width:500px;
	}
#numbers ul li div {
	width:200px;
	float:left;
	}

/* form handling */

form {
	margin:0 0 0 130px;
	padding:0;
	}
label {
	width:100px;
	margin:3px 0;
	float:left;
	font-weight:bold;
	}
.theinput {
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#858585;
	width:100%;
	border:0px solid #AAAAAA;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
#buttons {
	width:245px;
	text-align:center;
	margin-left:115px;
	}
#buttons img {
	position:relative;
	top:3px;
	}
#buttons input {
	margin:3px 5px;
	}
#submit {
	width:48px;
	height:26px;
	border:0;
	background:url(images/send.gif) no-repeat;
	}
#clear {
	width:62px;
	height:26px;
	border:0;
	background:url(images/clear.gif) no-repeat;
	}

.bolded {
	font-weight:bold;
	text-indent: 100px;
	text-align:left;
	}

/* image handling */

.float-lt {
	float:left;
	padding-right:30px;
	padding-top:10px;
	}
.float-rt {
	float:right;
	padding-right:10px;
	padding-top:10px;
	}

/* events */

#news1 {
	width:120px;
	float:left;
	background-image: url(images/dots_vert.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 20px;
	}
#news2 {
	width:650px;
	padding-left:10px;
	float:right;
	text-align: left;
	}
