ul, ol, pre, dl, p {
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
	background: #515151;
	margin: 0pt;
	padding: 0;
	font: 14px/1.5 HelveticaNeue-Light, "Helvetica Neue", "Helvetica Neue Light", Arial, sans-serif;
	color: #666;
}

a {
	border-bottom-color: #ad4b62;
	border-width: 1px;
	border-bottom-style: dotted;
	color: #ad4b62;
	text-decoration: none;
}

div#view {
	background-color: white;
	width: 700px;
	display: block;
	margin: 10px auto;
}

div#nav {
	display: block;
	text-align: right;
	font-size: .9em;
	color #666666;
	line-height: 0px;
	border-bottom: 3px solid #ccc;
	margin: 10px 20px 0;
	padding: 5px 0px 0px;
}

div#nav ul {
	list-style: none;
}

div#nav li {
	list-style-type: none;
	padding: 11px;
	display: inline;
}

div#nav li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

div#nav li a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

div#nav li a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

div#footer {
	background-color: #b3b3b3;
	font-size: 12px;
	color: black;
	display: block;
	margin: 20px 10px;
	text-align: center;
	position: relative;
	bottom: 10px;
	clear: both;
}

div#footer p {
	padding: 5px;
}

div#headline {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

div#content {
	display: block;
	margin-left: 10px;
	margin-right: 150px;
	padding-bottom: 10px;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	font-size: 16px;
}

h2,h3,h4,h5,h6 {
	font-size: 14px;
}

div#headline h1 {
	margin-top: 0;
	text-transform: uppercase;
	font-style: normal;
	font-size: 36px;
	font-weight: normal;
}

div.callout {
	background-color: #b3b3b3;
	display: inline-block;
	float: right;
	font: 11px HelveticaNeue, "Helvetica Neue", Arial, sans-serif;
	color: rgb(51, 51, 51);
	width: 270px;
	clear: right;
	margin-bottom: 1px;
	margin-left: -120px;
	padding-top: 7px;
	position: relative;
	right: -140px;
}

div.vspace {
	margin-top: 0px;
}

div.callout h1, div.callout h2, div.callout h3, div.callout h4, div.callout h5, div.callout h6 {
	font-size: 14px;
	color: #474747;
	margin-top: 0px;
	padding-top: 0px;
}

div#wiki {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

div#wiki a {
	padding: 0px;
	margin: 0px;
	color: #454545;
}

div#wiki a:hover {
	padding: 0px;
	margin: 0px;
	background-color: #ad4b62;
	color: white;
}

.vspace {
	margin-top: auto;
}

table.schedule {
	margin-left: 10px;
}
table.schedule td {
	border-top: 1px dotted #000;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	padding-bottom: 5px;
}

table.schedule td.col1 {
	background-color: #e8dcac;
	color: #000;
}