body {
	margin:0;
	padding:0;
	color: black;
	text-align: left;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 10pt;
	background: #B5BFCA url('images/bg.png') top left repeat-x;
}

#Main {
	position: relative;
	left: 50%;
	width: 784px;
	margin:0 0 0 -392px;
	padding:0;
	border: 4px solid #2B68AB;
	border-top: none;
	background: #fff;
}

#Title {
	height: 324px;
 }

#Menu {
	padding-top: 14px;
	text-align: center;
	height: 50px;
 }

#Content {
	padding: 25px 160px 20px 120px;
	font-size: 11pt;
}

#Footer {
	font-size: 8pt;
	text-align: center;
	border-top: 2px solid #B5BFCA;
}

a:link    { text-decoration:none;		color: #2B68AB; font-style: italic; }
a:visited { text-decoration:none;		color: #2B68AB; font-style: italic; }
a:hover   { text-decoration:underline;  color: #2B68AB; font-style: italic; }
a:active  { text-decoration:none;		color: #2B68AB; font-style: italic; }

a.menu:link, a.menu:visited, a.menu:active {
	padding: 15px 8px 17px 12px;
	line-height: 20px;
	text-decoration: none;
	color: white;
	font-size: 11pt;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
}

a.menu:hover {
	background-color: #2B68AB;
	text-decoration: none;
	font-style: normal;
}

span.blue {
	color: #2B68AB;
	font-size: 14pt;
	font-style: italic;
	margin-left: -10px;
}

table tr.sched {
	margin-bottom: 10px;
}
