BODY {
background-color: #C0C0FF;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top right; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
margin-top: 100px;
margin-left: 5px
margin-right: 5px
margin-bottom: 5px;
color:#9092DE; 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#81B8F9; 
scrollbar-3dlight-color:#FFFFFF; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#FFFFFF; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#C0C0FF; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
}

/* this group sets the normal link colors */
A:LINK {
color: #2983E9;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #C185FF;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
background-color: #FFFFFF;
color: #C185FF;
text-decoration : underline, overline;
font-weight: bold;
}
A:ACTIVE {
color: #98DEFF;
text-decoration : none;
font-weight: bold;
}

H1 {
font-size: 10pt;
font-weight: bold;
letter-spacing: 2;
color: #2983E9;
}

H2, H3, H4, H5, H6 {
font-size: 9pt;
font-weight: bold;
color: #9092DE;
}

HR {
color: #E9B2FF;
height: 2px;
width: 50%;
}
.topnav {
color: #FFFFFF;
font-size: 8pt;
font-weight: bold;
letter-spacing: 2;
text-align: center;
border: 1px dotted #BBF6FF;
}

/* this sets the properties of the main text area */

.maintext {
background-color: #F1F1FF;
background-image: url('images/maintextimage.jpg'); /* sets the background image */
background-position: center; /* positions the background image */
background-repeat: no-repeat;
filter: alpha(opacity=60, style=0);
-moz-opacity:.60;
color: #7477AC;
font-size: 10pt;
vertical-align: top;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 10px;
width: 100%;
text-align: left;
line-height: 20px;
}

.sidebar {
background-image: url('images/sideimage.jpg'); /* sets the background image */
background-position: top center; /* positions the background image */
background-repeat: no-repeat;
color: #9092DE;
font-size: 9pt;
vertical-align: top;
text-align: left;
padding-left: 5px;
padding-right: 5px;
width: 100px;
border: 1px dotted #BBF6FF;
}
.hottopics {
font-size: 8pt;
color: #FFFFFF;
border: 2px dotted #BBF6FF;
}

.copyright {
color: white;
font-size: 7pt;
font-weight: bold;
letter-spacing: 2;
text-align: center;
border: 1px dotted #BBF6FF;
}
.brand {
background-image: url('images/mrdlogo.jpg');
background-repeat: no-repeat;
text-align: center;
width: 189px;
height: 35px;
}