BODY {
background-color: #CF9003;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 150px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-arrow-color:#FFECC3; 
scrollbar-face-color:#CF9003; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#6F4509; 
scrollbar-shadow-color:#6F4509; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#FFECC3; 
}
P, TD, LI, UL, Table {
font-size: 100%;
}
/* this group sets the normal link colors */
A:LINK {
color: #663F18;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
A:VISITED {
color: #0F0A06;
text-decoration : none;
font-weight: bold;
line-height: 18 px;
}
A:HOVER {
color : #220902;
text-decoration: underline overline;
background-color:#FFE19F;
font-weight: bold;
line-height: 18 px;
}
A:ACTIVE {
color : #663F18;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color : #0F0A06;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #CF9003;
letter-spacing: 2;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #CF9003;
width: 80%;
height: 2px;
}

.textarea {
font-family: Verdana, Arial, sans-serif;
background: #FFECC3;
font-size: 100%;
border: 1px solid #6F4509;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 20px;
}
.sidebar {
font-family: Verdana, Arial, sans-serif;
background: #FFFFF5;
border-left: 1px solid #6F4509;
border-top: 1px solid #6F4509;
border-bottom: 1px solid #6F4509;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top center; /* positions the background image */
background-repeat: x-repeat;
font-size: 100%;
text-align: center;
padding-left: 10px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 10px;
}
.topnav {
font-family: Verdana, Arial, sans-serif;
background: #FFFFF5;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top center; /* positions the background image */
background-repeat: x-repeat;
border-left: 1px solid #6F4509;
border-top: 1px solid #6F4509;
border-right: 1px solid #6F4509;
font-size: 100%;
text-align: center;
}
.logocell {
background-image: url('images/logosample.jpg');
background-position: left; 
background-repeat: no-repeat;
height: 65px;
}
.copyright {
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top center; /* positions the background image */
background-repeat: x-repeat;
background-color: #FFFFF5;
font-size: 7pt;
letter-spacing: 2;
font-family: Verdana, Arial, sans-serif;
border-left: 1px solid #6F4509;
border-right: 1px solid #6F4509;
border-bottom: 1px solid #6F4509;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
}