/* GENERAL PAGE SETTINGS */

HTML {
margin: 0px;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #866850; 
scrollbar-3dlight-color: #866850; 
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #7B8C99; 
}

BODY {
font-family: Verdana, Arial, sans-serif;
color: #606060;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
}

Table {
font-family: Verdana;
font-size: 110%;
text-align: center;
letter-spacing: 4px;
padding: 10px;
}

li {list-style-image: url("images/images/bullet.gif");}

HR {
color: #7B8C99;
height: 1px;
width: 100%;
}

/* SETS LINKS AND HEADING COLORS */

A:LINK {color: #5B6D7B; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #5B6D7B; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #654E3D; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #5B6D7B; text-decoration: underline; font-weight: bold;}

H1 {
color: #B2957E;
font-family: Georgia, Georgia, serif;
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: #89959F;
font-family: Tahoma, Arial, sans-serif;
font-variant: small-caps;
text-align: left;
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
}

h3 {
color: #808080;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
}

h4 {
color: #89959F;
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;
}

.HOME  {
color: #89959F;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: right;
font-size: 18px;
font-weight: normal;
letter-spacing: 3px;
} 

/* SETS SPECIAL TABLE AND CELL CLASSES */

.border {
width: 20px;
}

.content {
width: 560px;
color: #606060;
vertical-align: top;
}

.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: #586D7B;
padding: 10px 10px 20px 10px;
border-bottom: 1px dashed #808080;
}

.yourname2 {
font-family: Verdana, Arial, sans-serif;
text-align: center;
font-size: 18px;
font-weight: normal;
letter-spacing: 6px;
color: #586D7B;
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;
}




