BODY {
background-color:#864e29;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: repeat-x;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 20px;
margin-bottom: 20px;
}

p, td, li {font-size: 100%;}
table     {padding: 0px; border-collapse: collapse; font-size: 100%;}
li        {list-style-image: url(images/bullet.gif);}

/* this group sets the normal link colors */
A:LINK {
color: #52290d;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color:  #52290d;
text-decoration :none;
font-weight: bold;
}
A:HOVER {
color : #52290d;
text-decoration: underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #52290d;
text-decoration: none;
font-weight: bold;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color :#52290d;
letter-spacing: 2px;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #52290d;
letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color:#AB836A;
width: 80%;
height: 2px;
}
.maincell {
color: #ffffff;
text-align: center;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
border-top: 1px solid #483225;
border-right: 1px solid #483225;
border-left: 1px solid #483225;
height: 150px;
}
.textarea {
font-family: Verdana, Arial, sans-serif;
background: #ffffff;
background-image: url('images/text.gif'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
width: 550px;
font-size: 100%;
text-align: justify;
line-height: 20px;
border-left: 1px solid #483225;
padding-left: 20px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 20px;
}
.sidebar {
font-family: Verdana, Arial, sans-serif;
background-color: #8f5429;
font-size: 100%;
text-align:center;
line-height: 20px;
padding: 5px;
border-left: 1px solid #483225;
border-right: 1px solid #483225;
width: 200px;
font-weight: bold;
text-align: center;
text-decoration: none;
}
.sidebar a:link {display: block; text-align:center; text-decoration: none;  color: #ffffff;}
.sidebar a:active {display: block; text-align:center; text-decoration: none;  color: #ffffff;}
.sidebar a:hover {display: block; text-align:center; text-decoration: none; color: #ffffff;  background-color: #60371B;}
.sidebar a:visited {display: block; text-align: center;  text-decoration: none; color:#ffffff;}

.topnav {
background-color: #774522;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
text-align: center;
height: 25px;
border: 1px solid #483225;
}
.topnav a:link {color: #ffffff; text-decoration: none; font-weight: bold;text-align:center;}
.topnav a:visited {color: #ffffff; text-decoration: none; font-weight: bold;text-align:center;}
.topnav a:hover {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center; background-color: #52290d;}
.topnav a:active {color: #ffffff; text-decoration: none; font-weight: bold;text-align:center;}

.copyright {
background-color:#774522;
color: #fff;
font-size: 7pt;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
padding: 5px;
font-weight: bold;
border: 1px solid #483225;
}
.copyright a:link {color: #ffffff; text-decoration: none; font-weight: bold;text-align:center;}
.copyright a:visited {color: #ffffff; text-decoration: none; font-weight: bold;text-align:center;}
.copyright a:hover {color: #ffffff; text-decoration: none; font-weight: bold;text-align:center; background-color: #52290d;}
.copyright a:active {color: #ffffff; text-decoration: none; font-weight: bold;text-align:center;}