@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	width: 955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a img  {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
}

.logo {
	float: left;
}
.menu {
	float: left;
	padding-top: 100px;
}


.oneColFixCtr #container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0px;
	margin-top: -110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.oneColFixCtr #mainContent2 {
	padding: 0px;
	margin-top: -115px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.oneColFixCtr #container #header {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Text {
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 50px;
	padding-bottom: 0px;
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline-style:none;
}
a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline-style:none;
}
a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline-style:none;
}
a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline-style:none;
}
input {
	color: #666;
	background-color: #CCC;
}
textarea {
	background-color: #CCC;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
.indent {
	padding-left: 100px;
	padding-top: 50px;
}
.center {
	text-align: center;
}

h1 {
	font-size: small;
	color: #666;
}
.quals {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}

a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #B5B5B5;
	text-decoration: underline;
}
a:active {
	color: #B5B5B5;
	text-decoration: underline;
}
.contact {
	margin-top: 35px;
}

#leftBox {
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: left;
	position: absolute;
	z-index: 1;
}

#RightBox {
	padding: 0px;
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	position: absolute;
	background-image: url(images/GrayBackground3.gif);
	background-repeat: no-repeat;
	height: 365px;
}
#RightBox .padding50 p {
	color: #cbcbcb;
}

.padding50 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#form1 table tr td {
	color: #CCC;
}
#form1 {
	padding-top: 30px;
}

