body {
	background-color: #999999;
	margin: 15px 0px;
	background-image: url(images/bg_rock.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.whitebg {
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
.leftcolumn {
	padding-top: 20px;
	padding-right: 10px;
}
.singlecolumn {
	padding-left:20px;
	padding-right: 20px;
	padding-top: 10px;
}
.imagecell {
	padding-bottom: 25px;
	padding-right: 10px;
}
.maintext {
	padding-right: 35px;
	padding-top: 10px;
}
.header {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footer {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00853a;
	text-align: center;
	padding: 5px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:link {
	font-weight: bold;
	color: #00853A;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: underline;
}
th {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #737373;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.imagefloatleft {
	float: left;
	margin-right: 15px;
}
.sidebar {
	font-size: 11px;
	margin-top: 10px;
}
.sidebar h2 {
	font-size: 11px;
}

