﻿/* REDEFINES THE BASIC HTML TAGS */

BODY  {
	background-color: #FFFFFF;
	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;}
UL {font-family : Verdana, Arial, sans-serif; font-size : 100%;}
LI {font-family : Verdana, Arial, sans-serif; font-size : 100%;}
P {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: #003366;
	font-weight: bold;
	text-decoration: none;
}
A:VISITED {color: #BC5525; font-weight: bold; text-decoration : none;}
A:HOVER   {color: #998A6B; font-weight: bold; background: #536B77; text-decoration : none;}
A:ACTIVE  {color: #BC5525; font-weight: bold; text-decoration : none;}

/* HEADING COLORS AND STYLES */

H1     {color: #BC5525; font: bold 22px Georgia, Georgia, serif; text-align: left;}
H2     {color: #998A6B; font: normal 20px Tahoma, Arial, sans-serif; text-align: left; text-transform: lowercase; letter-spacing: 2px;}
H6 {color: #BC5525; font-size: 13px; font-weight: bold;}

H5 {color: #BC5525; font-size: 13px; font-weight: bold;}

H4 {color: #BC5525; font-size: 13px; font-weight: bold;}

H3 {color: #BC5525; font-size: 13px; font-weight: bold;}

/* DEFINES SPECIAL CLASSES */

.headertop {
	width: 100%;
	height: 100px;
	color: #000000;
	background-color: #FFFFFF;
	font: bold 26px Georgia, Georgia, serif;
	letter-spacing: 2px;
	text-align: center;
}
.headerbottom {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	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:active {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #003366;
	border: 1px solid #000000;
	padding: 3px;
}
.sidebar dd a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #003366;
	border: 1px solid #000000;
	padding: 3px;
}
.sidebar dd a:link {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #003366;
	border: 1px solid #000000;
	padding: 3px;
}
.sidebar dd a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #CC9900;
	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: #003366;
	color: #FFFFFF;
	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
}