/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px 0px 10px 0px;
background-color: #857B45;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#C1BB99; 
scrollbar-3dlight-color:#C1BB99; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#D5D1BB; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #857B45;
height: 1px;
width: 100%;
}

.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: #857B45;
text-decoration: underline;
font-weight: normal
}

A:VISITED {
color: #857B45;
text-decoration: underline;
font-weight: normal;
}

A:HOVER {
color: #857B45;
text-decoration: underline;
font-weight: normal
}

A:ACTIVE {
color: #857B45;
text-decoration: underline;
font-weight: normal
}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #000000;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #000000;
padding: 1px;
border-bottom: 1px dotted #857B45
}

h3, h4, h5, h6 {
font-size : 14px;
font-weight : bold;
color : #857B45;
}

/* special classes */

.mainimage {
background-color: #E5D4DB;
text-align: left;
}

.date {
background-color: #E5D4DB;
background-image: url('images/datebkg.jpg');
color: #857B45;
font-weight: bold;
height: 40px;
text-align: left;
width: 220px;
}

.global {
background-color: #E5D4DB;
background-image: url('images/globalbkg2.jpg');
color: #857B45;
text-align: right;
word-spacing: 2px;
height: 40px;
width: 600px
}

/* classes for left side table cells */

.leftside {
background-color: #C1BB99;
background-image: url('images/leftbkg.jpg');
background-position: top left;
background-repeat: no-repeat;
color: #000000;
padding: 30px 10px 10px 10px;
width: 210px;
vertical-align: top;
text-align: left;
}

.leftnav {
background-color: #D5D1BB;
color: #000000;
padding: 10px;
line-height: 20px;
border: 1px solid #EAE8DD;
}

.leftnav a:link {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #D5D1BB; 
padding-left: 3px;
padding-right: 3px;
}

.leftnav a:visited {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #D5D1BB; 
padding-left: 3px;
padding-right: 3px;
}

.leftnav a:hover {
background-color: #C1BB99;
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #EAE8DD; 
padding-left: 3px;
padding-right: 3px;
}

.leftnav a:active {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #D5D1BB; 
padding-left: 3px;
padding-right: 3px;
}

/* classes for main text area */

.main {
background-color: #EAE8DD;
background-image: url('images/mainbkg.jpg');
background-position: top left;
background-repeat: no-repeat;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 30px 20px 20px 20px;
width: 530px;
}

.main1 {
background-color: #D5D1BB;
color: #000000;
text-align: justify;
vertical-align: top;
padding: 15px;
border: 1px solid #857B45;
margin: 5px 0px 5px 0px;
}

.hottopic {
font-size: 85%;
line-height: 14px;
}

.copyright {
color: #000000;
font-size: 85%;
font-weight: bold;
text-align: center;
letter-spacing: 2;
padding-top: 20px;
}

.form {
background-color: #C1BB99;
color: #000000;
border: 1px solid #857B45;
}textarea     {  }
