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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}


body {
	-x-system-font:none;
	font-family:Helvetica,Verdana;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	padding:100px 0 20px;
	background-color: #eee;
}

textarea {
	width: 500px;
	height: 200px;
	vertical-align: top;
	font-size: .8em;
}

.submit {
	font-size: .8em;
}

.textfield {
	font-size: .8em;
	width: 350px;
}

#narrow-column {
	float:left;
	width:260px;
}

#logo {
	 background:#e0e0e0;
	 height: 80px;
	 text-align: right;
}

#logo img {
	margin-top: 26px;
	margin-right: 12px;
}

#wide-column {
	margin-left: 260px;
	min-width: 540px;
}

#wide-column h2.title {
	background-color:#e0e0e0;
	color:#fff;
	font-family:"HelveticaNeue-Thin","Helvetica Neue Thin","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:2.2em;
	font-weight:normal;
	height:80px;
	margin:0;
	padding:0 24px;
	position:relative;
}

#wide-column h2.title span {
	bottom:9px;
	position:absolute;
}

#wide-column p {
	margin:6px 20% 12px 24px;
	padding:0;
}

#nav {
	font-family:"HelveticaNeue-Thin","Helvetica Neue Thin","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:2.2em;
	text-align: right;
	color: #444;
}

#nav ul {
	list-style: none;
}

#nav ul li {
}

a {
	color: #888;
	text-decoration:none;
}

a:hover {
	color: #555;
	text-decoration:none;
}

#content {
	font-size: 2.2em;
	font-family:"HelveticaNeue-Thin","Helvetica Neue Thin","Helvetica Neue",Helvetica,Arial,sans-serif;	
	padding-top: 20px;
	padding-left: 20px;
	color: #333;
}

#content h2 {
	font-size: .95em;
	display: inline;
}

#content ul {
	margin-left: 40px;
}

.centered { text-align: middle;}
.highlighted { color: #feae00; }
.blue-highlighted { color: #0061bc; }
.notice { color: #009900; }
