/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #E5A564; font-family : Verdana, Arial, sans-serif; font-size: 80%; margin: 0 40px 20px 40px;}
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: #DC8632; font-weight: bold; text-decoration: none;}
A:VISITED {color: #DC8632; font-weight: bold; text-decoration : none;}
A:HOVER   {color: #A57E51; font-weight: bold; background: #536B77; text-decoration : none;}
A:ACTIVE  {color: #DC8632; font-weight: bold; text-decoration : none;}

/* HEADING COLORS AND STYLES */

H1     {color: #DC8632; font: bold 22px Georgia, Georgia, serif; text-align: left;}
H2     {color: #A57E51; font: normal 20px Tahoma, Arial, sans-serif; text-align: left; text-transform: lowercase; letter-spacing: 2px;}
H3, H4, H5, H6 {color: #DC8632; font-size: 13px; font-weight: bold;}

/* DEFINES SPECIAL CLASSES */

.headertop {
width: 100%;
height: 150px;
color: #F6E8D8;
background-color: #000000;
background-image: URL(images/mainimageblank.jpg);
background-position: top center;
background-repeat: no-repeat;
font: bold 26px Georgia, Georgia, serif; 
letter-spacing: 2px;
text-align: center;
}

.headerbottom {
width: 100%;
height: 60px;
color: #F6E8D8;
background-color: #F6E8D8;
background-image: URL(images/mainimage2.gif);
background-position: top center;
background-repeat: no-repeat;
font: bold 26px Georgia, Georgia, serif; 
letter-spacing: 2px;
text-align: center;
}


.sidebar {
background-color: #F6E8D8;
color: #000000;
width: 200px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
vertical-align: top;
padding-left: 10px;
padding-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
}

/* MAIN NAVIGATION DEFINITION LIST */

.sidebar dl {background: transparent; padding: 0 10px 0 0; margin: 2px 0; line-height: 12px; font-size: 110%; 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: #DC8632; border: 1px solid #000000; padding: 3px;}
.sidebar dd a:hover {color: #FFFFFF; font-weight: normal; text-decoration: none; background-color: #A57E51; border: 1px solid #000000;}


.content {
width: 100%;
background-color: #F6E8D8;
color: #000000;
font-family : Verdana, Arial, sans-serif;
text-align: justify;
vertical-align: top;
line-height: 18px;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 15px;
}

.footer {
width: 100%;
color: #000000;
background-image: url(images/bottomborder.jpg);
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: #FFFFFF; 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
}