body {
	color: #000;
	background-color: #A69784;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

/* main template divs */

div#menuContainer {
	text-align: center;
	margin-top: 0px;
	margin-left:0px;
	position: absolute;
	left: 232px;
	top:20px;
}
	
div#leftBanner {
	background-color: #4b3b32;
	color: white;
	top: 0px;
	left: 0px;
	width: 232px;
	height: 1000px;
	position: absolute;
	margin: 0px 0px 0px 0px;
}

#divBody {
	position: absolute;
	visibility: visible;
	height: 651px;
	width: 786px;
	top: 75px;
	left: 235px;
	padding: 20px;
}

#topHeader {
	padding-left: 4px;
}

/* global classes */
.tabHighlight {
	background-color: #DFD9D2;
}

.defaultDIV{
	position: relative;
	left: 0px;
	top: 0px;
	border: 0;
}

h1{
	background-color:#4b3b32;
	color:white;
font-size: small;
font-weight: bold;
padding-left:30px;

}

h2{
	background-color:#4b3b32;
	color:white;
font-size: small;

padding-left:10px;

}
a {
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #FFF;
	text-decordation: underline
}
