/* sets the main body properties */
BODY {

font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px 10px 10px 10px;
background-color: #003300;
color:#000000;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#D1C2A9; 
scrollbar-3dlight-color:#D1C2A9; 
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: 10px 10px 10px 10px;
float: left;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
}

/* this group sets the normal link colors */

A:LINK {
color: #663333;
text-decoration: underline;
font-weight: bold;
}

A:VISITED {
color: #663333;
text-decoration: underline;
font-weight: bold;
}

A:HOVER {
color: #663333;
text-decoration: underline;
font-weight: bold;
}

A:ACTIVE {
color: #663333;
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: #53842C;
}

h2 {
color: #663333;
text-align: right;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
padding: 1px;
border-bottom: 1px dotted #CCCC66;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #CE6851;
}

h6 {
font-size : 14px;
font-weight : bold;
color: #3D5731;
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('demo1/1309/images/cell1.jpg');
color: #53842C;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 90%;
letter-spacing: 2;
}

.sidebar {
background-color: #FFFFFF;
color: #000000;
font-weight : bold;
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: left;
padding: 10px 10px 20px 20px;
width: 560px;
}

.mainimage {
background-color: #FFFFFF;
background-position: top left;
background-image: url('mainimage3.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: #CBD4B2;
color: #000000;
font-size: 85%;
text-align: left;
padding: 8px;
line-height: 14px;
border: 1px dotted #000000;
}



/* form buttons */

.form {
background-color: #D1C2A9;
color: #000000;
font-weight: bold;
padding: 2px 10x 2px 10px;
border: 1px solid #000000;
}



