/* REDEFINES THE BASIC HTML TAGS */

BODY  {font-family : Verdana; font-size: 80%; margin: 0; text-align:justify; color:#000000}
Table {font-family : Verdana; font-size : 100%; border-collapse: collapse; padding: 0; margin: 0; background-color:#FFFFFF; text-align:justify; color:#000000}
LI, UL {font-family : Verdana, Arial, sans-serif; font-size : 100%; list-style-type:disc; list-style-image:url('includes/images/bullet.gif'); margin-bottom:10px; margin-left:15px}
TD {font-family : Verdana, Arial, sans-serif; font-size : 100%; margin: 0; padding: 0;}

/* LINK COLORS */

A:LINK    {color: #000080; underline}
A:VISITED {color: #993300; underline}
A:HOVER   {color:#993300; text-decoration:none }
A:ACTIVE  {color: #BC5525; underline}

/* HEADING COLORS AND STYLES */

H1     {color: #000080; text-align: left; font-style:normal; font-variant:normal; font-weight:bold; font-size:22px; font-family:Georgia}
H2     {color: #FFFFFF; text-align: right; text-transform: lowercase; letter-spacing: 2px; font-variant:normal; font-weight:bold; font-size:20px; font-family:Tahoma}
h3     {color: #BC5525; font-size: 13px; font-weight: bold;}
h4     { font-family: Arial Narrow; font-size: 8pt; color: #808080 }
h5     { font-family: Edwardian Script ITC; color: #BC5525; letter-spacing: 
               2pt; font-size: 18pt; 
               vertical-align: baseline; background-repeat: no-repeat; 
               background-position-y: bottom; font-weight:bold }
h6           { font-family: serif; font-size: 12pt; color: #BC5525; font-weight:bold }

/* DEFINES SPECIAL CLASSES */

.headertop {
width: 100%;
height: 100px;
color: #000000;
background-color: #BEB295;
font: bold 26px Georgia, Georgia, serif; 
letter-spacing: 2px;
text-align: center;
}

.headerbottom {
width: 100%;
height: 30px;
color: #FFFFFF;
background-color: #BC5525;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
}


.sidebar {
background-color: #FFFFFF;
color: #000000;
width: 180px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
vertical-align: top;
padding: 0 0 20px 0;
}

/* MAIN NAVIGATION DEFINITION LIST */

.sidebar dl {background: transparent; padding: 0 10px 0 0; margin: 2px 0; line-height: 12px; font-size: 100%; width: 200px}
.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: normal; text-decoration: none; background-color: #000080; border: 1px solid #000000; padding: 3px}
.sidebar dd a:hover {color: #FFFFFF; font-weight: normal; text-decoration: none; background-color: #BC5525; border: 1px solid #000000}


.content {
width: 100%;
background-color: #FFFFFF;
color: #000000;
font-family : Verdana, Arial, sans-serif;
text-align: justify;
vertical-align: top;
line-height: 18px;
padding: 15px 20px 15px 20px;
}

.footer {
width: 100%;
background-color: #BEB295;
color: #000000;
font-weight: bold;
text-align: center;
padding: 10px;
}

.footer A:LINK {color: #000000; text-decoration: none; background-color: transparent;}
.footer A:VISITED {color: #000000; text-decoration: none; background-color: transparent;}
.footer A:HOVER {color: #000000; text-decoration: underline; background-color: transparent;}
.footer A:ACTIVE {color: #000000; text-decoration: none; background-color: transparent;}

.spacer {width: 20px;}

span.tiny {
font-size: 80%;
letter-spacing: 1;
font-weight-bold
}


select       { border: 1px solid #BE8E7E }
hr           { color:#BE8E7E }

