body {
	font-family: Verdana, "Arial Black";
	font-size: 14px;
	line-height: 21px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	left: 20px;
	background-image: url(images/body_bg.gif);

}
.navigation a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
.navigation a:hover {
	color: #ED2124;
}
a {
	font-weight: bold;
	color: #ED2124;
}
.copyright {
	font-size: 10px;
}
a:hover {
	text-decoration: none;
}
h3 {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
.address {
	font-size: 10px;
	padding: 10px 0px;
}
h1 {
	font-family: Verdana, "Arial Black";
	font-size: 24px;
	font-weight: bold;
	color: #ED2124;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ED2124;
}
}
.footer {
	font-size: 12px;
	font-family: Verdana, "Arial Black";
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	font-weight: bold;
}
.navigation {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0px 20px;
	border: none;
	padding-bottom: 0px;
	top: 20px;
	clip: rect(10px,auto,auto,auto);
}
.rightcolum {
	font-size: 12px;
	margin-left: 3px;
}
/* contactform formatting  */

.contactform label {

	background-color: #FF0000;

	color: #ffffff;

	width: 200px;

	margin-bottom: 5px;

	text-align: left;

	float: left;

	padding: 3px;

	margin-right: 5px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

form.contactform label {

	width: 500px;

	padding-bottom: 15px;

	margin-left: 10px;

}

.contactform label textarea {

	height: 60px;

	width: 265px;

	margin-bottom: 5px;

	float: left;

	background-color: #ffffff;

	border: 1px solid #00cc00;

	color: #000000;

}

.contactform label input {

	width: 265px;

	background-color: #ffffff;

	border: 1px solid #00cc00;

	color: #000000;

	margin-right: 6px;

	float: left;

	padding: 3px;

}

.contactform label select {

	width: 265px;

	background-color: #ffffff;

	border: 1px solid #FF0000;

	margin-bottom: 5px;

}

.submitlabel {

	float: left;

	width: 225px;

	padding: 3px;

	margin-right: 5px;

}

.submit input {

	color: #FFFFFF;

	background: #FF0000;

	border: 1px #FF0000;

	display: block;

	padding: 3px;

	cursor: pointer;

}

br {

	clear: left;

