/*this is the reset statement to insure cross browser compatability*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
        border: 0;
 	outline: 0;
 	font-size: 100%;
}
#navBar {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 172px;
}
a {
	font-weight: bold;
	color: #002664;
}
.bottomNav {
	font-size: 10px;
	color: #ffffeb;
	text-align: center;
	height: 25px;
	width: 100%;
	padding-top: 10px;
}
.copyright {
	font-size: 9px;
	color: #ffffeb;
	text-align: center;
	height: 25px;
	width: 100%;
	padding-top: 15px;
}
.bottomNav a {
	color: #ffffeb;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
}
#container {
	width: 1024px;
	margin: 15px auto 0 auto;
	position: relative;
	background-color: #ffffeb;
}
#header {
	position: relative;
	/*height: 196px*/;
	width: 100%;
	background-image: url(images/header.png);
}
#footer {
	/*height: 106px;*/
	width: 100%;
	background-image: url(images/footer_trans.png);
	z-index: 25;
	position: relative;
}
#main {
	width: 100%;
	position: relative;
	/*overflow: auto;*/
}
body {
	background-color: #002664;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002664;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
