body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color:#E8E6C6;
	background-image:url(../images_site/beige_gradient_background.jpg);
	background-repeat:repeat-x;
}

ul {
	line-height: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffee;
	font-variant: normal;
	font-size: 2em;
	font-style: italic;
	position: absolute;
	left: 10px;
	top: 8px;
}


#leftnavbox {
	position: absolute;
	width: 110px;
	left: 10px;
	top: 75px;
}
#leftnavbox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	background-color: #660000;
	color: #663333;
	border-top: 1px dashed #CCCC99;
	border-right: 0px dashed #CCCC99;
	border-bottom: 1px dashed #CCCC99;
	border-left: 0px dashed #CCCC99;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: block;
	background-image: url(../images_site/beige_button_bg.jpg);
}

#leftnavbox a:hover {
	background-color: #996633;
	color: #330000;	
	/*border-top: 2px solid #666666;
	border-right: 2px solid #BBBBBB;
	border-bottom: 2px solid #BBBBBB;
	border-left: 2px solid #666666;*/	
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
	position: absolute;
	left: 127px;
	top: 74px;
	width: 390px;
	padding: 6px;
	border: 2px dotted #999999;
	color: #996600;
}
#content a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #6666CC;
}
