@charset "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #102b72 url(../images/_body/background.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#contentWrapper {
	position:relative;
	top: 0px;
	margin:0px auto;
	text-align:left;
	width:780px;
}

#content {
	position:relative;
	background: #FFF;
	z-index:1;
}

/*-------------------Navigation----------------*/

#navWrapper {
	position:relative;
	display:block;
	width: 740px;
	background: #102b72;
	z-index:5;
	bottom:0px;
	margin:0px auto;
	text-align:left;
}

#navList ul {
	position:relative;
	list-style: none;
	padding: 10px 0px 20px 20px;
}

#navList ul li {
	position:relative;
	float:left;
	padding: 0px 8px 0px 0px;
}

#navList ul a {
	color:#FFF;
	text-decoration:none;
	font-weight:bolder;
	font-size:12px;
}

#navList ul a:hover {
	color:#FF0;
	text-decoration:underline;
}

#navBottom {
	background: url(../images/00_nav/navBottom.png) bottom center no-repeat #FFF;
	width: 740px;
	height: 7px;
}

#morningLightBanner {
	display:block;
	margin: 0px 0px 0px 600px;
	background: url(../images/00_nav/navBckndMorningLight.png) 0px 0px no-repeat #FFF;
	width: 136px;
	height: 23px;
	padding: 2px 0px 0px 25px;
	font-size:14px;
}

#morningLightBanner a {
	color:#fff;
	text-decoration: none;
}

#morningLightBanner a:hover {
	text-decoration:underline;
	color:#FF0;
}

/*-------------------ContentMain----------------*/
#contentMain {
	position:relative;
	padding: 20px 0px 20px 0px;
}

/*-------------------Bottom----------------*/

#bottomWrapper {
	position:relative;
	bottom:0px;
}

#footer {
	font-size:.7em;
	padding: 10px 0px 5px 10px;
	background:#FFF;
}

#roundBottom {
	background: url(../images/_body/bottom.png) bottom center no-repeat;
	width: 780px;
	height: 5px;
}
