/* Global Styles */

body {
	margin:0px;
	background-color: #D5EDB3;
	}
	
td {
	font: "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#333333;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px "Times New Roman", Times, serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px "Times New Roman", Times, serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	font-weight:bold;
	}

#tagline 	{
	font:14px "Times New Roman", Times, serif;
	color: #993300;
	letter-spacing:0.4em;
	line-height:18px;
	font-weight: bold;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px "Times New Roman", Times, serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px "Times New Roman", Times, serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:16px "Times New Roman", Times, serif;
	color:#444444;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 20px "Times New Roman", Times, serif;
	color: #5C743D;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px "Times New Roman", Times, serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px "Times New Roman", Times, serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px "Times New Roman", Times, serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px "Times New Roman", Times, serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
/* Contact Form Styles */
div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0px; padding: 0px; vertical-align: top; text-align: left; }

div.contact_form table { border-collapse: collapse; }
div.contact_form th    { padding: 0px 10px 3px 0px; }
div.contact_form td    { padding: 0px  0px 3px 0px; }

div.contact_form img   { margin-left: 5px; }

div.contact_form em
{
  text-decoration: none;
  font-style:  normal;
  font-weight: 900;
  color: #004080;
}

div.contact_form  em.error, div.contact_form form em { color: #FF0000; }
div.contact_form div.error { margin-bottom: 15px; }

div.contact_form div.input { float:  left; }
div.contact_form select    { width: 250px; }
