body {
	background-image: url("../images/sidebars/aacc99.gif");
	background-attachment: fixed;
	background-repeat: repeat-y;
	}

a	{
	color: blue;
	text-decoration: underline;
	}

h1	{
	background-color: #aacc99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid black;
	font-size: 20px;
	}

.logotext {
	font-size: 14px;
	text-align: center;
	width: 100%;
	}

.main {
	position: absolute;
	top: 16px;
	left: 185px;
	margin-right: 5%;
	padding-bottom: 10px;
	font-size: 13px;
	font-family: georgia, times new roman, times, serif;
	background-color: transparent;
	}
	
.parahead {
	font-weight: bold;
	color: #547b49;
	font-size: 18px;
	}

.sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
/*	width: 150px; */
	width: 157px;
	overflow: hidden;
	background-color: #aacc99;
	padding-left: 7px;
	z-index: 15;
	}

li.separated {
	padding-bottom: 7px;
	}

.topbar {
	position: fixed;
	top: 0px;
	/* left: 164px; */
	right: 0px;
	height: 25px;
	width: 100%;
	overflow: hidden;
	background-color: #aacc99;
	border-bottom: 2px groove;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: verdana, trebuchet ms, sans-serif;
	text-align: right;
	z-index: 10;
	}
	
.lowmain {
	position: absolute;
	top: 55px;
	left: 175px;
	margin-top: 0px;
	margin-right: 5%;
	padding-bottom: 10px;
	font-size: 13px;
	font-family: georgia, times new roman, times, serif;
	background-color: transparent;
	}

.bumpleft {
	margin-left: 4em;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
.bottom {
	text-align: right;
	line-height: 130%;
	}