body {
	background-image: url("../images/sidebars/sbtorn2.gif");
	background-repeat: repeat-y;
	background-attachment: fixed;
	}
	
a	{
	color: blue;
	text-decoration: underline;
	}

h1	{
	background-color: #aacc99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px inset;
	}

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

.main {
	position: absolute;
	top: 16px;
	left: 185px;
	margin-right: 5%;
	font-size: 13px;
	font-family: georgia, times new roman, times, serif;
	background-color: transparent;
	}
	
.sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 157px;
	overflow: hidden;
	background-color: transparent;
	}

.parahead {
	font-weight: bold;
	font-family: sans-serif;
	color: #547b49;
	text-transform: uppercase;
	}

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

.lowmain {
	position: absolute;
	top: 110px;
	left: 175px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
	}

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