BODY {
background-color: #999966;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 90%;
margin-top: 50px;
margin-bottom: 20px;
scrollbar-arrow-color:#999966; 
scrollbar-face-color:#291705; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#999966; 
}
P, TD, LI, UL, Table {
font-size: 100%;
}
/* this group sets the normal link colors */

A:LINK {
	color: #000000;
	text-decoration: none;
	font-weight: bold;}

A:VISITED {
	color: #800000;
	text-decoration : none;
	font-weight: bold;}

A:HOVER {
	color: #000000;
	text-decoration: underline overline;
	font-weight: bold;}

A:ACTIVE {
	color: #5E380C;
	text-decoration: none;
	font-weight: bold;}
	
/* this grouping sets the heading colors and sizes */
H1 {
	font-size : 130%;
	font-weight : bold;
	color : #291705;
	letter-spacing: 2px;}

H2, H3, H4, H5, H6 {
	font-size: 110%;
	font-weight: bold;
	color: #291705;
	letter-spacing: 2px;}
	
/* this class sets the properties for the horizontal rule bar */
hr {
	color: #291705;
	width: 80%;
	height: 1px; }

.textarea {
	background: #ffffff;
	font-size: 90%;
	border: 1px solid #291705;
	text-align: justify;
	line-height: 20px;
	padding: 10px 20px 20px 20px;}

.sidebar {
	background: #291705;
	border: 1px solid #291705;
	font-size: 90%;
	color: #ffffff;
	text-align: center;
	padding: 35px 10px 10px 10px;
	line-height: 20px;}

.sidebar a {
	color: #e9dacd;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps}

.sidebar a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps}
	
.topnav {
	background: #291705;
	border: 1px solid #5E380C;
	font-size: 100%;
	text-align: center;}

.logocell {
	text-align: right;
	width: 900px;
	background: #6a4f28 url('images/back.jpg');
	height: 200px;}

.copyright {
	background-color: #291705;
	font-size: 70%;
	letter-spacing: 2px;
	color: #ffffff;
	border: 1px solid #291705;
	text-align: center;
	padding: 5px;
	font-weight: bold;}

.copyright a {
	color: #e9dacd;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps}

.copyright a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps}
