/* sets the main body properties */
HTML {
}

BODY {
background-color: #877762;
background-image: url("../images/background.jpg");
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin: 0em 0em 20em 0em;
padding: 0;
color:#000000;
}

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: #808080;
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 #808080;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #808080;
}

/* this group sets the normal link colors */

A:LINK {color: #C38A42; text-decoration: none; font-weight: bold;}
A:VISITED {color: #C38A42; text-decoration: none; font-weight: bold;}
A:HOVER {color: #000000; text-decoration: none; font-weight: bold; background-color: #D5C1AE;}
A:ACTIVE {color: #000000; text-decoration: none; font-weight: bold; background-color: #D5C1AE;}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
color: #000000;
}

h2 {
color: #B17329;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
width: 100%;
border-bottom: 1px dotted #B17329;
}

h3 {
color: #B17329;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2px;
}

h4, h5 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

/* special classes */

.yourname {
background-color: #A69480;
}

.globalbar {
background-color: #E0E0E0;
background-image: url("../images/topnav.jpg");
color: #000000;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 12px;
letter-spacing: 3px;
word-spacing: 10px;
height: 30px;
padding: 2px 0px;
border-bottom: 1px solid #C0C0C0;
}

.maintable {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
}

.sidebar {
background-color: #E0E0E0;
background-image: url("../images/cell1.jpg");
text-align: center;
line-height: 24px;
color: #000000;
border-right: 1px solid #808080;
padding: 3px;
width: 150px;
vertical-align: top;
}

.sidebar A:LINK {color: #C38A42; text-decoration: none; font-weight: bold; width: 100%;}
.sidebar A:VISITED {color: #C38A42; text-decoration: none; font-weight: bold; width: 100%;}
.sidebar A:HOVER {color: #000000; text-decoration: none; font-weight: bold; background-color: #D5C1AE; width: 100%;}
.sidebar A:ACTIVE {color: #000000; text-decoration: none; font-weight: bold; background-color: #D5C1AE; width: 100%;}

.mainimage {
background-color: #A69480;
background-image: url("../images/mainimage.jpg");
color: #000000;
text-align: right;
height: 150px;
padding: 0px 5px 0px 280px;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
text-align: justify;
padding: 15px;
vertical-align: top;
}

.hottopic {
background-color: #FFFFFF;
color: #000000;
float: right;
font-size: 11px;
text-align: left;
padding: 5px;
width: 200px;
border: 1px solid #C38A42;
margin-left: 20px;
}


iframe {
border: 1px solid #B17329; 
iframeborder: 0px;
margin: 0;
padding: 0;
}

.inline {
background-color: #FFFFFF;
color: #000000;
font-size: 11px;
text-align: left;
padding: 5px;
}


.copyright {
background-color: #A69480;
background-image: url("../images/copyright.jpg");
color: #000000;
font-size: .9em;text-align: center;}

.copyright A:LINK {color: #2522ff; text-decoration: none;font-weight: normal;}
.copyright A:VISITED {color: #2522ff; text-decoration: none;font-weight: normal;}
.copyright A:HOVER {color: #000000; text-decoration: none;background-color: #D5C1AE;font-weight: normal;}
.copyright A:ACTIVE {color: #000000; text-decoration: none;background-color: #D5C1AE;font-weight: normal;}

.bottom {
background-color: #E0E0E0;
padding: 0;
margin: 0;
}

/* form buttons */

.form {
background-color: #D5C1AE;
color: #000000;
font-weight: bold;
padding: 2px;
border: 1px solid #808080;
}
