@charset "UTF-8";

* {
margin: 0; padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00476c;
	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 */
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #00476c;
	margin: 0 auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	padding: 0;
	text-align: left;
	margin-top: -30px;
	height: 600px;

}
.oneColFixCtr #mainContent {
	margin-bottom: 0;
	position: relative;
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* Custom for Home Page */


 #menu {
	width: 510px;
	position: relative;
	margin-top: 10px;
	top: 100px;
	left: 400px ;
/*	float: right;   */
/*	clear: both;    */
	padding-bottom: 5px;
}

/* #menu {
	width: 510px;
	position: relative;
	z-index: 5;
	top: 100px;
	left: 390px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
	visibility: visible;
	padding-bottom: 5px;
	border-bottom: 1px solid #00476c;
} */

#flashmovie {
	z-index: 0;
	height: 650px;
	width: 900px;
	margin: 0 0 10px 0;
	background-color: #00476c;
}

.footmenu {
	font-weight: bold;
	font-size: 10px;
}

#footer {
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
	clear: both;
	font-size: 9px;
}
#footer p {
	font-size: 9px;
	color: #6699CC  ;
	padding: 10px 20px 0 20px ;
	margin: 0;
}
#footer a:link {
	color: #99CCFF;
	text-decoration: none;
}
#footer a:visited {
	color: #66CCFF;
	text-decoration: none;
}
#footer a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

