﻿@charset "utf-8";
/* CSS Document */
/* 787F5C	= Dark gray	*/
/* 99999A	= Medium gray	*/
/* D8DEDF	= Light gray	*/
/* 336655 = Blue green	*/
/* 505245 = Dark green	*/
/* 787F5C = Medium green	*/
/* E1E7C5 = Light green	*/


body {
	font-family: Calibri, Arial;
	font-size: 100%;
	margin: 0px;
	padding: 0px; 
	background-color: #FFFFFF; 
	background-image:url('../images/bgGradient.jpg'); 
	background-repeat: repeat-x;
	background-position: 0 0;
	}

body, table, th, tr, td, li, ul, ol	{
	color:#787F5C;
	font-size: 14px;
	}

pre          { 
	font-family: Courier New; font-size: 9pt;
	}

.10ptbold	{
	font-size: 10pt;
	font-weight: bold;
	}

H2	{
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px; 
	color: #99999A;
	letter-spacing: -.50pt;
	font-weight: bold;
	}
	
H3	{
	color: #99999A; 
	font-size: 14px; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	line-height: 14pt;
	}

a:link, 
a:visited	{
	color: #787F5C;
	text-decoration: underline;
	}	
		
a:active, 
a:hover	{
	color: #336655;
	text-decoration: underline;
	}	

HR	{	
	width: 100%;
	height: .25pt;
	color: #787F5C;
	}	
		
/*##### ADDRESS BOX #####*/

.addressbox td	{
	font-family: Calibri,Trebuchet MS,serif;
	font-size: 12px;
	color: #787F5C;
	font-weight: bold;
	}

.addressbox a:link,
.addressbox a:visited	{
	color: #787F5C;
	text-decoration: none;
	font-weight: bold; 
	}

.addressbox a:hover,
.addressbox a:active	{
	color: green;
	text-decoration: none;
	font-weight: bold; 
	}

/*##### COPYRIGHT FOOTER  #####*/

.footer td	{
	font-size: 8pt;
	color: #787F5C;
	font-weight: bold;
	}

.footer a:link, 
.footer a:visited	{
	font-size: 8pt;
	color: #787F5C;
	text-decoration: none;
	}

.footer a:hover, 
.footer a:active	{
	font-size: 8pt;
	color: #787F5C;
	text-decoration: underline;
	}



/*##### CLASSES #####*/

.clear {
	clear: both;
	}

.form		{ 
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold;
	color: #787F5C;
	}

.hdgA	{
	font-family: Calibri,Trebuchet MS,serif;
	font-size: 13pt; 
	letter-spacing: -.5pt;
	color: #787F5C;
	font-weight: bold; 
	}

.hdgB	{
	font-family: Calibri,Trebuchet MS,serif;
	font-size: 13pt; 
	letter-spacing: -.5pt;	
	color: #787F5C;
	font-weight: bold; 
	text-decoration: none;
	}

.box1 	{
	font-family: Calibri, Trebuchet MS, Georgia, serif;
	font-size:  .85em; 
	font-weight: bold;
	text-decoration: none;
	}

.box2 	{
	font-family: Calibri, Trebuchet MS, Georgia, serif;
	font-size:  .80em; 
	font-weight: normal;
	color: #99999A;
	text-decoration: none;
	}
	
/*##### HOME PAGE BUTTONS #####*/

.hpbutton td	{
	font-family: Calibri, Trebuchet MS, Georgia, serif;
	font-size: 10pt;
	color: #D8DEDF;
	}

.hpbutton a:link,
.hpbutton a:visited {
	color: #D8DEDF;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	}

.hpbutton a:hover,
.hpbutton a:active {
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	}

/*##### MAP BOX #####*/

.mapbox td	{
	font-size: 12px;
	color: #505245;
	}

.mapbox a:link,
.mapbox a:visited	{
	font-size: 12px;
	color: #787F5C;
	text-decoration: underline;
	}

.mapbox a:hover,
.mapbox a:active {
	font-size: 12px;
	color: #787F5C;
	text-decoration: underline;
	}

.line5	{
	margin-top: 5pt;
	margin-bottom: 5pt;
	}