@charset "UTF-8";
body {
	background-color: #003;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #F6FFFC;
}
#container  {
	width: 790px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background-placeholder.jpg);
	background-repeat: no-repeat;
	background-color: #0B2353;
}

#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent  {
	height: 320px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
}
a:link {
	color: #F6FFFC;
	text-decoration: none;
}
a:visited {
	color: #F6FFFC;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
#footer {
	height: 135px;
	background-color: #0B2353;
	font-family: "Tekton Pro Bold Condensed";
	font-size: 40px;
	text-align: center;
}
#footer img {
	margin-bottom: 8px;
	margin-top: 8px;
}
#nav1 {
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
#nav2 {
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
#nav3 {
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.img-right {
	float: right;
}
.clear {
	clear: both;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 200%;
	color: #000000;
	background-color: #C90;
	text-align: center;
}


img {
	border-top-color: #F6FFFC;
	border-right-color: #F6FFFC;
	border-bottom-color: #F6FFFC;
	border-left-color: #F6FFFC;
	}
