BODY {
background-color: #DD8127;
background-image: url('images/logosample.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: 75%;
margin-top: 120px;
margin-left: 130px;
margin-right: 30px;
margin-bottom: 20px;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #85471B;
scrollbar-3dlight-color: #85471B;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #DD8127;
}

P, TD, LI, UL, Table {
font-size: 100%;
}

/* this group sets the normal link colors */
A:LINK {
color: #DE6F26;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #85471B;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
background-color: #DD8127;
color : #000000;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #A16D27;
text-decoration : none;
font-weight: bold;
}

/* this grouping sets the heading colors and sizes */
H1 {
font-size : 150%;
font-weight : bold;
color : #85471B;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size : 120%;
font-weight : bold;
color : #85471B;
letter-spacing: 2;
}

/* this class sets the properties for the horizontal rule bar */
hr {
color: #000000;
height: 1px;
width: 100%;
}

/* the area below contains special classes */
/* classes specify special formatting */


/* this class sets the properties of the main left side table cell */
.top {
text-align: right;
background-color: #000000;
color: #DD8127;
font-weight: bold;
padding: 3px;
border: 1px solid #000000;
}
.nav {
text-align: right;
background-color: #F1C9A1;
filter: alpha(opacity=70, style=0);
-moz-opacity:.70;
padding: 5px;
border: 1px solid #000000;
}
.contenttop {
text-align: right;
background-color: #000000;
color: #DD8127;
font-weight: bold;
letter-spacing: 2;
padding: 3px;
border: 1px solid #000000;
}
.content {
font-family : Verdana, Arial, sans-serif;
background-color: #F1C9A1;
filter: alpha(opacity=75, style=0);
-moz-opacity:.75;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding: 10px;
border: 1px solid #000000;
}

/* this is the class for the hot topic table top cell */
.hottopic {
font-size: 85%;
text-align: justify;
background-color: #F1C9A1;
filter: alpha(opacity=70, style=0);
-moz-opacity:.70;
padding: 7px;
border: 1px solid #000000;
}

.tiny {
text-align: center;
font-size: 85%;
letter-spacing: 2;
font-weight: bold;
}