









@charset "utf-8";
body {
	background: #000066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 62.8%;
}
.oneColFixCtr #container {
	width: 748px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtr #mainContent {
	text-align: left;
	width: 740px;
	background-color: #FFF;

}
#header {
	position: relative;
	text-align: center;
	height: 273px;
	width: 740px;
}
#header a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
.headerimg {
	background-color: #FFF;
	position: relative;
	height: 231px;
	width: 740px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;

}
.headermenu {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #FFF;
	height: 25px;
	width: 738px;
	background-color: #006;
	padding-top: 5px;
	border: 4px solid #FFF;
}
#footer {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	top: -10px;
}
#footer a{
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	color: #000;
}
#contact {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	top: -10px;
	height: 200px;
	vertical-align: middle;
	padding-top: 200px;
	color: #000;
}
#contact a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
#links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00F;
	font-size: 1.8em;
	text-align: center;
	padding-bottom: 100px;
}
#links a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
#links a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}

#forms {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	top: -10px;
	height: 200px;
	vertical-align: middle;
	padding-top: 50px;
	color: #000;
	padding-bottom: 50px;
}
#forms a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
#forms a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}
