body {
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 14px;
	background-color: #343434;
}

td, th, li {
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 14px;
}

#container {
	width: 700px;
	margin: 15px auto;
	background: white; 
	padding: 1em 1em 1em;
	border: 1px solid #ccc;
}

h1 {
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	margin-bottom: 4px;
}

h4 {
	font-size: 1.25em;
	margin-bottom: 0;
	color: #05962c;
}

ul {
	margin: 0px 0px 0px 4px
}

table.info {
	margin-left: 40px;
}

table.info th {
	text-align: right;
	padding-right: 5pt;
	padding-bottom: 7pt;
	vertical-align: top;
}

table.info td {
	padding-right: 5pt;
	padding-bottom: 7pt;
	vertical-align: top;
}

table.info ul {
	margin: 0px 0px 0px -20px;
}

table.schedule {
	border-collapse: collapse;
}

table.schedule th {
	background:#f0f0ff;
	padding: 4pt;
	text-align: center;
}

table.schedule td {
	padding: 4pt;
}

table.schedule td.date {
	text-align: center;
}

table.schedule ul {
	margin: 0px 0px 0px -20px;
}

a {color: #104cb6; outline: none; text-decoration: none; }
a:visited {color: #104cb6; }
a:hover, a:focus { color: #407ce6; text-decoration: underline; }
a:active {color: #105c6b; }
