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

BODY {
font-family : Arial, sans-serif;
font-size: 75%;
margin: 0px 10px;
background-color: #B35612;
color: #000000;
}

P, TD, LI, UL {
font-family : Arial, sans-serif;
font-size : 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
border-collapse: collapse;
font-size : 100%;
}


/* this group sets the normal link colors */
A:LINK {color: #DC8632; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #DC8632; text-decoration : underline; font-weight: bold;}
A:HOVER {color: #000000; text-decoration : underline; font-weight: bold;}
A:ACTIVE {color: #DC8632; text-decoration : underline; font-weight: bold;}

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

h1 {
color: #A57E51;
font-family: Arial, sans-serif;
text-align: left;
font-size: 24px;
font-weight: bold;
letter-spacing: 2px;

h2 {
color: #4d591e;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}

h3, h4, h5, h6 {
color: #4d591e;
text-align: left;
font-size: 10px;
font-weight: bold;
letter-spacing: 2px;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

li {
list-style-image: url('images/bullets.gif');
}


.sidebar {
background-color: #F6E8D8;
color: #000000;
text-align: center;
line-height: 20px;
padding: 20px 5px;
width: 225px;
vertical-align: top;
}

.main {
background-color: #F6E8D8;
color: #000000;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
}

.hottopic {
background-color: #F6E8D8;
color: #000000;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #E5A564;
}