
body {
	margin: 0;
	background-color: #01071A;

}

input, select, textarea{
	border: 0px;
	font-family: verdana, arial;
	color: black;
	font-size: 11px;
}

body, p, div, span, table, tr, th, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: white;
}

a, a font {
	color: #4BA2FA;
	text-decoration: none;
}

#top {
	background-image: url(img/header-bg3.jpg);
	background-repeat: repeat-x;
	height: 172px;
}

#header {
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 172px;
}

#topSpace {
	height: 47px;
}

#navOuter {
	height: 125px;
         width: 904px;
         margin: 0 auto 0 auto;
}

	#dropContain {
		position: relative;
		top: 0px;
		left: 0px;
		height: 0px;
	}

	#dropContain .dropDiv {
		position: absolute;
		visibility: hidden;
		width: 180px;
	}

	#dropContain .dropDiv .dropCell {
		margin: 0px;
		display: block;
		background-color: #0c0e0f;
		color: #438edb;

		font-weight: bold;
		font-size: 11px;
		font-family: Tahoma, Arial, sans-serif;
		padding: 5px;

		border-style: solid;
		border-color: #000000;
		border-width: 0px 1px 1px 1px;
		text-align: left;
	}

	#dropContain .dropDiv .dropCell a:hover {
		color: white;
		text-decoration: underline;
	}


#main {
	width: 990px;
	margin: 0 auto 0 auto;
	background-image: url(img/main-bg.jpg);
	background-repeat: repeat-y;
}

#content {
	padding: 10px 60px 10px 60px;
}

#navTwo {
	width: 990px;
	margin: 0 auto 0 auto;
}

#bottom {
	background-image: url(img/bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

	height: 198px;
}

