/*----------------------------------------------*/
/* Naper Settlement                             */
/*----------------------------------------------*/
/*                                              */
/* Print Style Sheet                            */
/*                                              */
/* Written By: Purple Monkey Studios, Inc.      */
/* Written On: 8/3/2004                         */
/*                                              */
/* Last Modified On: 8/3/2004                   */
/* Last Modified By: Ray Schauer (PMSI)         */
/*----------------------------------------------*/

/*-------------------------*/
/* GENERIC STYLES          */
/*-------------------------*/
img {
	border-style: none;
}
/*-------------------------*/
/* MENU STYLES 		       */
/*-------------------------*/
#mainmenu, #secondlevelmenu, #secondmenu, #thirdmenu {
	display: none;
}
/*-------------------------*/
/* MINI MENU STYLES        */
/*-------------------------*/
#home, #content, #employment, #sitemap, #search, #searchbar {
	display: none;
}


/*-------------------------*/
/* DISCLAIMERS STYLES      */
/*-------------------------*/
#disclaimers img {
	display: none;
}
#secondmenu ul, #secondmenu li, #thirdmenu ul, #thirdmenu li {
	display: none;
}
body {
	padding: 0;
	margin: 0;
	background: white;
}
#wrapper {
	position: relative;
	width: 580px;
	left: 0;
	margin-left: 42px;
	margin-top: 20px;
	/* Save IE from it's own stupidity */
	text-align: center;
	background: white;
}
/*-------------------------*/
/* CONTENT STYLES          */
/*-------------------------*/
#content {
	position: relative;
	
	/* Save other browsers from IE's stupidity */
	text-align: left;
	margin: 0;
	padding: 0;	
	width: 580px;
	height: auto;	
	overflow: auto;              
	background: white;	
}
#contentbackground {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	border-style: none;
	background: white;	
}
table {
	height: auto;
}
#bottombar, #bottombarwrapper, #disclaimers, #disclaimerstext {
	display: none;
}
#middlecontent, #safariwrapper {
	background: white;	
}