body {
	background: #ffffff;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
}

img {
	border: none;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

a {
	border: none;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}
 
td {
	font-family: arial;
	font-size: 13px;
	color: #784F18;
        vertical-align: top;
}

#container {
	height: 100% auto;
	width: 800px;
        margin: 0px auto;
        padding: 0px;
	text-align: left;
	position: relative;
	top: 50px;
}

#topnav {
	/*height: 50px;*/
	width: 800px;
        margin: 0px auto;
        padding: 0px;
	text-align: center;
	position: absolute;
	top: 0px;
}

.text_main {
	font-family: arial;
	font-size: 13px;
	color: #784F18;
}
.text_main_blue {
	font-family: arial;
	font-size: 13px;
	color: #0E4D46;
}
.text_header {
	font-family: arial;
	font-size: 14px;
	color: #784F18;
        font-weight: bold;
}
.text_footer {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #502F19;
}

a.link_main {
	font-family: arial;
	font-size: 13px;
	color: #12332b;
	text-decoration: none;
}

a.link_main:hover {
	font-family: arial;
	font-size: 13px;
	color: #99ff33;
	text-decoration: none;
}

.link_static {
	font-family: arial;
	font-size: 15px;
	color: #502F19
}

a.link_footer {
	font-family: arial;
	font-size: 10px;
	color: #0b5042;
	text-decoration: none;
	line-height: 18px;
}

a.link_footer:hover {
	font-family: arial;
	font-size: 10px;
	color: #502F19;
	text-decoration: none;
	line-height: 18px;
}

hr.footer {
	border: 0;
  	width: 800px;
    height: 1px;
    color: #be9c78;
	background-color: #be9c78;
	position: absolute;
	top: -5px;
	left: 0px; 
}
.text_field {
	font-family: arial;
	font-size: 13px;
	color: #784F18;
        text-align: left;
}
.text_input {
    border-style: solid;
    border-width: 1px;
    border-color: #D2A872;
 }
textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #D2A872;
    font-family: arial;
    font-size: 13px;
    color: #784F18;    
    overflow: hidden;
 }