/* Basics */

BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color:#000000;
	}

A:LINK {
	color: #505E50;
	text-decoration: underline;
	font-weight: bold;
	}
	
A:VISITED{
	color: #9DB191;
	text-decoration: underline;
	font-weight: bold;
	}
	
A:HOVER {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
	
A:ACTIVE {
	color: #505E50;
	text-decoration: underline;
	font-weight: bold;
	}

H1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	}

H2 {
	font-family:  Helvetica Narrow, sans-serif;
	color: #505E50;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	font-size: 15px;
	letter-spacing: 2px;
 	}

H3 {
	background-color: #9DB191;
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	}
	
H4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #9DB191;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
} 
	
H5 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

H6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
} 

HR {
	height:2px;
    width:75%;
	color: #000000;
	}
   
/* Table Styles */

.main {
	background-color: #FBFBFB;
	padding: 7px;
	vertical-align: top;
	font-size: 90%;
	}

.nav {
	background-color: #9DB191;
	padding: 5px;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	text-align: CENTER;
	line-height: 18px;
	vertical-align: top;
	}

.nav A:LINK {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.nav A:VISITED {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.nav A:HOVER {color: #000000; text-decoration: none; font-weight: bold;}
.nav A:ACTIVE {color: #FFFFFF; text-decoration: none; font-weight: bold;}

.footerleft {
	text-align: left;
	vertical-align: top;
	font-size: 60%;
	padding: 5px;
	line-height: 12px;
	}

.footerright {
	text-align: right;
	vertical-align: top;
	font-size: 60%;
	padding: 5px;
	line-height: 15px;
	}

.subfooter {
	text-align: center;
	vertical-align: top;
	font-size: 75%;
	padding: 5px;
	line-height: 12px;
	border-top: 1px dashed #505E50;
	}
	
.sig {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    padding: 5px;
	vertical-align: top;
	font-size: 90%;
	text-align: CENTER;
}

.formfill {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 7px;
	line-height: 25px;
	vertical-align: top;
	font-size: 90%;
}

.listdesc {
	vertical-align: top;
	font-size: 12px;
	}

.email {
	border-left:  1px solid #A0A0A0;
	border-right: 1px dashed #A0A0A0;
	padding: 5px;
	background: #4871C3;
	color: #FFFFFF;
	font-size: 90%;
	vertical-align: top;
	}

.email A:LINK {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.email A:VISITED {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.email A:HOVER {color: #BDD1FA; text-decoration: none; font-weight: bold;}
.email A:ACTIVE {color: #FFFFFF; text-decoration: none; font-weight: bold;}

.spooky {
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	padding: 7px;
	vertical-align: top;
	font-size: 90%;
	}
	
.mainpic {
	border-right: 1px dashed #A0A0A0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	}

.lpic {
	border-left: 1px solid #A0A0A0;
	border-right: 1px dashed #A0A0A0;
	border-bottom: 1px dashed #A0A0A0;
	padding: 5px;
	}

.rpic {
	border-right: 1px dashed #A0A0A0;
	border-bottom: 1px dashed #A0A0A0;
	padding: 5px;
	}
	
