@charset "UTF-8";
/* CSS Document */




body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #c0c0c0;
}



#wrapper {
	border: solid navy 2px;
	width: 100%
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/bathamptonbg.jpg);
	background-position: top  left;
	background-repeat: repeat-y;
}

#leftwrapper {
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FDFD81;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000180;
	height: 600px;

}
	
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000080;
	margin-bottom: 5px;
}
	
h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 2px;
}
	
p {
	font-size: 120%;
	margin: 0;
	margin-bottom: 10px;
	
	 }
	
	
#date {
	font-size: 1.2em;
	font-weight: bold;
	color: #000180;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 175px;
	text-align: center;
}
	
#section {
	font-size: 1.2em;
	font-weight: bold;
	color: #000180;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 175px;
	text-align: center;
}	
	
/* NAVIGATION */

#leftNav {
	float: left;
	
} 


ul#leftNav {
	margin-top: 0px;
	margin-left: 10px;
	padding: 0;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	list-style: circle;
}

#leftNav a {
	text-decoration: none;
	color: #000180;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	padding: 7px 5px 7px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
	background-color: #FFFFFF;
}

#leftNav a:hover {
	font-weight: bold;
	background-color: #000180;
	color: #FFFFFF;
}

/* special formatting for home page link */
a#homeLink {
	background-color: #FFFFFF;
}

/* styles for the "you are here" buttons */
#home #leftNav a#homelink,
#feature #leftNav a#featureLink {
	background: #FFFFFF ;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}

#home #leftNav a#homelink:hover,
#feature #leftNav a#featureLink:hover {
	color: #B2F511;
}

/* IE Fixes */

/* remove annoying gaps */
#leftNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #leftNav a {
	height: 1px;
}

#main {
	margin-left: 220px;
	margin-right: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
}

ul#main {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.2em;
	color: #000180;
	font-weight: bold;
	margin-left: 20px;
}

#footer {
	font-size: 0.em;
	color: #000080;
	padding-top: 10px;
	font-weight: bold;
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: navy;
	background-color: #FFFFFF;
	margin-left: 220px;
	margin-right: 20px;
}

.img {
	float: none;
	border: 1px solid #999999;
	padding: 3px;
	margin-right: 10px;
}
