BODY {
background-color: #667880;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: repeat;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 0px;
margin-bottom: 20px;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#474747; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#667880; 
}
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;
line-height: 18 px;
}
A:VISITED {
color:  #A3987F;
text-decoration :none;
font-weight: bold;
line-height: 18 px;
}
A:HOVER {
color : #FFFFFF;
background color: #667880;
text-decoration: underline overline;
font-weight: bold;
line-height: 18 px;
}
A:ACTIVE {
color : #000000;
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 :#667880;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #667880;
letter-spacing: 2;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #667880;
width: 80%;
height: 2px;
}
.logocell {
background-color: #667880;
background-image: url('images/logosample.jpg'); /* sets the background image */
background-position: center; /* positions the background image */
background-repeat: no-repeat;
height: 54px;
}
.maincell {
background-color: #667880;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
height: 217px;

}
.textarea {
font-family: Verdana, Arial, sans-serif;
background: #FFFFFF;
background-image: url('images/test.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
border: 1px solid  #474747;
font-size: 100%;
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-color: #65777F;
font-size: 100%;
text-align: center;
padding-top: 5px;
border-left: 1px solid #474747;
border-top: 1px solid #474747;
border-bottom: 1px solid #474747;
width: 125px;
}
.sidebar a:link {color: #FFFFFF; text-decoration: none; font-weight: bold;text-align: center; height: 26px; padding:3px 0px 0px 0px;display:block;}
.sidebar a:visited {color: #B4AC97; text-decoration: none; font-weight: bold;text-align: center; height: 26px; padding:3px 0px 0px 0px;display:block;}
.sidebar a:hover {color: #800000; text-decoration: none; font-weight: bold; background-image: url('images/on1.jpg');width: 125px;height:26px; padding:3px 0px 0px 0px;text-align: center;display:block;}
.sidebar a:active {color: #000000; text-decoration: none; font-weight: bold;text-align: center; height:26px; padding:3px 0px 0px 0px;display:block;}

.topnav {
background-color: #65777F;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
text-align: center;
height: 5px;
border-top: 1px solid #474747;
border-right: 1px solid #474747;
border-left: 1px solid #474747;
}
.topnav a:link {color: #FFFFFF; text-decoration: none; font-weight: bold;width: 117px;height: 20px; padding:1px 0px 1px 32px;text-align: left;display:block;}
.topnav a:visited {color: #B4AC97; text-decoration: none; font-weight: bold;width:117px;height: 20px; padding:1px 0px 1px 32px;text-align: left;display:block;}
.topnav a:hover {color: #800000; text-decoration: none; font-weight: bold; background-image: url('images/top-on.jpg');width: 117px;height: 20px; padding:1px 0px 1px 32px;text-align: left;display:block;}
.topnav a:active {color: #000000; text-decoration: none; font-weight: bold;width: 117px;height: 20px; padding:1px 0px 1px 32px;text-align: left;display:block;}

.copyright {
background-color: #65777F;
font-size: 7pt;
letter-spacing: 2;
font-family: Verdana, Arial, sans-serif;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
border-bottom: 1px solid #474747;
border-right: 1px solid #474747;
border-left: 1px solid #474747;
}