/* GENERAL PAGE SETTINGS */

HTML {
margin: 0px;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #606050; 
scrollbar-3dlight-color: #606050; 
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #404040; 
}

BODY {
font-family: Verdana, Arial, sans-serif;
background-image: url(images/background.jpg);
background-repeat: repeat-y;
margin: 10px 0px;
color: #606060;
background-color: #404040;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
}

Table {
border-collapse: collapse;
margin: 0px;
padding: 0px;
}

li {list-style-image: url(images/bullet.gif);}

HR {
color: #404040;
height: 1px;
width: 100%;
}

/* SETS LINKS AND HEADING COLORS */

A:LINK {color: #606050; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #606050; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #807050; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #606050; text-decoration: underline; font-weight: bold;}

H1 {
color: #908070;
font-family: Georgia, Georgia, serif;
background-image: url(images/endcap.jpg);
background-position: top left;
background-repeat: no-repeat;
text-align: left;
font-size: 20px;
font-weight: bold;
letter-spacing: 3px;
padding: 10px 0px 10px 40px;
}

h2 {
color: #C0A070;
font-family: Tahoma, Arial, sans-serif;
font-variant: small-caps;
text-align: left;
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
}

h3 {
color: #909080;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
}

h4 {
color: #C0A070;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: center;
font-size: 18px;
font-weight: normal;
letter-spacing: 3px;
} 

h5, h6 {
font-size: 120%;
font-weight: bold;
color: #000000;
margin: 0px;
}

/* SETS SPECIAL TABLE AND CELL CLASSES */

.border {
width: 20px;
}

.content {
width: 560px;
color: #606060;
vertical-align: top;
}

.sidebar {
width: 170px;
vertical-align: top;
font-size: 80%;
color: #FFFFFF;
text-align: center;
padding: 40px 5px 20px 5px;
letter-spacing: 2px;
line-height: 26px;
}

.sidebar A:LINK {color: #FFFFFF; font-weight: normal; text-decoration: none;}
.sidebar A:VISITED {color: #FFFFFF; font-weight: normal; text-decoration: none;}
.sidebar A:HOVER {color: #FFFFFF; font-weight: normal; text-decoration: underline overline;}
.sidebar A:ACTIVE {color: #FFFFFF; font-weight: normal; text-decoration: none;}

.sidebar HR {
color: #FFFFFF;
height: 1px;
width: 90%;
text-align: center;
}

.pictures {
width: 90px;
vertical-align: top;
padding: 75px 5px 0px 5px;
}

.yourname {
font-family: Verdana, Arial, sans-serif;
text-align: right;
font-size: 18px;
font-weight: normal;
letter-spacing: 6px;
color: #404040;
padding: 10px 10px 20px 10px;
border-bottom: 1px dashed #808080;
}

.main {
vertical-align: top;
line-height: 22px;
text-align: justify;
font-size: 80%;
padding: 10px;
}

.footer {
font-size: 75%;
text-align: center;
letter-spacing: 4px;
padding: 10px;
}

.form {
font-size: 95%;
margin: 0px;
padding: 0px;
}

/* HOT TOPIC TABLE AND CELL */

.httable {
float: right;
width: 180px;
border: 1px dashed #808080;
margin: 0px 0px 2px 30px;
}

.htcell {
font-size: 85%;
text-align: left;
line-height: 14px;
color: #808080;
padding: 5px;
}

/* SPLASH PAGE TABLES */

.splash {
width: 50%;
text-align: center;
letter-spacing: 4px;
padding: 10px 10px;
font-size: 80%;
}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft {
border: 3px double #808080;
margin: 2px 20px 2px 2px;
float: left;
}

.imageright {
border: 3px double #808080;
margin: 2px 2px 2px 20px;
float: right;
}

.imageplain {
border: 3px double #808080;
}