body {
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	background-color:#4870b7;
	}
	
#pageWrapper {
	width:1000px;
	margin:auto;
	}

#contentWrapper {
	background-color:#fff;
	}
	
#layLeftMenu #contentWrapper {
	background-image: url(image/contentBackground.jpg);
	}
	
#content {
	width:790px;
	}
	
#breadcrumb, #google {display:none;}

h2,h3,h4 {
	margin:0;
	color:blue;
	}

	
*html #navL {
	display:inline;
	}

#nav {padding-top:20px;}

#nav ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:1em;
}

#nav ul.level1  { 
	padding-left:2em;
}


#nav a:link, #nav a:visited  {
	display: block;
	width: 100%;
	color: orange;
	font-size:18px;
	font-weight:bold;
	padding: .1em 0;
	text-decoration: none;
}
#nav a:hover {
	text-decoration:underline;
}
#navL a.current  {
	font-weight: bold;
}
#navL li ul li {
	margin: 0;
	padding: 0;
}
#navL li ul {	
	margin-bottom: .5em;
}
#navL li ul a   {  
	text-decoration: none; 
	border: none;
}
#navL li ul a:hover {
}

#footer, #footer a {text-align:center; color:beige; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:.85em;}