/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#9899AE; 
scrollbar-3dlight-color:#9899AE; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#E0E0E0; 
}

BODY {
background-color: #7A7B94;
background-image: url(images/background.jpg);
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin: 0 0 20 0;
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: #9899AE; text-decoration: none; font-weight: bold;}
A:VISITED {color: #9899AE; text-decoration: none; font-weight: bold;}
A:HOVER {color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: #9899AE;}
A:ACTIVE {color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: #9899AE;}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #000000;
}

h2 {
color: #A4482D;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #A4482D;
}

h3 {
color: #A4482D;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

/* special classes */

.yourname {
background-color: #9899AE;
}

.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: 3;
word-spacing: 10;
height: 30px;
padding: 2 0;
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: 225px;
vertical-align: top;
}

.sidebar A:LINK {color: #9899AE; text-decoration: none; font-weight: bold; width: 100%;}
.sidebar A:VISITED {color: #9899AE; text-decoration: none; font-weight: bold; width: 100%;}
.sidebar A:HOVER {color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: #9899AE; width: 100%;}
.sidebar A:ACTIVE {color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: #9899AE; width: 100%;}

.mainimage {
background-color: #9899AE;
background-image: url(images/mainimage.jpg);
color: #000000;
text-align: right;
height: 150px;
padding: 0 5 0 280;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
text-align: justify;
padding: 15;
vertical-align: top;
}

.hottopic {
background-color: #FFFFFF;
color: #000000;
float: right;
font-size: 11px;
text-align: left;
padding: 5px;
width: 200px;
border: 1px solid #E38D5F;
margin-left: 20px;
}

iframe {
border: 1px solid #7A7B94;
}

.inline {
background-color: #FFFFFF;
color: #000000;
font-size: 11px;
text-align: left;
padding: 3px;
}


.copyright {
background-color: #9899AE;
background-image: url(images/copyright.jpg);
color: #000000;
font-size: .85em;
font-weight: bold;
text-align: center;
letter-spacing: 2;
height: 40px;
}

.bottom {
background-color: #E0E0E0;
padding: 0;
margin: 0;
}

/* form buttons */

.form {
background-color: #D7DBE5;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}