/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #44491C; font-family : Verdana, Arial, sans-serif; font-size: 100%; margin: 0;}
Table {font-family : Verdana, Arial, sans-serif; font-size : 100%; border-collapse: collapse; padding: 0; margin: 0;}
P, LI, UL {font-family : Verdana, Arial, sans-serif; font-size : 100%;}
TD {font-family : Verdana, Arial, sans-serif; font-size : 100%; margin: 0; padding: 0;}

/* LINK COLORS */

A:LINK    {color: #81551b; font-weight: bold; text-decoration: none;}
A:VISITED {color: #81551b; font-weight: bold; text-decoration: none;}
A:HOVER   {color: #9f0000; font-weight: bold; text-decoration: underline;}
A:ACTIVE  {color: #81551b; font-weight: bold; text-decoration: none;}

/* HEADING COLORS AND STYLES */

H1     {color: #81551B; font: bold 16px Verdana, Georgia, serif; text-align: left; margin-bottom: -5px}
H2     {color: #CB7536; font: normal 20px Tahoma, Arial, sans-serif; text-align: left; text-transform: lowercase; letter-spacing: 2px;}
H3, H4, H5, H6 {color: #929A34; font-size: 13px; font-weight: bold;}

/* DEFINES SPECIAL CLASSES */

.header {
width: 100%;
height: 100px;
color: #000000;
background-color: #D2DA85;
background-image: url('images/cell1.gif');
letter-spacing: 2px;
text-align: center; font-style:normal; font-variant:normal; font-weight:bold; font-size:26px; font-family:Georgia, Georgia, serif
}

.sidebar {
color: #000000;
width: 210px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
vertical-align: top;
padding: 10px 5px;
}

/* MAIN NAVIGATION DEFINITION LIST */

.sidebar dl {background: transparent; padding: 0 10px 0 0; margin: 2px 0; line-height: 12px; font-size: 90%; width: 164px}
.sidebar dt {color: #000000; font-weight: bold; letter-spacing: 3px; border-bottom: 1px solid #000000; padding: 10px 0 4px 0;}
.sidebar dd {margin: 3px; padding: 3px 0;}
.sidebar dd a:link, .sidebar dd a:visited, .sidebar dd a:active {display: block; color: #FFFFFF; font-weight: none; text-decoration: none; background-color: #CC0000; border: 1px solid #000000; padding: 3px;}
.sidebar dd a:hover {color: #000000; font-weight: bold; text-decoration: none; background-color: #E6EBB1; border: 1px solid #000000;}


.content {
width: 540px;
color: #000000;
font-family : Verdana, Arial, sans-serif;
text-align: justify;
vertical-align: top;
line-height: 18px;
padding: 15px 20px 15px 20px;
}

p.small {line-height: 115%}
p.big {line-height: 200%}

p {margin-bottom: 14px}
p {margin-top: 14px}

.spacer {width: 20px;}

span.tiny {
font-size: 50%;
letter-spacing: 1;
font-weight-bold
}