body {
	width:100%;
	margin: auto;
	border: none;
	text-align: center;
	font-family: verdana, sans-serif; 
    font-size: 10pt; 
	text-align:center;
	color: #000000;
	text-decoration: none;
}



#headerContainer {
	border: 0px;
	margin: auto;
	padding: 0px;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #999999;
} 

#header {
	border: 0px;
	margin: auto;
	padding: 0px;
	width: 800px;
	height: 100px;
}

#logo {
	float: left;
	width: 299px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #999999;
} 

#searchBar {
	float: right;
	background-color: #eaebeb;
	height: 35px;
	margin-top: 34px;
	width: 500px;

} 


#campSelect {
	float: left;
	height: 22px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
} 

#campSelect select {
	width: 275px;
} 

#siteSearch {
	float: right;
	height: 21px;
	padding-top: 5px;
	padding-right: 15px;
	font: 8pt Arial;
	color: #000000;
} 
#siteSearch #searchInput {
	font: 8pt Arial;
	height: 15px;
	line-height: 13px;
	color: #000000;
    background-color : #FFFFFF;
} 
#siteSearch fieldset, #siteSearch form {
	padding: 0px;
	border: 0px;
	font: 8pt Arial;
	color: #000000;
	
} 

#navBar {
	float: right;
	height: 32px;
	width: 500px;
	text-align: right;
} 

#nav {
	font-size: 10pt;
	color: #757561;
	padding-top: 6px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
	
}
#nav li {
	display: block; 
	float: right; 
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
	list-style-type: none;

}
#nav li a {
	font-size: 10pt;
	color: #757561;
	text-decoration: none;
	
}


#pageContainer {
	border: 0px;
	margin: auto;
	height: 100%;
	padding: 0px;
	width: 100%;
	text-align: left;
} 

#pageContent {
	display: table;
	border: 0px;
	margin: auto;
	padding: 0px;
	width: 800px;
}
#footerContainer {
	clear: left;
	border: 0px;
	margin: auto;
	padding: 0px;
	width: 100%;
	height: 81px;
	text-align: center;
	border-top: 1px solid #999999;
} 

#footer {
	
	border: 0px;
	margin: auto;
	width: 800px;
	text-align: right;
	padding-top: 15px;
	height: 66px;
	font-size: 8pt;
	color: #757561;
	text-decoration: none;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
	
}
#footer li {
	display: block; 
	float: right; 
	padding-left: 5px;
	margin: 0px;
	border-bottom: 0px;
	list-style-type: none;

}
#footer li a {
	font-size: 8pt;
	color: #757561;
	text-decoration: none;
	
}

/***************************************
 * results and sitemap
 **************************************/

 .results ul {
		display: inline;
		 margin: 0px;
		 text-indent: -1em; 
		padding: 0px;
}
.results li {
		margin: 0px;
		padding: 0px;
		 list-style-type: none;
		 text-indent: -39px; 

}

.results li ul li {
		 margin: 0px; 
		 padding-left: .8em; 
		 line-height: 120%;
		 text-indent: -39px; 
		 list-style-type: none;
}

.results h4, .results h5 {
	display: inline;
	font-size: 100%;
	color: #000;
	}

