/* sets the main body properties */
HTML {
scrollbar-arrow-color: #E5A564;
scrollbar-face-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #E5A564;
}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size: 75%;
margin: 0px 20px;
background-color: #254117;
color: #000000;
}

P, TD, LI, UL {
font-family : Verdana, 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;} */



/* this group sets the normal link colors in top navagation bar */
/* #FFEFAE */
a:link.top {font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; color: #FFEFAE;; font-size: 12px; font-weight: bold}
a:visited.top {font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; color: #FFEFAE;; font-size: 12px; font-weight: bold}
a:hover.top {font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; color: #000000; font-size: 12px; font-weight: bold}


/* this group sets the normal link colors in Left page navagation*/
/*#DC8632 */
a:link.left {font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; color: #DC8632;; font-size: 12px; font-weight: bold}
a:visited.left {font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; color: #DC8632;; font-size: 12px; font-weight: bold}
a:hover.left {font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; color: #000000; font-size: 12px; font-weight: bold}


/* We like to use headings for special effects */

H1 {
background-color: #E5A564;
color: #000000;
font-family: "Book Antiqua", Palatino, serif;
text-align: center;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 4px;
width: 95%;
margin: 0px;
padding: 5px;
border: 3px double #000000;
}


h2 {
color: #A57E51;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: center;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
}

h3, h4, h5, h6 {
color: #A57E51;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}


.sidebar {
background-color: #F6E8D8;
color: #000000;
border-left:1px solid #FF0000;
border-right:1px solid #FF0000;
border-bottom-style: none;
border-bottom-width: medium;
border-top-style:solid;
border-top-width:1
text-align: center;
line-height: 20px;
width=100% ;
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;
}



.hnavbar {
background-color: #254117; 
border-left-style: solid;
border-left-width: 1;
border-right-style: solid;
border-right-width: 1;
border-top-style: solid;
border-top-width: 1;
border-bottom-style:none;
border-bottom-width:medium;
text-align: center;
}

/* list types for main content */
ul#tag li {
list-style-type: square;
  }

ul#notag li {
list-style-type: none;
  }