BODY {
background-color: #DBDBB9;
background-image: url('images/back.jpg'); /* sets the background image */
background-position:  left top; /* positions the background image */
color: #000000;
font-family: Times New Roman;
font-size: 100%;
margin-top: 0px
}
.logo        { text-align: left; width: 120; height: 160; border-style: solid; border-width: 
               1; padding-left: 4; padding-right: 4; padding-top: 1; 
               padding-bottom: 1; background-image: url('images/back2.jpg') }
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; font-family:Times New Roman
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #363732;
letter-spacing: 2px; font-family:Times New Roman
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #363732;
width: 50%;
height: 2px;
}

.heading {
border:1px solid #7E8745; font-family: Times New Roman;
background: #F6F9ED url('images/back2.jpg');
color: #363732;
font-size: 100%;
text-align: left;
vertical-align: top;
width: 680px;


}

.top {
font-family: Times New Roman;
background: #F6F9ED;
color: #363732;
font-size: 100%;
text-align: left;
vertical-align: top;
width: 620px;
border-top: 1px solid #7E8745;
border-right: 1px solid #7E8745;
border-left: 1px solid #7E8745
}
.maincell {
font-family: Times New Roman;
background:#D6D6B5 url('images/back2.jpg') left top;
border-left:1px solid #7E8745; font-size:100%; line-height:20px; text-align:center; padding:5px

}
.text {
font-family: Times New Roman;
background: #F6F9ED;
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: 800px

}
.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 */
}
