body {
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #ddd;
	}

#container {
	background-color: #fff;
	background-image:  url(../images/background.jpg);
	background-repeat: repeat-y;
	border: 1px solid #333;
	margin: 0 auto;
	width: 980px;
	}

#banner {
	height: 156px;
	width: 980px;
	border-bottom: 1px solid #333;
	margin: auto;
	}

#banner h1 {
	margin: 0;
	}

#nav {
	float: left;
	width: 160px;
	padding-top: 1em;
	padding-left: 10px;
	}

#content {
	padding-top: 1em;
	margin: 0 2em 25px 200px;
	}

#content h2 {
	margin-top: 0;
	text-align: center;
	}

.paragraph {
	font-size: 16px;
	}

#title {
	font-variant: small-caps;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	}
.image {
	background-image: url(../images/water.jpg);
	width: 145px;
	height: 350px;
	float: left;
	}

.right {
	float: right;
	width: 580px;
	}	

.water {
	clear: right;
	}
	
#footer {
	clear: both;
	background-color: #005104;
	padding: 1em;
	text-align: center;
	border-top: 1px solid #333;
	font-size: 12px;
	color: #fff;
	}

#footer a {
	font-size: 12px;
	color: #fff;
	}

/* http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-bullet.htm */	
.arrowlistmenu {
	width: 140px; /*width of accordion menu*/
	}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active.png);
	}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}

.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}

.arrowlistmenu ul li a {
	display: block;
	padding: 2px 0;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	font-variant: small-caps;
	}
/*background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/

.arrowlistmenu ul li a:visited {
	color: #C0C0C0;
	}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	background-color: #005104;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	font-variant: small-caps;
	}