	body {
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
	textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
	select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
	input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

	#container
	{
		width: 967px;
		margin: 0;
		padding: 0;
		padding-top: 0px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header
	{
		clear: left;
		height: 258px;
		margin-top: 0px;
	}
	
	#body
	{
		clear: left;
	}
	
	a {
		color: #4169e1;
	}
	
	.left-column
	{
		width: 580px;
		float: left;
	}
	
	.left-column-content
	{
		margin-left: 23px;
	}
	
	.left-column-left-content
	{
		width: 50%;
		float: left;		
		border: 0px;
	}

	.left-column-right-content
	{
		padding-left: 22px;
		width: 44%;
		float: left;		
		border: 0px;
		border-left: 1px;
		border-style: solid;
		border-color: #d0d0d0;
	}
	

	.right-column
	{
		float: left;
		margin-left: 23px;
		width: 350px;
	}
	
	#footer
	{
		clear: both;
		padding-top: 40px;
	}

	#footer-bar
	{
		clear: both;
		padding-left: 22px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 11px;
		background-color: #f2f2f2;
	}
	
	#menu
	{
		margin-top: 216px;
		float: left;
	}

	#menu li div.menu-item
	{
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #f2f2f2;
		text-align: center;
	}
	
	#menu li div.sub-menu-item
	{
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #f2f2f2;
		text-align: center;
	}
	
	#menu a
	{
		font-size: 8pt;
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}	
	
	#menu li div.menu-item:hover,#menu li.sfhover div.menu-item
	{
		background-color: #e0e0e0;
	}	
	
	#logo {
		margin-left: 40px;
		float: left;
	}
	
	.header {
		font-weight: bold;
		color: black;
		font-size: 15pt;
		margin-bottom: 10px;
		clear: both;
	}
	
	.sub-header {
		color: #4169e1;
		font-weight: bold;
		font-size: 13pt;
		margin-bottom: 10px;
		clear: both;
	}
	
	.seperator-horizontal {
		border: 0px;
		border-top: 1px;
		margin-top: 50px;
		padding-top: 10px;
		padding-bottom: 20px;
		border-style: solid;
		border-color: #d0d0d0;
		clear: both;
	}
	
	ul.dates {
		margin-left: 0px;
		padding-left: 0px;
	}

	ul.dates li {
		background: url(../images/calendar-bullet.gif) no-repeat;
		list-style-image: none;
		list-style-type: none;
		padding-left: 1.8em;
	}
	
	ul.dates li span.date-header {
		color: #6495ed;
		font-weight: bold;
	}