html, body{
	width:100%;
	height:100%
}
#splash{
	border:0;
	width:900px;
	height:100%;
	margin:auto;
}
#splash td.cm{
	vertical-align:middle
}
#splash .bg{
	width:900px;
	height:600px;
	background:url(assets/splash.jpg) no-repeat
}
#splash .bg td {
	vertical-align:top
}
#pageWrapper{
	margin:0 auto;
	width:875px
}
#logoTop{
	height: 160px;
	width: 875px;
}

#menuBar{
	position: relative;
	z-index: 0;
	width: 875px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #758fac;
}

#nav, #nav ul {
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
} 

#nav a {/*first level a attributes*/
	display: block;
/*	width: 100%;
	height: 100%; */
	padding: 8px;
	text-decoration: none;
	color: #b6cfeb;
} 

#nav li {/*first level li attributes - horz menu */
	float: left;
	width: auto;
	padding: 0px 25px 0px 25px;
	display: block;
}


#nav li ul {/*2nd level menu attributes, vert menu, hidden offscreen*/
	clear: left;
	position: absolute;
	z-index: 3;
	width: 200px;
	left: -999em;
	margin: 0px;
	padding: 0px;
	display: block;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#nav li ul li{/*second level menu items attributes*/
	width: 100%;
	border-bottom: 1px solid #ffffff;
	clear:left;
	display: block;
	background: #254263;
	padding: 0px;
}

#nav li:hover ul {/*1st level hover*/
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {/*1st level hover*/
	left: auto;
}
#nav li:hover a, #nav li.sfhover a {/*1st level hover, change first level text attributes*/
	font-weight: bold;
	color: #ffffff;
}
#nav li:hover li a, #nav li.sfhover li a {/*1st level hover, change SECOND level text attributes*/
	color: #cccccc;
	font-weight: normal;
}
#nav li ul ul {/*third level vert menu margins (otherwise overlaps 2nd level)*/
	margin: -10px 0px 0px 100px; 
}
#nav li:hover ul ul, #nav li.sfhover ul ul {/*hide third level menus*/
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {/*show 3rd level menu*/
	left: auto;
} 
#nav li li:hover,  #nav li li.sfhover {/*2nd level rollover action*/
	background: #758fac;
} 
#nav li li:hover a,  #nav li li.sfhover a{/*2nd level rollover action - text attributes*/
	color: #ffffff;
}
#nav li li:hover li,  #nav li li.sfhover li {/*2nd level rollover action - 3rd level item attriubutes*/
	background: #254263;
} 
#nav li li:hover li a,  #nav li li.sfhover li a{/*2nd level rollover action - 3rd level text attributes*/
	color: #cccccc;
} 
#nav li li li:hover,  #nav li li li.sfhover {/*2nd level rollover action - 3rd level item attriubutes*/
	background: #758fac;
} 
#nav li li li:hover a,  #nav li li li.sfhover a{/*2nd level rollover action - 3rd level text attributes*/
	color: #ffffff;
} 

#headerGradient{
	height:41px;
	width: 845px;
	padding: 30px 0px 0px 30px;
	background: url("assets/headerGradient.gif") repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
}
#contentDiv{
	width: 665px;
	height: auto;
	overflow: auto;
	padding: 30px 200px 20px 20px;
	background: url("assets/background.gif") repeat-y;
	font-family:Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	/*color: #999999;*/
}
#footer{
	margin-top:25px;
	color:#999;
	text-align:center;
}
