@charset "utf-8";

/* content classes */

#content p {
	padding-bottom: 1em;
}

#content a {
	color: rgb(160, 155, 131);
	text-decoration: underline;
}

#content h1, #content h2, #content h3 {
	
}
#content h1 {
	color: #a09b83;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 2em;
	font-weight: normal;
	margin-top: 1.125em;
	margin-bottom: 1.125em;
}
#content h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
}
#content h3 {
	font-size: 1em;
	line-height: 1.6em;
}

#content ul, #content ol {
	margin-left: 10px;
	padding-left: 1em;
	padding-bottom: 1em;
}
#content p.powermail_pagebrowser {
	display: none;
}
#content fieldset {
	border: none;
	color: #333;
	margin-bottom: 1em;
}
#content fieldset legend {
	color: #333;
	font-weight: bold;
}
#content fieldset label {
	display: inline-block;
	width: 200px;
}
#content fieldset input[type=text],
#content fieldset select,
#content fieldset textarea {
	border: 1px solid #999;
	margin-bottom: 1px;
	width: 200px;
}
#content fieldset input[type=checkbox],
#content fieldset input[type=radio] {
	border: none;
}
#content fieldset input[type=text].required,
#content fieldset select.required {
	background-color: #eee;
	border-left: 3px solid #999;
	width: 198px;
}
#content fieldset textarea {
	width: 404px;
}
#content fieldset p {
	width: 404px;
}