html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background-attachment: fixed;
}

#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg-container.jpg);
}
#header {
	height: 212px;
	width: 850px;
	background-image: url(images/header.jpg);
}
#header-nav {
	width: 380px;
	padding-top: 90px;
	padding-left: 250px;
}

#content {
	padding-bottom: 50px;
}
#content-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	padding-top: 135px;
	padding-left: 47px;
	line-height: 20px;
}
#content-nav a {
	color: #FFFFFF;
}


#content-left {
	background-image: url(images/side.jpg);
	float: left;
	height: 483px;
	width: 303px;
	background-repeat: no-repeat;
	clear: both;
}
#content-right {
	margin-left: 310px;
	margin-right: 25px;
}
#footer {
	background-color: #072802;
	height: 150px;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
}
#footer a {
	color: #99CC99;
}
#table {
	border: thin solid #092E02;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

form {
	margin-right: 0;
	margin-left: 0;
	clear: both;
	}

textarea {
	background-color:#D8D5C2!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:237px; /* 5 pixles smaller than form width !important */
	height:60px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
select {
	background-color:#D8D5C2!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:110px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
input {
	background-color:#C3BEA1!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#000000;
	width:237px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
input.submit {
	width:85px;
	height:28px;
	cursor:pointer;
	padding:0;
	font-size: 18px;
	border: thin solid #092E02;
	}
input.checkbox {
	width:50px;
	height:20px;
	cursor:pointer;
	padding:0;
	background-color: #0099FF;
	}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 35px;
	line-height: 25px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #336600;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #990000;
}

.CallToAction{
	padding: 1em;
	color:#000000;
	margin-bottom: 
	1.2em;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BAC7B8;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.contactinfo {
	color:#fff;
	text-align:center;
	width:249px;
	font-family:"Lucida Console", Monaco, monospace;
	margin-top:16px;
	padding:5px 0;
	background-color:#000;
	border-top:solid thin #fff;
	border-bottom:solid thin #fff;
	
}

.contactinfo h2 {
	color:#c19f0a;
	letter-spacing:1%;
	margin-bottom:.1em;
	font-weight:normal;
	font-family:"Lucida Console", Monaco, monospace;
	text-decoration: underline;
	font-size: 1.2em;
}

.contactinfo p {
margin:0 0 15px 0;
line-height:1.2em;
}

