BODY {
background-color: #708DA8;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top right; /* positions the background image */
background-attachment: fixed;
background-repeat: x-repeat;
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
margin-right: 5px;
margin-left: 5px;
color:#000000; 
scrollbar-arrow-color:#D8E0E8; 
scrollbar-face-color:#517099; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#708DA8; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #1A3664;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #326368;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #FFFFFF;
text-decoration : none;
font-weight: bold;
}
A:ACTIVE {
color : #326368;
text-decoration : none;
font-weight: bold;
}

H1 {
font-size: 12pt;
font-weight: bold;
letter-spacing: 2;
color: #1A3664;
}

H2, H3, H4, H5, H6 {
font-size : 10pt;
font-weight : bold;
color : #1A3664;
}

HR {
color: #517099;
height: 2px;
width: 95%;
}
.logocell  {
background-color: #708DA8;
background-image: url('images/logosample.jpg'); /* sets the background image */
background-position: top center; /* positions the background image */
background-attachment: fixed;
background-repeat: x-repeat;
height: 180px;
}

.topbanner {
background-color: #708DA8;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top right; /* positions the background image */
background-attachment: fixed;
background-repeat: x-repeat;
height: 180px;
}
.topnav {
color: #708DA8;
text-align: right;
font-weight: bold;
font-size: 8pt;
background-image: url('images/back.jpg'); /* sets the background image */
background-position: top right; /* positions the background image */
background-attachment: fixed;
background-repeat: x-repeat;
padding: 10px;
}

/* this sets the properties of the main text area */

.maintext {
background-color: #D8E0E8;
color: #000000;
vertical-align: top;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
text-align: justify;
border: 2px solid #517099;
}

.sidebar {
background-color: #9BAEBF;
color: #000000;
vertical-align: top;
text-align: left;
width: 10%;
border: 2px solid #517099;
padding: 5px;
}
.sidebar2 {
background-color: #9BAEBF;
color: #000000;
vertical-align: top;
text-align: left;
width: 10%;
border: 2px solid #517099;
padding; 5px;
}

.copyright {
font-size: 7pt;
font-weight: bold;
color: #3E251F;
letter-spacing: 2;
text-align: left;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 20px;
}