/* CSS Document */
/* FONT AND ELEMENT STYLES */

/* main body fonts*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5c3021;
}
a:link {
	color: #bd660a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #bd660a;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	color: #bd660a;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #bd660a;
	font-weight: bold;
	text-decoration: none;
}

h1 {
/* white headline on green */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 14px 0;
	font-weight: normal !important;
}

h2 {
/* secondary green headline on white */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	color: #868b40;
	margin: 6px 0 0 0;
	font-weight: normal !important;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	height: 8px;
	border: none;
	border-bottom: 1px #666666 dotted;
}

p {
/* to sneak up the bullets to the underside of the p tag, need to force the margin to the top */
	margin: 16px 0 0 0;
}

ul {
	margin-top: 0;
	list-style-position: outside;
	padding: 0 0 0 13px;
}

.form input,textarea, select {
   background: #FFFFFF;
   color: #5c3021;
   border: 1px solid #C6C099;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px; 
   /*width: 100%;
   min-width: 100%;*/
   margin: 5px;
} 

.form option, option selected, selected {
   background: #FFFFFF;
   color: #5c3021;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px; 
} 

/* color the ID for the selector */
#state {
	color: #5c3021;
}

.button1 input {
   background: #bd660a;
   color: #FFFFFF;
   border: 1px solid #bd660a;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px; 
   /*width: 100%;
   min-width: 100%;*/
   margin: 5px;
} 


/* footer */

.footerText {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #5c3021;
}
.footerText a:link {
	color: #bd660a;
	font-weight: bold;
	text-decoration: none;
}
.footerText a:visited {
	color: #bd660a;
	font-weight: bold;
	text-decoration: none;	
}
.footerText a:hover {
	color: #bd660a;
	font-weight: bold;
	text-decoration: underline;
}
.footerText a:active {
	color: #bd660a;
	font-weight: bold;
	text-decoration: none;
}