body
{
	font:12px/14px Arial,Verdana,sans-serif;
	background-color:#ffffff;
	color:#000;
	margin:0;
}

h1
{
	margin:0;
	padding:10px 0;
}

a
{
	color:#bf0000;
	text-decoration:none;
}

	a:hover
	{
		text-decoration:underline;
	}

#main
{
	text-align:center;
}

.inner
{
	width:960px;
	margin:auto;
	text-align:left;
	padding:0 1em;
}

#header
{
	background-color:#ffffff;
	height:180px;
}

	#headerTop
	{
		height:55px;
		background-color:#061E4A;
	}
	
	#headerBot
	{
		height:125px;
		background-color:#0C3569;
		color:#ffffff;
		background-image:url(../images/lightbg.jpg);
		background-repeat:repeat-x;
		border-bottom:1px solid #000000;
	}
	
		#headerBot h1
		{
			padding:0px;
			font-size:25px;
			line-height:125px;
		}
	
#body
{
	width:960px;
	background-color:#ffffff;
	margin:2em auto;
}

#footer
{
	height:180px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #b0b0b0;
	text-align:center;
	font-size:11px;
	color:#909090;
	font-weight:bold;
}

	#footer a{
		color:#909090;
		text-decoration:none;
	}
	
		#footer a:hover
		{
			color:#606060;
		}
	
	#footerInner
	{
		text-align:center;
		width:960px;
		margin:auto;
		margin-top:55px;
	}	
	
		
.centered
{
	text-align:center;
	width:960px;
	margin:auto;
}

img
{
	border:0;
}

	img.right
	{
		float:right;
	}

#lastUpdated
{
	/* text-align:right; */
	color:#909090;
	font-size:10px;
}
