body {
	background: #FFF url(/images/bg_main.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
}

div#Main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 783px;
	background: transparent url(/images/bg_white.gif) top left repeat-y;
	border-bottom: 1px solid #000;
}

div#TopLeft {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF url(/images/gradient_left.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 496px;
}

div#MainBody {
	margin: 0;
	padding: 0;
	width: 783px;
}

div#Content {
	margin: 0 25px 0 25px;
	padding: 0 20px 20px 20px;
	background-color: #FFF;
}

div#TopRight {
	position: absolute;
	top: 0;
	left: 758px;
	background: #FFF url(/images/gradient_right.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 496px;
}


h1 {
	background: #FFF url(/images/head_nebraska_beg_farm.jpg) top left no-repeat;
	margin: 0 25px 0 25px;
	padding: 0 0 125px 0;
	text-indent: -1000em;
}

h2 {
	color: #996600;
	font-size: 18px;
}

h3 {
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

table.services {
	border-collapse: collapse;
}

table.services td {
	padding: 8px;
	border: 0;
	vertical-align: middle;
}

table.services td.logo {
	text-align: center;	
}

table.services td.description {
	width: 100%;	
	text-align: left;	
}

table.services td.logo img {
	border: 0;
}

div#form {
	margin: 0 auto;
	padding: 0;
	width: 500px;
}
table.form {
	border-collapse: collapse;
	width: 500px;
}

table.form td {
	padding: 4px;
	border: 0;
	vertical-align: top;
	text-align: left;
}

table.form td.formlabel {
	text-align: right;
}

table.form td.submitbutton {
	text-align: center;
}

.formlabel {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.required { color: #C00; }
.nowrap { white-space: nowrap; }

p.copyright {
	text-align: center;
	font-size: 10px;
}
