/* CSS Document */

/*
PALLETTE
red: #F62518
yellow: #FFE153
tan: #F3F0C9
green(logo): #00734E
brown: #5E3501
light brown: #975C02
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #5E3501;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.main {
	border-right:2px solid #975C02; 
	border-left:2px solid #975C02;
	border-top:1px solid #975C02;
	border-bottom:2px solid #975C02;
}

.body_table {
	width: 780px;
	background-image: url('../images/table_bkgd.jpg');
	align: center;
}

.body_title {
	font-size: 14px;
	font-weight: bold;
	color: #F62518
}

.body_header {
	font-size: 12px;
	font-weight: bold;
	color: #FFE153
}

.body_text {
	font-size: 12px;
	font-weight: bold;
	color: #F3F0C9
}

.footer {
	font-size: 11px;
	font-weight: bold;
	color: #975C02
}

a:hover.footer {
	font-size: 11px;
	font-weight: bold;
	color: #F62518
}

/* contact page */

.contact {
	color: #FFE153;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
  	text-decoration: none;
}

.contact2 {
	color: #F3F0C9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
  	text-decoration: none;
}

.contact_main_table {
	width: 85%;
	border-color: #CCCCCC;
	background-color: #FEFCE4;
	border: 1px solid #FFFFFF;
}

.contact_table {
	width: 80%;
	border-color: #FFFFFF;
	background-color: #FEFCE4;
}



.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #FEFCE4;
	color: #000000;
}

.textbox {
	width: 200px;
	border: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;	
}

.textboxstate {
	width: 121px;
	border: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;	
}

.textboxzip {
	width: 75px;
	border: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;	
}

.textarea {
	width: 360px;
	border: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;	
}

.contact_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #F3F0C9;
	color: #000000;
	border: 1px solid #FFFFFF;
}

.contact_hr {
	width: 100%;
	height: 1px;
	color: #975C02;
}

/* end contact page */