BODY {
background-color: #f7b604;
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: 10px;
}
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: #2c4530;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #2c4530;
text-decoration: none;
font-weight: bold;
}
A:HOVER {
color: #2c4530;
background-color: #ffeecb;
text-decoration: none;
font-weight: bold;
}
A:ACTIVE {
color: #2c4530;
text-decoration: none;
font-weight: bold;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color: #2c4530;
letter-spacing: 2px;
}
H2 {
font-size: 120%;
font-weight: bold;
color:#f7b604;
letter-spacing: 2px;
}
H3 {
font-size: 120%;
font-weight: bold;
color:#6F361D;
letter-spacing: 2px;
}
H4 {
font-size: 110%;
font-weight: bold;
color:#4a5410;
letter-spacing: 2px;
}
H5 {
font-size: 110%;
font-weight: bold;
color: #C98844;
letter-spacing: 2px;
}
H6 {
font-size: 90%;
font-weight: bold;
color:#2c4530;
letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #2c4530;
width: 80%;
height: 2px;
}
.toparea {
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top center; /* positions the background image */
background-repeat: repeat-x;
border-right: 1px solid #321606;
border-left: 1px solid #321606;
height: 175px;
}
.logocell {
background-color: #2c4530;
color: #ffffff;
height: 60px;
vertical-align: middle;
border-right: 1px solid #321606;
border-left: 1px solid #321606;
}
.topnav {
font-family: Verdana, Arial, sans-serif;
background: #915803;
color: #ffffff;
border: 1px solid #321606;
font-size: 100%;
text-align: right;
height: 20px;
padding-right: 20px;
padding-left: 20px;
}
.topnav a:link {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center;display: inline;}
.topnav a:visited {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center;display: inline;}
.topnav a:hover {color:#ffffff;background-color:#2c4530;text-decoration: none;font-weight: bold;text-align: center;display: inline;}
.topnav a:active {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center;display: inline;}

.sidebar {
font-family: Verdana, Arial, sans-serif;
background: #ca8e08;
border-right: 1px solid #321606;
border-left: 1px solid #321606;
border-bottom: 1px solid #321606;
color: #ffffff;
font-size: 100%;
text-align: center;
line-height: 20px;
padding: 5px;
width: 200px;
}
.sidebar a:link {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center;display: block;}
.sidebar a:visited {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center;display: block;}
.sidebar a:hover {color:#ffffff;background-color:#2c4530;text-decoration: none;font-weight: bold;text-align: center;display: block;}
.sidebar a:active {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center;display: block;}

.sidebarspacer {
border-left: 1px solid #321606;
}
.textarea {
font-family: Verdana, Arial, sans-serif;
background-image: url('images/text.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
background-color: #FFFFFF;
font-size: 100%;
border-right: 1px solid #321606;
border-bottom: 1px solid #321606;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 10px;
width: 500px;
}
.textareaspacer {
border-right: 1px solid #321606;
}
.copyright {
background-color: #2c4530;
color: #FFFFFF;
font-size: 7pt;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
border-right: 1px solid #321606;
border-bottom: 1px solid #321606;
border-left: 1px solid #321606;
text-align: center;
padding: 5px;
font-weight: bold;
}
.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;background-color:#ca8e08;text-decoration: none;font-weight: bold;text-align: center;}
.copyright a:active {color: #ffffff; text-decoration: none; font-weight: bold;text-align: center;}

