@charset "UTF-8";
/* CSS Document */
div#main {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(../images/2012-fieldhand.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#head{
	background-image:url(../images/green_letterhead.gif);
	background-position:0 0;
	background-repeat: no-repeat;
	width: 730px;
	height: 64px;
	margin-left:10px;
}

div#column{
	width:145px;
	height:100%;
	float:left;
	vertical-align: inherit;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-top: 650px;
}
div#lettertext{
	width:600px;
	margin-left:150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

body {
	text-align:center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #436807;
	line-height:14px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
}
.bluetext {
	color: #00E;
	text-align: left;
	line-height: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.redtext {
	color: #900;
	text-align: left;
	line-height: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.centerbluetext {
	font-weight: bold;
	text-align: center;
}

.floatimg{
	float:right;
	margin-right:0px;
	padding-left: 18px;
}
.floatanother{
	float:left;
	margin-left:0px;
	padding-right: 18px;
}
.centeralign {
	text-align: center;
}
.italicize {
	font-style:italic;
}
