BODY {
background-color: #DBDBB9;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 25px;
}
P, TD, LI, UL, Table {
font-size: 100%;
}
/* this group sets the normal link colors */
A:LINK {
color: #363732;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #363732;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #363732;
background-color: #E5E6D0;
text-decoration: underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #363732;
text-decoration: none;
font-weight: bold;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color : #363732;
letter-spacing: 2px;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #363732;
letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #363732;
width: 50%;
height: 2px;
}

.top {
font-family: Verdana, Arial, sans-serif;
background: #F9F5E5;
color: #363732;
font-size: 100%;
text-align: left;
vertical-align: top;
width: 544px;
border-top: 1px solid #7E8745;
border-right: 1px solid #7E8745;
border-left: 1px solid #7E8745;
}
.maincell {
font-family: Verdana, Arial, sans-serif;
background:#D6D6B5;
background-image: url('images/back2.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
border-left: 1px solid #7E8745;
font-size: 100%;
line-height: 20px;
text-align: center;
padding: 5px;
}
.text {
font-family: Verdana, Arial, sans-serif;
background: #F9F5E5;
vertical-align: top;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #7E8745;
border-left: 1px solid #7E8745;
width: 544px;
}
.sidebar {
font-family: Verdana, Arial, sans-serif;
background:#D6D6B5;
background-image: url('images/back2.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
border-left: 1px solid #7E8745;
border-top: 1px solid #7E8745;
font-size: 100%;
width: 206px;
vertical-align: top;
line-height: 20px;
text-align: center;
}
.copyright {
font-weight: bold;
font-size: 7pt;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
background: #F9F5E5;
border: 1px solid #7E8745;
padding: 5px;
background-image: url('images/back2.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
}