body {
	font: bold 10pt/130% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin:0;
	padding:0;
}

#outerWrap {
	width: auto;	
	}
	
#contentHome {
	width:600px;
	margin:50px auto 30px auto;
	}

#content {
	width: 800px;
	margin: 20px auto;
	padding: 10px;
	}

.navHome {
	line-height:290%;
	}

#homeSunrise {
	height:200px;
	}

#homePage {
	background: url(images/collage.jpg) no-repeat right bottom;
	height: 345px;
	}
	
#header {
	width: auto;
	text-align:center;
	height:90px;
	background: #003398 url(images/inside_header.jpg) no-repeat center;
	}	

a {
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	font-size:10pt;
	}
	
a:hover {
	color: #FF9900;
	}	

h1 {
	color: #FF9933;
	}
h2 {
	background-color:#003398;
	color:#FFF;
	font-size:12pt;
	font-style:italic;
	width:auto;
	margin: 4px 0 2px 0;
	padding: 2px 0 0 8px;
	height:20px;
	}
h3 {
	color:#FFF;
	size: 12pt;
	font-style: italic;
	line-height:140%;
	}

/* for spans */
.bigger, .biggest {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #9CF;
}

.biggest, .biggest a {
	font-size: 14pt;
	}
/* end for spans */

li {
	margin: 4px 0 8px 0;
	}

.navList ul {
	line-height:150%;
	list-style-type:none;
	margin:0;
	padding:0;
	list-style-type:none;
	}

.navList ul li a {
	margin:0;
	list-style:none;
	}

.left {
	float:left;
	width: 200px;
	}
	
.200 {
	width:300px;
	}

.right {
	float:right
	}.220-wide {
	width: 220px;
}

.leftImage {
	float:left;
	margin: 4px 12px 4px 0;
	}

.hidden {
	display:none;
	}

/* navbar styles */
#nav {
	width: 800px;
	margin: 8px auto 10px auto;
	}	
#nav ul {
	float: left;
    width: 800px;
	list-style: none;
	background: #000;
	padding: 0;
	margin: 0 0 0 0;	
}

#nav a {
	display: block;
	color: #99CCFF;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	font: bold 10pt/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	w\idth: 14.8em;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#nav li li {
	padding-right: .25em;
	width: 15em;
	margin:0;
}

#nav li ul a { /* 1st level drop-downs */
	width: 15em;
	w\idth: 14.8em;
	text-transform: capitalize;
	background:#003398;
	color: #FFF;
}

#nav li ul ul {
	margin: -2.35em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #003398;
	position: static;
}

#nav li:hover a, #nav li.sfhover a {
	color:#FFF;
	}

#nav li ul li:hover a, #nav li ul li.sfhover a { /* 1st level drop-downs individual li*/
	color:orange;
	}

#content {
	clear: left;
}
 /*end navbar styles */
 
 #footer {
	padding: 20px 0;
 	font-size:9pt;
	text-align:center;
	font-weight:normal;
	background-color:#003398;
	}