/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#809FD2; 
scrollbar-3dlight-color:#809FD2; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#E0E0E0; 
}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px;
background-color: #FFFFFF;
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: #677FC0;
text-decoration: underline;
font-weight: bold;
}

A:VISITED {
color: #808080;
text-decoration: underline;
font-weight: bold;
}

A:HOVER {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

A:ACTIVE {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #FFFFFF;
margin: 0;
}

h2 {
color: #265FB4;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
padding: 5px;
border: 1px dotted #265FB4;
}

h3 {
color: #808080;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
padding: 1px 3px;
border: 1px solid #C0C0C0;
}

h4 {
background-color: #809FD2;
color: #FFFFFF;
text-align: right;
font-size: 14px;
font-weight: bold;
padding: 1px 3px;
border: 1px solid #808080;
}

h5, h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

/* special classes */

.globalbar {
background-image: url('images/cell1.jpg');
background-color: #E0E0E0;
color: #265FB4;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 10px;
letter-spacing: 2;
height: 30px;
}

.mainimage {
background-color: #809FD2;
background-image: url('images/mainimage.jpg');
color: #FFFFFF;
width: 750px;
height: 100px;
border-top: 5px solid #FFFFFF;
padding: 10px;
}

.mainimage td {
text-align: center;
font-weight: bold;
width: 50%;
}

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 10px 0px 20px 20px;
}

.sidebar {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: right;
padding: 10px 5px 20px 0px;
width: 200px;
line-height: 20px;
}

.hottopic {
background-color: #FFFFFF;
color: #000000;
font-size: 85%;
text-align: left;
padding: 10px;
line-height: 14px;
width: 100%;
border: 1px dotted #677FC0;
}

/* form buttons */

.form {
background-color: #809FD2;
color: #FFFFFF;
font-weight: bold;
padding: 2px 10x 2px 10px;
border: 1px solid #808080;
}