/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #993300;
	text-decoration: none;
	}
	
a:hover {
	color: b6ca9b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: b6ca9b;
	}

/* ID Styles */


#navigation a {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#003300;
	font-weight: bolder;
	background-color: #B6CA9B;
	padding: 6px;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}


	
/* Class Styles */
	
.bodyText {
	color:#333333;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.pageName{
	color: #660000;
	line-height:26px;
	letter-spacing:0.19em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
.subHeader {
	color: #993300;
	line-height:22px;
	letter-spacing:0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
.subheader a:hover  {
	color:#CC9900;
	font-weight: bolder;
	}

.quote {
	color: #CC9900;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	}
	
.smallText {
	color: #660000;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.navText {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.style2 {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.style2 a:hover {
	background: #99CC66;
	color:#CC6600;
	font-weight: bolder;
	}
	
