BODY {
background-color: #1D54C9;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
margin-top: 75px;
margin-left: 125px;
margin-right: 5px;
margin-bottom: 5px;
scrollbar-arrow-color:#FF5702; 
scrollbar-face-color:#FEF000; 
scrollbar-3dlight-color:#B5C8DF; 
scrollbar-highlight-color:#A4BD4C; 
scrollbar-shadow-color:#FFFFFF; 
scrollbar-darkshadow-color:#808080; 
scrollbar-track-color:#1A52C3; 
}
P, TD, LI, UL, Table {
font-size: 10pt;
}
/* this group sets the normal link colors */
A:LINK {
color: #FF5702;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
A:VISITED {
color: #FF5702;
text-decoration : none;
font-weight: bold;
line-height: 18 px;
}
A:HOVER {
color : #FFFFFF;
background-color: #F5E000;
text-decoration: underline overline;
font-weight: bold;
line-height: 18 px;
}
A:ACTIVE {
color : #0AA80A;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 12pt;
font-weight : bold;
color : #FF5702;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size: 11pt;
font-weight: bold;
color: #FF5702;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #FF5702;
height: 1px;
width: 80%;
}

.textarea {
font-family: Verdana, Arial, sans-serif;
filter: alpha(opacity=70, style=0);
-moz-opacity:.70;
background: #FFFFFF;
border: 1px solid #FEF000;
font-size: 10pt;
text-align: left;
line-height: 20px;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
.sidebar {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, sans-serif;
filter: alpha(opacity=60, style=0);
-moz-opacity:.60;
vertical-align: top;
text-align: center;
padding-left: 5px;
padding-right: 5px;
border: 1px solid #FEF000;
}
.topnav {
color: #FFFFFF;
font-family: Verdana, Arial, sans-serif;
vertical-align: top;
text-align: center;
}
.copyright {
color: #FFFFFF;
font-size: 7pt;
letter-spacing: 2;
text-align: center;
background-image: url('images/mrdlogo.jpg'); 
background-position: bottom center; 
background-repeat: no-repeat;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
}