/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#8DA7BB; 
scrollbar-3dlight-color:#8DA7BB; 
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: 80%;
margin: 0;
padding: 0;
color:#E0E0E0;
}

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: #8DA7BB;
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 #C0C0C0;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #C0C0C0;
}

/* this group sets the normal link colors */

A:LINK {color: #8DA7BB; text-decoration: none; font-weight: bold;}
A:VISITED {color: #8DA7BB; text-decoration: none; font-weight: bold;}
A:HOVER {color: #E5BF96; text-decoration: none; font-weight: bold;}
A:ACTIVE {color: #E5BF96; 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: #BA9154;
}

h2 {
color: #BA9154;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #BA9154;
}

h3 {
color: #BA9154;
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: #BA9154;
}

/* special classes */

.yourname {
background-color: #4C6B88;
background-image: url(images/cell1.jpg);
text-align: center;
color: #000000;
}

.globalbar {
background-color: #C0C0C0;
background-image: url(images/cell2.jpg);
color: #000000;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 12px;
letter-spacing: 3;
height: 20px;
padding: 0;
border-top: 1px solid #404040;
border-bottom: 1px solid #404040;
}

.globalbar A:LINK {color: #4C6B88; text-decoration: none; font-weight: bold;}
.globalbar A:VISITED {color: #000000; text-decoration: none; font-weight: bold;}
.globalbar A:HOVER {color: #BA9A54; text-decoration: none; font-weight: bold;}
.globalbar A:ACTIVE {color: #BA9A54; text-decoration: none; font-weight: bold;}


.sidebar {
background: #000000 url(images/mainimage.jpg) no-repeat left top;
text-align: right;
line-height: 24px;
color: #B2C3D0;
padding: 10;
width: 350px;
height: 350px;
vertical-align: top;
}

.sidebar h2 {
color: #BA9154;
text-align: right;
font-size: 16px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 3;
}

.maintext {
background-color: #000000;
color: #E0E0E0;
text-align: justify;
padding: 20;
vertical-align: top;
width: 100%
}

.hottopic {
background-color: #4C6B88;
color: #E0E0E0;
float: right;
font-size: 11px;
text-align: left;
padding: 5px;
width: 190px;
border: 1px solid #BA9154;
margin-left: 20px;
}

.copyright {
background-color: #4C6B88;
background-image: url(images/cell3.jpg);
color: #000000;
font-size: .85em;
font-weight: bold;
text-align: center;
letter-spacing: 2;
height: 30px;
}

/* form buttons */

.form {
background-color: #B2C3D0;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}
