body {
	margin: 0px;
	padding: 0px;
	background-color: #FCFCFC;
}

#logo {
	position: absolute;
	width: 218px;
	height: 63px;
	left: 0px;
	top: 0px;
}

#header {
	position: absolute;
	width: 100%;
	height: 96px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}

#navbar {
	position: absolute;
	width: 100%;
	height: 19px;
	left: 0px;
	top: 76px;
	background-color: #FFF1D8;
	border-top: 1px solid #0E6909;
	border-bottom: 1px solid #0E6909;
}

#projectname {
	z-index: 3;
	position: absolute;
	left: 500px;
	top: 31px;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 45px;
	color: #0E6909;
	font-weight: bold;
}

#projectnameshade {
	z-index: 0;
	position: absolute;
	left: 503px;
	top: 34px;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 45px;
	color: #DDD;
	font-weight: bold;
}

#content {
	position: absolute;
	left: 12px;
	top: 110px;
}

#maintable {
	width: auto;
}

#subinformation {
	vertical-align: bottom;
}

#footer {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	vertical-align: top;
	text-align:center;
}

.lcolnav {
	width: 140px;
	margin-right: 10px;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #0E6909;
}

.search {
	width: 140px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #0E6909;
	vertical-align: middle;
}

.rcolnav {
	width: 140px;
	margin-left: 10px;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #0E6909;
}

.bigbox {
	padding: 10px;
	width: 440px;
	border-bottom: 1px dashed #0E6909;
	background-color: #FEFAF2;
}

.bigbox2 {
	padding: 10px;
	width: 440px;
	background-color: #FEFAF2;
}

.halfboxright {
	width: 100%;
	padding: 10px;
}

.halfboxleft {
	width: 100%;
	padding: 10px;
}


.halfboxleft2 {
	width: 100%;
	padding: 10px;
	border-bottom: 1px dashed #0E6909;
}

.halfboxright2 {
	width: 100%;
	padding: 10px;
	border-bottom: 1px dashed #0E6909;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	vertical-align: top;
}

td.leftcolumn {
	width: 150px;
	vertical-align: top;
}

td.rightcolumn {
	width: 170px;
	vertical-align: top;
	line-height: 150%;
	font-size: 11px;
}

td.maincolumn {
	width: 440px;
	vertical-align: top;
}

.maincontent {
	border-left: 1px dashed #0E6909;
	border-right: 1px dashed #0E6909;
	border-top: 1px dashed #0E6909;
	border-bottom: 1px dashed #0E6909;
}

.boxleft {
	border-right: 1px dashed #0E6909;
	border-bottom: 1px dashed #0E6909;
	width: 50%;
}

.boxright {
	border-bottom: 1px dashed #0E6909;
	width: 50%;
}

.boxleft2 {
	border-right: 1px dashed #D0D0D0;
	width: 50%;
}

.boxright2 {
	width: 50%;
}

h1 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E6909;
	font-weight: bold;
	letter-spacing: 0.5pt;
}

.commonbold {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}


a.nav {
    color: #C82E16;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

a:hover.nav {
    text-decoration: none;
    color: #FFF;
    background-color: #C82E16;
    padding-left: 5px;
    padding-right: 5px;
}

a:visited:hover.nav {
    text-decoration: none;
    color: #FFF;
    background-color: #C82E16;
    padding-left: 5px;
    padding-right: 5px;
}

a {
    color: #C82E16;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #C82E16;
}

a:visited:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #C82E16;
}

.sans {
    background-color: #FFF;
}

.sans:hover {
    background-color: #FFF;
}

.sans:visited:hover {
    background-color: #FFF;
}

/* generator style */

.generator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	height: 18px;
	color: #000000;
	border: 1px solid #0E6909;
	padding:2px;
	background-color:#FFFFFF;
}

input.generatebtn {
	width: 120px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0pt;
	background-color: #C82E16;
	color: #FFF;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

input.generatebtn:focus {
	border: none;
}

/* ###############		start search form styles		############### */

input.searchfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	height: 18px;
	color: #000000;
	border: 1px solid #0E6909;
	background-color:#FFFFFF;
}

input.btngo {
	width: 25px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0pt;
	background-color: #C82E16;
	color: #FFF;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

input.btngo:focus {
	border: none;
}

/* ###############		end contact form styles		############### */