/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#C67A48; 
scrollbar-3dlight-color:#C67A48; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#C0C0C0; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

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;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
}

/* this group sets the normal link colors */

A:LINK {
color: #C67A48;
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: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #C67A48;
}

h2 {
color: #B78E71;
text-align: right;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
padding: 1px;
border-bottom: 1px dotted #B78E71;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #B78E71;
}

h6 {
font-size : 14px;
font-weight : bold;
color: #C67A48;
text-align: right;
width: 100%;
border-bottom: 1px dotted #000000;
}

/* special classes */

.header {
background-color: #FFFFFF;
color: #000000;
text-align: center;
}

.navbar {
background-image: url('images/cell1.jpg');
color: #C67A48;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 90%;
letter-spacing: 2;
}

.sidebar {
background-color: #FFFFFF;
color: #000000;
width: 200px;
vertical-align: top;
line-height: 20px;
text-align: right;
padding: 20px 0px 20px 0px;
}

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 10px 0px 20px 20px;
width: 550px;
}

.mainimage {
background-color: #C0C0C0;
background-position: top left;
background-image: url('images/mainimage.jpg');
background-repeat: no-repeat;
color: #000000;
font-weight: bold;
font-size: 100%;
padding: 20px 5px 5px 230px;
vertical-align: top;
height: 200px;
}

.mainimage H1 {color: #000000; font-size: 14px; font-variant: small-caps; text-align: right; border-bottom: 1px dotted #000000;}

.hottopic {
background-color: #E0E0E0;
color: #000000;
font-size: 85%;
text-align: left;
padding: 8px;
line-height: 14px;
border: 1px dotted #000000;
}



/* form buttons */

.form {
background-color: #C0C0C0;
color: #000000;
font-weight: bold;
padding: 2px 10x 2px 10px;
border: 1px solid #000000;
}