BODY {
background:#F3D47A url('images/main.jpg') no-repeat top right; /* sets the background image */
/* positions the background image */
color: #000000;
font-family: Tahoma, Arial, sans-serif;
font-size: 10pt;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#591318; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-shadow-color:#FFFFFF; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#F3D47A; 
margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 25px
}
P, TD, Table {
font-family: Tahoma, Arial, sans-serif;
font-size: 10pt;
}
/* this group sets the normal link colors */
A:LINK {
color: #591318;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
A:VISITED {
color: #292A49;
text-decoration : bold;
font-weight: bold;
line-height: 18 px;
}
A:HOVER {
color: #fff;
background-color: #591318;
text-decoration: underline overline;
font-weight: bold;
line-height: 18 px;
}
A:ACTIVE {
color: #591318;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 10pt;
font-weight : bold;
color : #591318;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size: 9pt;
font-weight: bold;
color: #591318;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #591318;
height: 1px;
width: 50%;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(images/grarrow.png);
background-repeat: no-repeat;
background-position: top left;
padding-left: 2em;
}
.textarea {
background-color:#ffffff;
font-family: Tahoma, Arial, sans-serif;
font-size: 10pt;
text-align: left;
line-height: 20px;
border: 2px #591318 dotted;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
.top{
background-image: url('images/logo.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
height: 200px;
}
.navcell {
font-size: 8pt;
font-weight: bold;
border: 2px #591318 dotted;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.infobox {
background:#ffffff;
font-size: 8pt;
border: 2px #591318 dotted;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* beginning rollover buttons */
#navigator {
background-color: #F3D47A;
width: auto;
padding: 2px;
text-align: center;
}

.housebutton {
font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;
}

.housebutton a {
padding: 4px;
text-decoration: none;
display: block;
color: #510C11;
background-color: #7D8C65;
border-top: 2px #8C9D6D solid;
border-left: 2px #8C9D6D solid;
border-bottom: 2px #646D53 solid;
border-right: 2px #646D53 solid;
}

.housebutton a:hover {
background-color: #A3BD77;
border-top: 2px #9EBD67 solid;
border-left: 2px #9EBD67 solid;
border-bottom: 2px #B9D785 solid;
border-right: 2px #B9D785 solid;
}
/* end of rollover buttons */
.copyright {
font-size: 7pt;
font-weight: bold;
text-align: center;
letter-spacing: 2;
background-image: url('images/mrdlogo.jpg'); /* sets the background image */
background-position: bottom center; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
height: 39px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}