@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/bg_gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7c4a18;

}


a {
	font-size: 14px;
	color: #7C4A18;
	font-weight: bold;
}
a:visited {
	color: #7C4A18;
}
a:hover {
	color: #D68B30;
}
a:active {
	color: #7C4A18;
}




#topnavcontainer {
	margin-left: 20px;
	text-align: left;
	margin-top: -70px;


}



a.topnav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#b96c12;
}
a.topnav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#b96c12;
}
a.topnav:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#b96c12;
}
a.topnav:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color:#b96c12;
}
h1 {
	position:absolute;
	top:-300px;
}

.formfield{
	font-size:10px;
	color:#999;
}
p {
	line-height: 20px;
	font-size:12px;
	text-align: justiy;


}

