/* Global Styles */

/*  Comment out globals since we don't seem to use them, and they are in layout.css, avoid conflicts this way. 
body {
	background-color: #FFFFCC;
}

body, td, th, h3, h6 {
	color: #330000;
}

h1, h2, h4, h5 {
  color: #660000;
}

a {
	color: #003366;
}

body {
	margin:0px;
	}
	
td {
	font:.8em Arial, Helvetica, sans-serif;
	color:#009900;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

*/

/* ID Styles */

#sidebar1 {
	font: bold 1em Arial, serif; 
}



	
#logo 	{
	font:24px Arial, serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:.8em Arial, serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:.8em Arial, serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:.8em Arial, serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:.8em Arial, serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, serif;
	color: #45a945;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold .8em Arial, serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}
	
.navigation td {
	border-bottom: none; /* was 1px solid #F4FFE4;*/
	}
.navigation a {
	font: bold 1em Arial, serif; 
	color: #D5EDB3;
	line-height:14px;
	letter-spacing:.05em;
	text-decoration: none;
	display:block;
	padding:1px 3px 1px 20px;
	}
	
.selected td {
	border-bottom: none; /* was 1px solid #F4FFE4;*/
	}
.selected a {
	font: bold 1em Arial, serif;
	color: #993300; 
	line-height:14px;
	letter-spacing:.05em;
	text-decoration: none;
	display:block;
	padding:1px 3px 1px 20px;
	background: #ACFA58; 
	}

.navigationsub td {		/* For submenus in the left side navigation menu */
	border-bottom: none; /* was 1px solid #F4FFE4;*/
	}
.navigationsub a {
	font: bold .8em Arial, serif;
	color: #D5EDB3;
	line-height:1em;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:1px 1px 1px 40px;
	}
	
.navselsub td {
	border-bottom: none; /* was 1px solid #F4FFE4;*/
	}
	
.navselsub a {
	font: bold .8em Arial, serif;
	color: #993300; 
	line-height:1em;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:1px 1px 1px 40px;
	background: #ACFA58; 
	}
	
.navigation a:hover {
	background: #ACFA58;
	color:#993300;
	}
	
.selected a:hover {
	background: #ACFA58;
	color:#993300;
	}

.navigationsub a:hover {
	background: #ACFA58;
	color:#993300;
	}
.navselsub a:hover {
	background: #ACFA58;
	color:#993300;
	}
	
	
	

.quote {
	font: 20px Arial, serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: .8em Arial, serif;
	color: #000000;
	line-height: 20px;
	padding: 1em 0;
	}
	
.navText {
	font: .8em Arial, serif;
	color: #003366;
	line-height:1em;
	letter-spacing:.1em;
	text-decoration: none;
	}

	
	
	
#contactUsForm label {
	display: inline-block;
	width: 30%;
	float: left;
	}

#contactUsForm > input, #contactUsForm textarea {
	width: 60%;
	margin: 2px 0px;
	}

#contactUsForm select {
	margin: 2px 0px;
	}

#contactUsForm div.alert {
	float: left;
	width: 90%;
	margin: 6px 0 10px 6px;
	text-align: right;
	}

#mainContent.faq a {
	text-decoration: none;
	}
