/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #CCCC66; font-family : Verdana, Arial, sans-serif; font-size: 80%; 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: #993366; font-weight: bold; text-decoration: none;}
A:VISITED {color: #993366; font-weight: bold; text-decoration : none;}
A:HOVER   {color: #993366; font-weight: bold; background: #BCB5C7; text-decoration : none;}
A:ACTIVE  {color: #993366; font-weight: bold; text-decoration : none;}

/* HEADING COLORS AND STYLES */

H1 {color: #663366; font: bold 22px Georgia, Georgia, serif; text-align: center;}
H2 {color: #ffffff; 
background-color: #CC9933; 
font: normal 20px Tahoma, Arial, sans-serif; 
text-align: left; 
letter-spacing: 2px; 
width: 80%; 
padding-left: 20px;
border-top-style: solid; 
border-top-width: 12px; 
border-top-color: #993366;
border-bottom-style: solid; 
border-bottom-width: 12px; 
border-bottom-color: #999900; 
border-right-style: solid; 
border-right-width: 12px; 
border-right-color: #993366;
border-left-style: solid; 
border-left-width: 12px; 
border-left-color: #999900;
}

H3, H5, H6 {
color: #993366; 
font-size: 13px; 
font-weight: bold;
width: 100%; 
}

H4 {
color: #663366;
font-size: 13px; 
font-weight: bold;
width: 100%; 
border-top-style: solid; 
border-top-width: 12px; 
border-top-color: #666600; 
border-bottom-style: solid; 
border-bottom-width: 12px; 
border-bottom-color: #666600;}


/* DEFINES SPECIAL CLASSES */

.headertop {
width: 100%;
height: 76px;
color: #cccc66;
background-color: #666600;
font: bold 45px Bradley Hand ITC, Georgia, serif; 
letter-spacing: 2px;
text-align: center;
border-top-style: solid; 
border-top-width: 12px; 
border-top-color: #999900;
border-bottom-style: solid; 
border-bottom-width: 12px; 
border-bottom-color: #999900;
}

.headerbottom {
width: 100%;
height: 30px;
color: #ffffff;
background-color: #D6979F;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
}


.sidebar {
background-color: #FFFFFF;
color: #000000;
width: 200px;
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: 180px}

.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: #663366; border: 1px solid #000000; padding: 3px;}

.sidebar dd a:hover {color: #FFFFFF; font-weight: normal; text-decoration: none; background-color: #BCB5C7; border: 1px solid #000000;}

.sidebar A:LINK    {color: #663366; font-weight: bold; text-decoration: none;}
.sidebar A:VISITED {color: #663366; font-weight: bold; text-decoration : none;}
.sidebar A:HOVER   {color: #663366; font-weight: bold; background: #BCB5C7; text-decoration : none;}
.sidebar A:ACTIVE  {color: #663366; font-weight: bold; text-decoration : none;}


.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;
}

.footertop {
width: 100%;
background-color: #D6979F;
color: #000000;
font-weight: bold;
text-align: center;
padding: 10px;
}

.footerbottom {
width: 100%;
font-size: 90%;
background-color: #666600;
color: #FFFFFF;
font-weight: bold;
text-align: center;
padding: 10px;
}

.footerbottom A:LINK {color: #FFFFFF; text-decoration: none; background-color: transparent;}
.footerbottom A:VISITED {color: #FFFFFF; text-decoration: none; background-color: transparent;}
.footerbottom A:HOVER {color: #FFFFFF; text-decoration: underline; background-color: transparent;}
.footerbottom A:ACTIVE {color: #FFFFFF; text-decoration: none; background-color: transparent;}

.spacer {width: 20px;}

span.tiny {
font-size: 80%;
letter-spacing: 1;
font-weight-bold
}



/* COLOR PALETTE
   Light Olive = #999900
   Dark Olive = #666600
   Jenny's Purple = #663366
   Slightly Lighter Purple = #996699
   Medium/Dusty Pink = #D6979F
   Dark Pink = #993366 (Old cc,33,66)
   Lite Gold = #CCCC66
   Jenny's Gold = #CC9933
*/

