
	body { margin: 0px; padding: 0px;}

	P {
		font: 10pt Arial;
		color: #464646;
	}
	A {
		font: 10pt Arial;
		color: 00a6d6;
		text-decoration: none;
	}
	A:hover {
		text-decoration: underline;
	}
	H1 {
		color: #bbb1a5;
		font: 14pt Arial;
		margin-bottom: 6px;
		margin-left: 16px;
	}
	H2 {
		color: #7c6a55;
		font: 12pt Arial;
		margin-bottom: 4px;
	}
	OL, UL {
		font: 10pt Arial;
		color: #464646;
	}
	#container-outer
	{
		text-align: center;
		background: url('../images/shadowbkg.jpg') repeat-y center;
	}
	#container-inner
	{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	#page-header
	{
		height: 145px;
		background: url('../images/header.jpg') no-repeat top center;
	}
	#login-box
	{
		float: right;
		padding: 15px;
	}
	
	#login-box table td
	{
		color: white;
		font-family: Arial;
		font-size: 8pt;
		padding-bottom: 3px;
		padding-left: 3px;
	}
	#login-box input
	{
		border: solid 1px white;
		background: #c2f6fc;
		width: 120px;
		font-size: 8pt;
	}
	#login-box a
	{
		color: white;
		font-family: Arial;
		font-size: 8pt;
		padding-bottom: 3px;
		padding-left: 3px;
		text-decoration: none;
	}
	#login-box a:hover
	{
		text-decoration: underline;
	}
	
	#big-buttons
	{		
		margin-left: 1px;
	}
	#big-buttons img
	{
		border: none;
		margin: 0px;
		padding: 0px;
	}
	#content
	{
		font: 10pt Arial;
		color: #464646;
	}
	
	#latest-news
	{
		/*float: right;*/
		width: 180px;
		background: url('../images/newsbkg.jpg') repeat-x center;
		color: white;
		padding: 8px;
		border-top: solid 5px #9cc5ca;
		border-bottom: solid 5px #00a6d6;

	}
	#latest-news h1
	{
		margin-top: 4px;
		margin-left: 0px;
		font: 14pt Arial;
		color: white;
	}
	#latest-news p
	{
		font: 8pt Arial;
		color: white;
	}
	#latest-news a
	{
		color: white;
		text-decoration: none;
	}
	#latest-news a:hover
	{
		text-decoration: underline;
	}	
	#footer
	{
		border-top: solid 2px #9cc5ca;
		height: 32px;
		background: #00a6d6;
		font: 8pt Arial;
		color: white;
		padding-top: 8px;
		text-align: center;
		margin-left: 1px;
	}
	#footer a
	{
		text-decoration: none;
		color: white;
	}
	#footer a:hover
	{
		text-decoration: underline;
	}
	#home-navigation
	{
	}
	#home-navigation a
	{
		color: #bbb1a5;
		font: 14pt Arial;
		margin-bottom: 6px;
		text-decoration: none;
	}
	#home-navigation a:hover
	{
		text-decoration: underline;
	}
	#home-navigation h1
	{
		margin: 16px 0px 2px 6px;
	}
	#home-navigation p
	{
		font: 8pt Arial;
		margin: 0px 0px 0px 16px;
		color: #464646;
	}
	
	.subtext
	{
		text-align: left;
		font: 10pt Arial;
		color: #464646;
	}
	
	