body  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	margin:0px;
}
h1, h2, h3, h4, p, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1  {
	font-size : 20pt;
	font-weight : normal;
	font-style : normal;
	color : #663300;
	text-align : center;
	margin-top : 10px;
	padding-top : 10px;
}

h2  {
	font-size : 16pt;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #663300;
	margin-bottom : 0pt;
	padding-bottom : 0px;
}

h3  {
	font-size : 14pt;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #663300;
	margin-bottom : 0pt;
	padding-bottom : 0px;
}

h4 {  
	font-size: 12pt; 
	font-style: italic; 
	font-weight: bold; 
	color: #660000
}


P  {
	margin-top : 0px;
}

td  {
	font-size : 11pt;
	font-weight : normal;
	font-style : normal;
	color : #663333;
}

a:link, a:visited {
	color : #006633;
	font-size : 11pt;
	font-weight: bold;
}

a:hover  {
	color : #CC0000;
	font-size : 11pt;
	font-weight : bold;
}
li {  color: #663333}
hr {  color: #669999}
form {
	width:400px;
	margin:20px;
	float:left;
}
#mainWrapper {
	width:600px;
}
/*   Navigation  */

#leftNav {
	background-image:url(../images/navGreenBg.png);
	background-repeat:repeat-y;
	width:150px;
	height:100%;
	float:left;
	margin-right:10px;
}
#leftNav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#leftNav ul li {
	margin-left:0px;
	padding:10px 20px 10px;
	border-bottom:solid 1px #4e6748;
}
#leftNav a {
	text-decoration:none;
	color:#f7d288;
	font-family: 'Forque',Verdana, Geneva, sans-serif;
	font-size:26px;
	text-shadow: 3px 3px 2px #0d220d;
	filter: dropshadow(color=#0d220d, offx=3, offy=3);
	line-height:28px;
}
.comingSoon {
	float:right;
}
.centerCallToAction {
	font-weight:bold;
	text-align:center;
}
.headerWrapper {
	width:410px;
}
.headerWrapper > img {
	display:block;
	width:150px;
	margin:0 auto;
}
.indexHead img {
	display:block;
	text-align:center;
}
.contentRight {
	float:right;
}
.contactInput {
	margin-bottom:10px;
}
.error {
	color:red;
}
/*  font setup */
.formNotes {
	font-size:11px;
	margin-left:15px;
}

@font-face {
    font-family: 'Forque';
    src: url('../fonts/Forque-webfont.eot');
    src: url('../fonts/Forque-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Forque-webfont.woff') format('woff'),
         url('../fonts/Forque-webfont.ttf') format('truetype'),
         url('../fonts/Forque-webfont.svg#Forque') format('svg');
    font-weight: normal;
    font-style: normal;

}
