body {
	background-color:#009ea5;
	background-image: URL(image/bodyBackground.jpg);
	background-repeat:repeat-x;
	}

a {
	}

.greeting {color:#000;}

#pageWrapper {
	width:1000px;
	margin:auto;
	border:2px solid #016abc;
	background-color:#fff;
}

#bannerWrapper{
	border-bottom:2px solid #016abc;
	}

	
#breadcrumb,#google {display:none;}


#nav{
	width:187px;
	position:relative;
	left:5px;
	top:5px;
	}

.m1 {
	height:40px;
	width:185px;
	margin-left:-35px;
	margin-bottom:5px;
	}
	
#nav ul.level1  {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
padding-bottom:5px;
	
	}

#nav li a {
	display:block;
	text-decoration:none;
	margin-top:1px;
	padding-top:3px;
	color:#016abc;
	font-weight:bold;
	margin-left:30px;
	font-size:14px;
	}

#nav li a:hover {
	color:#009ea5;
	}

h1,h2,h3,h4,h5 {
	color:#009ea5;
}


.logIn, .logOut {display:none;}

/*footer*/	
#footer {
	font-size:.85em;
	text-align:center;

	}
	
#footerBottom {
	}	