/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #FFFFFF; font-family : Verdana, Arial, sans-serif; font-size: 80%; margin: 0;}
Table {font-family : Tahoma; font-size : 100%; padding: 0; margin: 0;}
P, TD, LI, UL {font-family : Tahoma; font-size : 100%;}

/* LINK COLORS */

A:LINK    {color: #373ABE; font-weight: bold; text-decoration: none;}
A:VISITED {color: #373ABE; font-weight: bold; text-decoration : none;}
A:HOVER   {color: #000000; font-weight: bold; background: #536B77; text-decoration : none;}
A:ACTIVE  {color: #373ABE font-weight: bold; text-decoration : none;}

/* HEADING COLORS AND STYLES */

H1     {color: #333366; font: normal 22px Tahoma: left;}
H2     {color: #999966; font: normal 20px Tahoma; text-align: left; text-transform: lowercase; letter-spacing: 2px;}
H3, H4, H5, H6 {color: #000000; font-size: 13px; font-weight: bold;}


/* DEFINES SPECIAL CLASSES */

.header {
width: 900px;
height: 200px;
color: #000000;
background-image: URL(images/header.jpg);
font: bold 26px Georgia, Georgia, serif; 
letter-spacing: 2px;
text-align: right;
padding: 0 20px 0 0;}

.sidebar {
width: 200px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
vertical-align: top;
background: #000000;
padding-left: 17px;
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%;}
.sidebar dt {color: #FFFFFF; font-weight: bold; letter-spacing: 3px; border-bottom: 1px solid #FFFFFF; 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: bold; text-decoration: none; background-color: #333366; padding: 3px;}
.sidebar dd a:hover {color: #000000; font-weight: bold; text-decoration: none; background-color: #FFFFFF;}


.content {
width: 700px;
font-family : Verdana, Arial, sans-serif;
text-align: justify;
vertical-align: top;
background: #FFFFFF;
line-height: 18px;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 15px;

}

.footer {
width: 900px;
height: 100px;
background-image: url(images/footer.jpg);
font-weight: bold;
text-align: left;
padding: 0 0 0 20px;
}

.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: 70%;
letter-spacing: 1;
font-weight-bold
}