@charset "utf-8";
/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; }

a { color:#0f5f2c; text-decoration:none; }
a:hover { color:#3f3f3f; }
ul { list-style: circle; }
img { border:none; }

h1 { font-size: 22px; font-weight: normal; color:#424242; margin: 20px 0 5px 0; border-bottom: 1px #c7b562 solid; }
h2 { font-size: 22px; font-weight: normal; color:#424242; margin: 20px 0 5px 0; border-bottom: 1px #c7b562 solid; }
h3 { font-size: 18px; font-weight: normal; color:#0f5f2c; margin: 10px 0 10px 15px; }
h3 a { font-size: 18px; font-weight: normal; color:#c7b562; margin: 10px 0 10px 15px; }

body {
	background-color: #166432;
	background-image: url(../images/back-tile.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0; }
#wrap {
	position: relative;
	width: 927px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 0; }
#header {
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 927px;
	height: 151px; }
#contentWrap {
	position: relative;
	width: 927px;
	height: auto;
	top: 35px; }
#sidebar {
	position: relative;
	float: left;
	width: 185px;
	height: auto; }
#sidenav {
	position: relative;
	float: left;
	background-image: url(../images/sidenav-back.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 483px; }
#sidenav p {
	font-size: 9pt;
	font-weight: bold;
	color: #424242; 
	margin-left: 10px; }
#sidenav a, #sidenav li a { color:#0f5f2c; font-size:1.25em; } #sidenav a:hover { color:#c7b562; }
#sidenav ul { position: relative; top:39px; left: 20px; width: 105px; display: inline-block; float:left; list-style:none; margin:0 0 0 0; padding:0; }
#sidenav li { height: 22px; margin: 0; padding:0; }
#sideMisc {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 10px 0 0 0;
	line-height: 14px;
	}
#sideMisc p { margin: 0 0 0 10px; padding:10px 0; }
#sideMisc a { font-size:12px; }
#weblogo {
	position: relative;
	clear: both;
	top: 8px;
	width: 185px;
	height: 70px; }
#cont-top {
	float: right;
	background-image: url(../images/cont-top.jpg);
	background-repeat: no-repeat;
	width: 725px;
	height: 30px; }
#content {
	position: relative;
	float: right;
	background-color: #fff;
	margin: 0;
	padding: 0 15px;
	width: 695px;
	height: auto; }
#content p { padding: 0 0 0 15px; }
#content img { margin: 0 0 10px 10px; }
#sidebox { position:relative; float:right; width: 265px; height:auto; }
#sidebox img { margin: 0 0 15px 0; }
#news img { margin:0 0 0 -1px; padding:0; } 
#cont-btm {
	position: relative;
	float: right;
	background-image: url(../images/cont-btm.jpg);
	background-repeat: no-repeat;
	padding: 10px 15px 15px 0;
	width: 710px;
	height: 20px;
	font-size: 10px;
	color:#777;}
	
/* JOTFORM */
.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
