@charset "utf-8";
/* CSS Document */

*, html, body { margin:0; padding:0; }

body { 
	background:#7ac142;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#414141;
	height:100% !important;
 }
 
.clear { clear:both; line-height:0; padding:0; margin:0; }

a, a:visited, a:active, a:link, a:focus {
	color:#4848FF;
}

a:hover {
	text-decoration:none;
}

h2 {
	color:#283a8e;
}

h3 {
	color:#42853F;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
}

p, li, ul {
	font-family:tahoma, arial;
}

.p_hed {
	display:block;
	width:800px;
	margin:50px 0px 0px 100px;
	text-align:center;
}

.p_container {
	display:block;
	width:800px;
	margin:30px 0px 0px 0px;
	text-align:left;
}

.foot {
	display:block;
	width:800px;
	margin:0px 0px 0px 0px;
	text-align:center;
	min-height:50px;
	padding:20px 0 50px 125px;
}

* html .p_hed { /* ie */
	display:block;
	width:800px;
	margin:0px 0px 0px 100px;
}

/* application formatting */

.application .form {
	width:622px;
	margin:0 auto;
	text-align:left;
}
.application form {
	padding:5px 10px;
	width:600px;
	background:#EFEFEF;
	border:1px solid #42853F;
}
.contact form {
	width:379px;
}

.application form input, .application form textarea, .application form select {
	border:1px solid #42853F;
	color:#3B3B3B;
}

.application form textarea {
	width:590px;
}

.contact form textarea {
	width:378px;
}

.submit_btn {
	padding-top:5px;
	text-align:center;
}

.submit_btn .submit, .submit_btn input {
	background:#8AA819;
	border:#C2E344 1px solid;
	color:#ffffff;
}

.submit_btn .submit:hover, .submit_btn input:hover {
	cursor:pointer;
}
.table {
	border:none;
	margin:0;
	font-size:18px;
}
.table table tr td  {
	padding:10px 10px;
}

.table table table tr td {
	padding:0;
}
/* end application stuff */

.note {
	width:800px;
	font-size:9px;
	color:#CDCDCD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.print span {
	color:#003399;
}


/* hiding everything else */

.hed, .hed .menu, .application, .container{
	display:none;
}


