body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
a {
	color: #26310f;
	text-decoration: underline;
}
a:hover {
	color: #26310f;
	text-decoration: none;
}
.header {
	margin: 0;
	padding: 0;
	border-bottom: #26310f solid 1px;
}
h3 {
	font-size: 15px;
	text-transform: uppercase;
}
.mb1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mb2 {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
p {
	margin-top: 1.75em;
	margin-bottom: 0;
}
.instructions {
	float: left;
	width: 360px;
	height: auto;
}
.instructions p {
	margin-top: 1em;
}
.instructionsider {
	float: right;
	height: 60px;
}
a.buttonlink {
	display: inline; /* Use "block" to span full width and center | Use "inline" to span text width */
	padding: 5px;
	margin: auto; /* Use "0 auto 0 auto" to span full width and center | Use "auto" to span text width */
	border: #26310f solid 2px;
	background-color: #26310f;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.buttonlink:hover {
	color: #b1bb53;
}
span.centerlink {
	display: inline; /* Use "block" to span full width and center |  Use "inline" to span text width */
	margin-left: 0; /* Use "auto" to span full width and center | Use "0" to span text width */
	margin-right: 0; /* Use "auto" to span full width and center | Use "0" to span text width */
}
.padding {
	padding: 10px;
}
.dotted {
	clear: both;
	height: 10px;
	border-bottom: #26310f 1px dotted;
}
.vertspacer1 {
	height: 10px;
	clear: both;
}
.vertspacer2 {
	height: 20px;
	clear: both;
}
.col0 {
	float: left;
	width: 30px;
}
.col1 {
	float: left;
	width: 150px;
}
.col2 {
	float: left;
	width: 65px;
}
.col3 {
	float: left;
	width: 70px;
}
.col4 {
	float: left;
	width: 90px;
}
.col5 {
	float: left;
	width: 70px;
}
.col0 .padding, .col1 .padding, .col2 .padding, .col3 .padding, .col4 .padding {
	padding: 0 10px 0 0;
}
.col5 .padding {
	padding: 0;
}
.listheader {
	font-weight: bold;
}
.category {
	background-color: #e3e7cf;
	padding: 3px;
	font-weight: bold;
}
img.logo_nowhire {
	display: block;
	float: right;
	border: none;
}
