BODY {
background-color: #89AA91;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
margin-top: 75px;
margin-bottom: 5px;
color:#814918; 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#008000; 
scrollbar-3dlight-color:#A5C0AC; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#89AA91; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
}

/* this group sets the normal link colors */
A:LINK {
color : #000000;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #FDFDE9;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
background-color: #FFFFFF;
color : #89A991;
text-decoration : underline, overline;
font-weight: bold;
}
A:ACTIVE {
color : #00C000;
text-decoration : none;
font-weight: bold;
}

H1 {
font-size: 10pt;
font-weight: bold;
letter-spacing: 2;
color: #008000;
}

H2, H3, H4, H5, H6 {
font-size : 9pt;
font-weight : bold;
color : #008000;
}

HR {
color: #008000;
height: 2px;
width: 50%;
}
.topnav {
color: #FFFFFF;
font-size: 8pt;
font-weight: bold;
letter-spacing: 2;
text-align: center;
border: 1px dotted #FFFFFF;
}
.logo {
background-image: url('images/blanklogofinal.gif'); /* sets the background image */
background-position:  right bottom; /* positions the background image */
background-repeat: no-repeat;
width:450px;
height: 175px}

/* this sets the properties of the main text area */

.maintext {
background-color: #D8E2DA;
color: #008000;
font-size : 10pt;
vertical-align: top;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 10px;
text-align: justify;
width: 60%;
line-height: 20px;
}

.sidebar {
background-color: #A5C0AC;
color: #FFFFFF;
font-size : 9pt;
vertical-align: top;
text-align: left;
padding-left: 5px;
padding-right: 5px;
width: 10%;
border: 1px dotted #FFFFFF;
}
.hottopics {
font-size: 8pt;
color: #FFFFFF;
border: 2px dotted #FFFFFF;
}

.copyright {
color: white;
font-size: 7pt;
font-weight: bold;
letter-spacing: 2;
text-align: center;
border: 1px dotted #FFFFFF;
}
.brand {
background-image: url('images/mrdlogo.jpg');
background-repeat: no-repeat;
width: 189px;
height: 35px;
}