.sides_background {
	background-image:url(../images/sideground.jpg);
	background-color:#3e0808;
	background-repeat:repeat-x;
	height:526px;
}
.pageHeading
{
	font-family: Corbel, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Corbel;
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Corbel;
	font-size:14px;
}
a:hover {
	font-family: Corbel;
	color: #FFFF00;
	font-size:14px;
}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#D6CD72;
	padding-left:30px;
	padding-right:30px;
}
.mainlarge{
	font-family: Corbel, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#D6CD72;
}
.whitetext{
	font-family: Corbel, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.whitelarge{
	font-family: Corbel, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
fieldset
{
	margin:0;
	padding:0;
	border:0;
}
label
{
	width:250px;
	display:block;
}
.txt_input
{
	width:250px;
	display:block;
}
textarea
{
	height:80px;
	width:250px;
}
input
{
	display:block;
}
.req
{
	color:#f00;
	font-size:90%;
}
#form_errors
{
	color:#f00;
	display:none;
}
#form_thanks
{
	color:#FFFFFF;
	display:none;
}
.menuBullets
{
	font-family: Wingdings;
	font-size: 14px;
	color: #000099;
	text-decoration:none;
}