/* sets the main body properties */
BODY {
font-family : Arial, sans-serif;
font-size : 100%;
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#99876F; 
scrollbar-3dlight-color:#99876F; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#FFFFFF; 
}

P, TD, LI, UL, Table {
font-family : Arial, sans-serif;
font-size : 100%;
}

HR {
color: #99876F;
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: #0066CC;
text-decoration: underline;
font-weight: bold;
}

A:VISITED {
color: #0066CC;
text-decoration: underline;
font-weight: bold;
}

A:HOVER {
color: #0066CC;
text-decoration: underline;
font-weight: bold;
}

A:ACTIVE {
color: #0066CC;
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: #725F50;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #725F50;
padding: 1px;
border-bottom: 1px dotted #725F50;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #725F50;
}

h6 {
font-size : 14px;
font-weight : bold;
color : #000000;
width: 100%;
border-bottom: 1px solid #000000;
}

/* special classes */

.top {
background-color: #99876F;
color: #F9F2EC;
font-weight: bold;
word-spacing: 5px;
text-align: right;
vertical-align: bottom;
height: 40px;
padding-right: 10px;
border: 1px solid #000000;
}

.top a:link {
color: #F9F2EC;
font-weight: bold;
text-decoration: none;
}

.top a:visited {
color: #F9F2EC;
font-weight: bold;
text-decoration: none;
}

.top a:hover {
background-color: #F9F2EC;
color: #000000;
font-weight: bold;
text-decoration: underline overline;
}

.top a:active {
background-color: #F9F2EC;
color: #000000;
font-weight: bold;
text-decoration: underline overline;
}


.photos {
background-color: #99876F;
color: #000000;
text-align: center;
height: 120px;
padding: 10px 0px 10px 0px;
border: 1px solid #000000;
}

/* classes for main text area */

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 20px 5px 20px 20px;
width: 570px;
}

/* special hot topic table */

.hottopic {
background-color: #DAC4AD;
font-size: 85%;
line-height: 14px;
padding: 3px;
border: 1px solid #000000;
width: 100%;
}

/* copyright area */

.copyright {
background-color: #99876F;
color: #F9F2EC;
width: 750px;
height: 40px;
font-size: 90%;
font-weight: bold;
text-align: center;
padding: 10px 0px 10px 0px;
border: 1px solid #000000;
}


/* form buttons */

.form {
background-color: #99876F;
background-image: url('images/cell2.jpg');
color: #000000;
font-weight: bold;
padding: 2px 2px 2px 15px;
border: 1px solid #000000;
}