body { margin: 0; padding: 0; color: #000; background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .8em; }
	
/* div to contain header info with image of library */

div#header {
	color: #591313;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 137px;
	border-bottom: 1px dotted #8B4539;
	}
	
div#header a { color: #591313; text-decoration: none; }
	
div#header h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 42px 0 0 0;
	color: #591313;
	}

div#header h2 {
	font-size: .875em;
	font-weight: normal;
	margin: 3px 0;
	padding: 0;
	color: #8B4539;
	}
	
img#lib {
	width: 228px;
	padding: 0;
	margin: 0 8px 0 0;
	float: left;
	}
	
/* this is the section for the navigation links */

div#nav {
	width: 228px;
	border-right: 1px dotted #8B4539;
	float: left;
	color: #000;
	/*background-color: #EEE5BA;*/
	}

div#nav h2 {
	color: #591313;
	background-color: transparent;
	font-weight: bold;
	margin: 0;
	padding: 8px 5px 8px 10px;
	font-size: 1em;
	border-bottom: 1px dotted #8B4539;
	}
div#nav ul, div#nav ul li { list-style-type: none; margin: 0; padding: 0; }	
div#nav a {
	display: block;
	border-bottom: 1px dotted #8B4539;
	margin: 0;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
	font-size: 85%;
	}
	
div#nav a:link { color: #8B4539; background-color: transparent; }
div#nav a:visited { color: #8B4539; background-color: transparent; }
div#nav a:hover { color: #591313; background-color: #EEDBA0; }

/* this is the main content area */

div#hours {
	float: right;
	margin: 10px 5px 10px 10px;
	padding: 0;
	text-align: left;
	font-size: .9em;
	line-height: 1.5em;
	background-color: transparent;
	}
	
div#content {
	margin: 10px 10px 0 240px;
	padding: 0;
	line-height: 1.5em;
	}
	
div#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding: 0;
	color: #591313;
	background-color: transparent;
	}

div#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0 15px 0;
	padding: 0;
	color: #591313;
	background-color: transparent;
	}
	
div#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 0 0 0;
	color: #000;
	background-color: transparent;
	}
	
div#content img { border: #FFFFFF 10px solid; }
	
div#content p { line-height: 1.5em; }
	
div#content li { padding-bottom: 1.3em; }
	
div#content a { text-decoration: underline; }
div#content a:link img { border-style: none; }
div#content a:link { color: #8B4539; background-color: transparent; }
div#content a:visited {	color: #8B4539; background-color: transparent; }
div#content a:hover { color: #8B4539; background-color: #FDF1CB; }

div#content td, div#content th { vertical-align: top; }
	
div#content .updated {
	border-top: thin solid #ccc;
	padding: 15px 0 20px 0;
	margin: 40px 0 0 0;
	font-size: 90%;
	line-height: 1.5em;
	}
	
/*These are the styles for the BAL (restricted internet access) home page */

div#balcontent {
	margin: 10px;
	padding: 0;
	line-height: 1.5em;
	}
	
div#balcontent h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding: 0;
	color: #591313;
	background-color: transparent;
	}

div#balcontent h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0 15px 0;
	padding: 0;
	color: #591313;
	background-color: transparent;
	}
	
div#balcontent p { line-height: 1.5em;	}
	
div#balcontent a { text-decoration: underline;	}
div#balcontent a:link img { border-style: none; }
div#balcontent a:link { color: #591313; background-color: transparent;	}
div#balcontent a:visited { color: #591313; background-color: transparent; }
div#balcontent a:hover { color: #8B4539; background-color: #EEDBA0; }
div#balcontent .updated {
	border-top: thin solid #ccc;
	padding: 15px 0 20px 0;
	margin: 40px 0 0 0;
	font-size: 90%;
	line-height: 1.5em;
	}
	
#updated { font-style: italic; font-size: .875em; }

div#footer {
	padding: 15px 0 0 0;
	margin: 40px 0 0 0;
	font-size: 90%;
	line-height: 1.5em;
	}