/* @override http://beckism.com/examples/display_block_legends.css */

/* Kudos, Eric Meyer, you rock */

/* Don't use this CSS reset! It has been modified to fit this page */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
.styled fieldset, form, label, .styled legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	background: #FEFAEC;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
		q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Now we're done with the reset, let's make this page less fugly */

/* This code doesn't apply to the examples, young padawan.  Seek elsewhere. */

html {
	background: #fff;
}

body {
	font: 100%/1.25 Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}

p {
	font-size: 1em;
	margin-bottom: 15px;
}

.hr {
	border-top: 1px solid #294f00;
	margin: 30px 0;
}

.hr hr {
	display: none;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #405E80;
	border-bottom: 1px dotted #405E80;
}

a:hover, a:active {
	border-bottom-style: solid;
}

form {
	background: #E8ECF0;
}

form label {
	display: block;
	font-style: italic;
}

form input[type=text] {
	width: 400px;
	font-size: 1em;
}

#page {
	margin: 0 auto;
	width: 600px;
}

#header {
	border-bottom: 3px solid #294f00;
	padding: 50px 25px 10px;
	text-align: left;
}

#main {
	text-align: left;
	padding: 25px 25px 10px;
}

#footer {
	margin-top: 75px;
	border-top: 1px solid #294f00;
	padding: 25px 25px 10px;
}

#footer p {
	font-size: .75em;
	color: #666;
}