body {
	background-color: #C6C8C3;
	font-family: Bookman Old Style, Times New Roman, serif;
	width: 950px;
	margin: 5px auto;
	text-align: left;
	}
	
menu {
	float: left;
	width: 230px;
}
	
ul.menu {
	float: left;
	clear: left;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	/*position: fixed;
	left: 0;
	z-index: 30;
	overflow: visible;*/
	}
	
li a {
	font-size: 100%;
	color: #3b231d;
	text-decoration: none;
	font-family: Helvetica, Arial, sans serif;
}

li {
	margin: 0px 5px 5px /*15px*/0px;
	width: 225px;
	text-indent: 15px;
}

li a:hover {
	border-bottom: 1px solid #3b231d;
	color: #303f3c;
}

li a.current {
	color: #3b231d;
	border-bottom: 1px solid #3b231d;
}

li a.current:hover {
	color: #303f3c;
}

li.header {
	margin: 15px 0px 5px 0px;
	text-indent: 0px;
}

li.header a {
	/*text-decoration: underline;*/
	font-family: Bookman Old Style, Times New Roman, serif;
	font-weight: bold;
	border-bottom: 1px solid #3b231d; /*WHY won't this show up in IE7??*/
}

li.header {
	font-family: Bookman Old Style, Times New Roman, serif;
	font-size: 115%;
	font-weight: bold;
	color: #3b231d;
}
	

li.header a:hover {
	color: #303f3c;
	border-bottom: 1px solid #3b231d;
}

li.header a.current {
	color: #303f3c;
}	

li.header a.current:hover {
	color: #3b231d;
}

#header {
	float: right;
	clear: none;
	display: inline;
	width: 675px;
	min-height: 220px;
	}	
	
h1, h2, h3, h4, h5, h6 {
	color: #303f3c;
	}
	
h1, h2 {
	text-align: center;
	padding: 0px;
}

h1 {
	font-size: 200%;
	margin: 10px 0px 0px 0px;
}
	
h2 {
	font-size: 100%;
	margin: 7px 0px 8px 0px;
}

h3 {
	margin: 10px 0px 10px 0px;
	font-size: 120%;
	/*color: #660000;*/
}

h4 {
	font-weight: bold;
	font-size: 110%;
	margin: 30px 0px 10px 0px;
}

h5 {
	font-weight: bold;
	font-size: 105%;
	margin: 25px 0px 10px 0px;
}
	
h6 {
	font-weight: bold;
	font-size: 100%;
	margin: 20px 0px 10px 0px;
}
	
#content {
	background-color: #FBFBFB;
	border-left: 1px solid #3b231d;
	border-top: 1px solid #3b231d;
	width: 643px;
	margin: 0px 0px 50px 0px;
	padding: 0px 15px 5px 15px;
	float: right;
}

#content a, #bottom a, h2 a {
	font-weight: bold;
	color: #3b231d;
	text-decoration: none;
	border-bottom: 1px solid #3b231d;
	font-family: Helvetica, Arial, sans serif;
}

#content a:hover, #bottom a:hover, h2 a:hover {
	color: #303f3c;
}

#content ul {
	list-style-position: inside;
	margin: 10px 10px 5px 20px;
	padding: 0px;
	text-indent: 0px;
}

#content li {
	margin: 10px 0px 20px 0px;
	width: 100%;
}

#content ol {
	margin: 10px 0px 5px 20px;
	list-style-position: inside;
	padding: 0px;
}

ul.news li {
	display: inline;
	padding: 10px;
	line-height: 2;
}

p {
	margin: 10px 0px 5px 0px;
	text-indent: 25px;
}

p.quote, ul.quote {
	margin: 30px;
	padding: 5px 0px 5px 0px;
	text-indent: 0px;
	font-family: Helvetica, Arial, sans serif;
	border-top: 1px solid #C6C8C3;
	border-bottom: 1px solid #C6C8C3;
	background: #eee;
	font-size: 105%;
}

#bottom {
	clear: both;
	margin: 50px 10px 10px 10px;
	text-align: center;
}

table td {
	padding: 5px;
	width: 300px;
}

ul.announcements li:first-line {
	font-weight: bold;
}
	
