﻿/* 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: #E5A564;
color: #000000;
}

UL {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

LI {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

TD {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

P {
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 {
	font-weight: bold;
	font: normal normal bold small serif;
	color: #DC8632;
	text-decoration: underline;
}
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 {
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: 100%;
margin: 0px;
padding: 5px;
border: 3px double #000000;
}

h2 {
color: #A57E51;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
}

h6 {
color: #A57E51;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

h5 {
color: #A57E51;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

h4 {
color: #A57E51;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

h3 {
color: #A57E51;
text-align: left;
font-size: 12px;
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;
}
