@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 15px;
}
.menu a {
	color: #CDE6CA;
	text-decoration: none;
}
.menu a:hover {
	color: #FF3300;
}
.menu a:active {
	color: #FF3300;
}
.contactbar {
	background-image: url(../images/contactbar_t.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EFEFEF;
	line-height: 17px;
}
.maintext a {
	color: #CDE6CA;
	text-decoration: underline;
}
.maintext a:hover {
	color: #FF3300;
}
.maintext a:active {
	color: #FF3300;
}
.content {
	margin: 0 auto;
	width: 800px; /* Adjust this to page size */
	height:0px;
	position: relative;
	top: 137px;
}
#divtop {
	height: 0px;
}
.form {
	margin: 0px;
	padding: 0px;
}

