
/*
----------------------------------

CONTENT

----------------------------------
*/

#main .content h1 {
	margin-top: 15px;
	font-size: 16px;
}

#main .content h2 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#main .content p {
	margin: 5px 0 10px 0;
	font-size: 12px;
	line-height: 150%;
}

#main .content p a, #main .content p a:visited {
	color: #311b09;
	text-decoration: underline;
}

#main .content p.error {
	margin: 5px 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #cc0033;
}

.agreement {
	overflow: scroll;
	width: 600px;
	border: 1px solid #311b09;
	height: 200px;
}

/*
----------------------------------

CONTACT FORM

----------------------------------
*/

.form {
	width: 600px;
}
