body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.border {
	border: 1px solid #4D4D4D;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
}
.largelogo {
	height: 215px;
	width: 260px;
	position: absolute;
	top: 0px;
	left: 33%;
	bottom: 0px;
	right: 33%;
	clip: rect(auto,auto,auto,auto);
}
.footer {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 20px;
}
h1 {
	color: #EE1C23;
	font-size: 18px;
}

hr {border-top: 1px solid #4D4D4D; height: 1px; border-right: 0 none; border-bottom: 0 none; border-left: 0 none; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px;}

p {
	color: #CCCCCC;
}
.errorbox {
	background-color: #242222;
	padding: 10px;
	border: 1px solid #4D4D4D;
}
.errorboxstyle {
	font-weight: bold;
}
#contactusform dl {
}
#contactusform dt {
	margin: 0px;
	padding: 0px;
}
#contactusform dd {
	margin: 0px;
	padding: 0px;
}
#contactusform label {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
#contactusform dd input, #contactusform dd textarea {
	width: 300px;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #242222;
	border: 1px solid #4D4D4D;
}
.red {
	color: #EE1C23;
}
#contactusform dt input {
	background-image: url(images/button.gif);
	height: 33px;
	width: 93px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
