/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#B75A3F; 
scrollbar-3dlight-color:#B75A3F; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#404040; 
}

BODY {
background-color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin: 0 0 20 0;
padding: 0;
color:#000000;
}

P, TD, LI, UL {
font-size: 101%;
}

Table {
font-size: 101%;
border-collapse: collapse;
}

HR {
color: #B75A3F;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px solid #000000;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #000000;
}

/* this group sets the normal link colors */

A:LINK {color: #DC7958; text-decoration: none; font-weight: bold;}
A:VISITED {color: #808080; text-decoration: none; font-weight: bold;}
A:HOVER {color: #B75A3F; text-decoration: none; font-weight: bold;}
A:ACTIVE {color: #B75A3F; text-decoration: none; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #000000;
}

h2 {
font-family: "Courier New", Courier, mono;
color: #9B665B;
text-align: left;
font-size: 16px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #9B665B;
}

h3 {
color: #9B665B;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5, h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

/* special classes */

.navbar {
background-color: #B75A3F;
background-image: url(images/cell1.jpg);
color: #000000;
text-align: center;
font-weight: bold;
font-size: 85%;
height: 40px;
letter-spacing: 1;
border-right: 1px solid #FF9972;
border-left: 1px solid #FF9972;
padding: 2px;
}

.navbar a:link {color: #000000; text-decoration: none; font-weight: bold;}
.navbar a:visited {color: #000000; text-decoration: none; font-weight: bold;}
.navbar a:hover {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.navbar a:active {color: #000000; text-decoration: none; font-weight: bold;}


.header{
background-color: #000000;
background-image: url(images/background.jpg);
color: #FF9972;
text-align: center;
font-weight: bold;
letter-spacing: 1;
border-left: 1px solid #FF9972;
border-right: 1px solid #FF9972;
}

.sidebar {
background-color: #000000;
background-image: url(images/background.jpg);
text-align: center;
color: #FF9972;
border-left: 1px solid #FF9972;
width: 250px;
vertical-align: top;
}

.banner {
font-family: "Courier New", Courier, mono;
background-color: #B75A3F;
background-image: url(images/cell1.jpg);
color: #000000;
text-align: left;
font-weight: bold;
font-size: 120%;
height: 40px;
letter-spacing: 3;
padding: 2 2 2 10;
}

.maintable {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
border-right: 1px solid #FF9972;
border-left: 1px solid #FF9972;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
text-align: justify;
font-size: 85%;
padding: 15;
line-height: 16px;
vertical-align: top;
}

.hottopic {
background-color: #FF9972;
color: #000000;
font-size: 85%;
text-align: left;
padding: 15px;
}

.copyright {
background-color: #000000;
color: #FF9972;
font-size: .85em;
font-weight: bold;
text-align: center;
letter-spacing: 2;
height: 40px;
}

/* form buttons */

.form {
background-color: #DC7958;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}