@charset "utf-8";
/* CSS Document */

body {
	font: 12px/150% Arial, Helvetica, Verdana, sans-serif;
	color: #191818; 
	}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #081f36;
	margin-bottom: 15px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #4f473b;
	margin: 15px 0 25px 0;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #081f36;
	margin: 25px 0 0 0;
	}

h4 {}

h5 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #4f473b;
	}

h6 {}

a {
	color: #6f5e3f;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#quickNav a{
	color: #f5f2e7;
	}
	
#primaryNav a{
	color: #f5f2e7;
	}
	
#primaryNav a:hover{
	color: #c7baa3;
	}
	
#footer {
	color: #f5f2e7;
	}
	
#footer a{
	color: #f5f2e7;
	}
	
#footer a:hover{
	color: #c7baa3;
	}
	
/* home styles */

.promoText h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #417538;
	margin: 0 0 15px 0;
	}
	
.promoText a {
	font-size: 14px;
	}
	
#homeContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	}
	
#homeContent a {
	font-size: 14px;
	}
	
#NewsReleases li a{
	color: #191818;
	}
	
#NewsReleases li a:hover{
	color: #6f5e3f;
	}