/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#BC1414; 
scrollbar-3dlight-color:#BC1414; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#808080; 
}

BODY {
background-color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin: 0 0 10 0;
padding: 0;
color:#C0C0C0;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: collapse;
}

HR {
color: #BC1414;
height: 3px;
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 #808080;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #808080;
}

/* this group sets the normal link colors */

A:LINK {color: #FF3535; text-decoration: none; font-weight: bold;}
A:VISITED {color: #9A9A9A; text-decoration: none; font-weight: bold;}
A:HOVER {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #FFFFFF; text-decoration: underline; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: BOLD;
font-variant: small-caps;
letter-spacing: 2;
color: #FFFFFF;
}

h2 {
color: #BC1414;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #BC1414;
}

h3 {
color: #BC1414;
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: #BC1414;
}

/* special classes */

.topleft {
border-right: 1px solid #808080;
}

.navtop {
color: #BC1414;
padding: 5px;
font-weight: bold;
text-align: center;
height: 40px;
letter-spacing: 4;
border-left: 1px solid #808080;
vertical-align: top;
}

.navigation {
background-image: url(images/button.jpg);
font-size: 90%;
line-height: 23px;
font-weight: bold;
text-align: left;
padding-left: 30px;
vertical-align: top;
height: 10px;
}

.navbottom {
color: #BC1414;
padding: 5px;
font-weight: bold;
text-align: center;
height: 40px;
letter-spacing: 4;
border-left: 1px solid #808080;
vertical-align: top;
border-bottom: 1px solid #808080;
}

.leftnav {
vertical-align: top;
text-align: center;
padding: 0 0 10 0;
border-right: 1px solid #808080;
height: 100%;
}

.copyright {
font-size: .85em;
font-weight: normal;
text-align: center;
vertical-align: middle;
padding-top: 5px;
height: 30px;
border-right: 1px solid #808080;
}

.yourname {
vertical-align: top;
height: 60;
border-bottom: 1px solid #808080;
}

.slogan {
background-color: #404040;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
}

.sidebar {
background-color: #404040;
text-align: left;
color: #EBEBEB;
vertical-align: top;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
}

.banner {
color: #FF3535;
font-size: 90%;
font-weight: bold;
letter-spacing: 4;
text-align: right;
padding: 5;
}

.maintext {
color: #C0C0C0;
text-align: justify;
padding: 10;
vertical-align: top;
width: 100%;
height: 100%;
}

.hottopic {
background-color: #404040;
color: #EBEBEB;
font-size: 11px;
text-align: left;
padding: 5px;
}

.bottom {
background-color: #BC1414;
height: 5px;
border: 1px solid #808080;
}

/* form buttons */

.form {
background-color: #404040;
color: #EBEBEB;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}