@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff8cb;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
}
.heartland #container { /* using the pound # symbol will apply this style to whatever div element has the same ID name */
	width: 820px; /* if width changes, need to take the one set here, add 24 px (to account for the padding) and set the #footerInfo below to that new width */
	background: #f8f7ed;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f8f7ed;
	text-align: left;
	
	padding: 0px
}
.heartland #footerInfo {
	background-color: #6A7338;
	min-height: 100px;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 820px;
	margin: 0 auto;
	border: 1px solid #6A7338;
	padding: 6px 0px 0px 0px;
	color: #ffffff;	
}
#tables table  {
	width: 98%;
	margin-bottom: 1em;
	font-size: 8pt
	border-top: 1px solid #AEDF26;
	border-left: 1px solid #AEDF26;
}
#tables th, #tables td  {
	padding: 3px;
	border-bottom: 1px solid #AEDF26;
	border-right: 1px solid #AEDF26;
}
#tables form table, #tables form th, #tables form td {
	border: none;
}
.leftColumn {
	background-color: #fffbe0;
	background-image: url(img/column_background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	text-align: center;
}
.leftBottomColumn {
	background-color: #fffbe0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}
.contentColumn {
	background-color: #fffbe0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}
.padding {
	padding: 5px 5px 5px 5px;
}
.smallPadding {
	padding: 1px 1px 1px 1px;
}
.headerText {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-style: normal;
	font-weight: bold;
	color: #6A7338;
	text-align: left;
}
.smallHeader {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.bodyText {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.05em;
	font-weight: normal;
	padding-left: 4px;
}
.buttonOpacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: .60;
}
.buttonOpacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.bodybold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.questionblock {
	background-color: #565E23;
}
.greyboxlight {
	background-color: #ede6bd;
	padding: 10px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
}
.bodywhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.navlink:link
	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color: #FFFFFF;*/
	text-decoration: none;
	font-weight: none;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
a.navlink:visited
	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color: #7E5A24;*/
	text-decoration: none;
	font-weight: none;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
a.navlink:hover
	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color: #33230A;*/
	text-decoration: underline;
	font-weight: none;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
a.subNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/btnBackground.gif);
	background-repeat: repeat-x;
	padding: 4px;
	border: 1px solid #54643A;
}
a.subNav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #050505;
	text-decoration: none;
	padding: 4px;
	background:none;
	border: 1px solid #54643A;
	background-color: #AFBB9F;
}
a.subNav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #54643A;
	text-decoration: none;
	padding: 4px;
	background:none;
	border: 1px solid #54643A;
	background-color: #AFBB9F;
}
