/* sets the main body properties */
HTML {
scrollbar-arrow-color:#ffffff; 
scrollbar-face-color:#000000; 
scrollbar-3dlight-color:#81888c; 
scrollbar-highlight-color:#ffffff; 
scrollbar-shadow-color:#999999; 
scrollbar-darkshadow-color:#333333; 
scrollbar-track-color:#E0E0E0; 
}

BODY {
background-color: #81888c;
font-family: Verdana, Arial, sans-serif;
font-size:100%;
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: #blue; text-decoration: underline; }
A:VISITED {color: darkblue; text-decoration: underline;}
A:HOVER {color: #FFFFFF; text-decoration: none;background-color: black; }
A:ACTIVE {color: cyan; text-decoration: none;background-color: #81888c}

/* We like to use headings for special effects */

H1 {
font-size: 10pt;
letter-spacing: 0;
font-weight: bold;
color: #881888c;
}

h2 {
background-color: #ffffff;
padding: 0;
/* border: 1px solid #ff6600;*/
border-bottom: 1px solid #ff6600
color: #000000;
font-family: Verdana, Arial, sans-serif;
text-align: center;
font-size: 9pt;
font-weight: bold;
letter-spacing: 0;
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: 0;
}

h4, h5 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

/* special classes */

.yourname {
background-color: #81888c;letter-spacing: 0;
}

.globalbar {

background-color: #81888c;
/* background-image: url("../images/topnav.jpg"); */
color: #000000;
text-align: center;
font-variant: small-caps;
font-weight: normal;
font-size: 10px;
letter-spacing: 0;
word-spacing: 0;
height: 30px;
padding: 0 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;
font-weight: bold;
border-right: 1px solid #808080;
padding: 0px;
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: #7a7b94; width: 100%;}
.sidebar A:ACTIVE {color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: #7a7b94; width: 100%;}

.mainimage {
background-color: #81888c;
color: #000000;
text-align: right;
height: 150px;
padding: 0 0 0 0;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
text-align: justify;
padding: 0;
vertical-align: top;
}

.hottopic {
background-color: #FFFFFF;
color: #000000;
float: right;
font-size: 8pt;
text-align: right;
padding: 0px;
width: 70px;
border: 1px solid #E38D5F;
margin-left: 0px;
}

iframe {
border: 1px solid #81888c;
}

.inline {
background-color: #FFFFFF;
color: #000000;
font-size: 11px;
text-align: left;
padding: 0px;
}


.copyright {
background-color: #81888c;
/* background-image: url("../images/copyright.jpg"); */
color: #000000;
font-size: .85em;
font-weight: normal;
text-align: center;
letter-spacing: 0;
height: 40px;
}

.bottom {
background-color: #81888c;
padding: 0;
margin: 0;
}

/* form buttons */

.form {
background-color: #ffffff;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}