@import "/resources/stylesheets/reset.css";
@import "/resources/stylesheets/style.css";

#subtitle {
	font-size: 60px;
	font-weight: bold;
	line-height: 125px;
	text-indent: .5em;
}

ul#categories {
	display: block;
	width: 100%;
	overflow: auto;
}

ul#categories li {
	display: block;
	float: left;
	line-height: 28px;
	width: 25%;
}

#policy_links {
	clear: both;
	margin-left: 189px;
}

#policy_links a {
	padding: 0 1em 0 0;
}

ol ol {
	list-style-type: upper-alpha;
	margin-left: 32px;
}

ol ol ol {
	list-style-type: lower-roman;
}

ol ul {
	margin-left: 16px;
}

ul, ol {
/*	margin-left: 16px;*/
	margin-bottom: 0;
}

form li.field {
	list-style-type: none;
	margin: 16px 0;
}

form li.field label {
	display: block;
	float: left;
	width: 10em;
}

h3, h4 {
	margin-top: 16px;	
}

textarea {
	height: 78px;
	width: 15em;
}

#footer {
	float: left;
}
