* {
	font-family: sans-serif;

}
html{
	margin: 0;
	padding: 0;
	font-size:100.01%;
	background: none !important;    
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;   
}

.fieldError {
    background-color: #ffffcc;
}

#form {
	width: 275px;
	margin-top: 10px;
	margin-right: 32px;	
	text-align:left;
}


#form td {
	color: #000;
    text-decoration: none;
    font-size: 11px;
    vertical-align:bottom;

}	
#main {
	width: 100%;
	height: 100%;
}
.nav li a{
	float: left;
	color: #5b4e46;
	background: url(/images/nav-hover_microsite.png) no-repeat;
	height: 20px;
	width: 91px;
	text-align: center;
	padding-top: 12px;
}
.h1{
	font: 33px/35px "Garamond Premr Pro",sans-serif;
	color: #52443c;
	margin: 0;
	padding: 0;
}
.h2{
	font: 28px/30px "Garamond Premr Pro",sans-serif;
	margin: 0;
	padding: 0;
	color: #52443c;
}