@charset "utf-8";
@import url("navMenus.css");
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	background-color: #04070A;
	background-position: center 5px;
	background-repeat: no-repeat;
	background-image: url(../img/bg1.jpg);
}
.oneColFixCtr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #04070A;
	background-image: url(../img/siteUpdate.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1348px;
	background-position: center 10px;
	border: 1px solid #092333;
}
.oneColFixCtr #container_new {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #04070A;
	background-image: url(../img/siteUpdateTop.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1351px;
	background-position: center 10px;
	border: 1px solid #092333;
}
.oneColFixCtr #mainContent {
	margin-top: 111px;
	padding: 0px;
	width: 100%;
	float: left;
	height: 983px;
}
#genLink {
	width: 100px;
	margin-top: 150px;
	margin-left: 75px;
}
 #enter {
	height: 60px;
	padding: 0px;
	margin-top: -100px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 550px;
	width: 115px;
}
#contactfrm {
	width: 130px;
	height: 35px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 850px;
}
a:focus { outline: none; 
}
