/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #666666;
	margin: 0 auto;
	padding: 0;
	background: url(../grfx/backgrounds/bg_body.png) repeat-x;
}

#wrapper
{
	width: 970px;
	background: url(../grfx/backgrounds/bg_wrapper.png) repeat-y;
	margin: 0 auto;
}

#wrapper_header
{
	width: 962px;
	height: 129px;
	margin: 0 auto;
}

#wrapper_navigation
{
	width: 962px;
	height: 39px;
	margin: 0 auto;
	background-color: #083661;
	font-size: 1.27em;
	font-weight: bold;
	color: #FFFFFF;
}

#wrapper_content_container
{
	width: 960px;
	margin: 0 auto;
	margin-top: 6px;
}

	#wrapper_col_left
	{
		width: 195px;
		margin-right: 5px;
		margin-left: 11px;
		float: left;
	}
		
		.banner_spacer
		{
			height: 20px;
			display: block;
		}
	
	#wrapper_content
	{
		width: 738px;
		float: left;
	}
	
		#wrapper_flash
		{
			width: 738px;
			height: 317px;
			clear: both;
		}	
	
		#content
		{
			padding: 24px 40px 35px 16px;
			line-height: 1.60em;
		}
	
#wrapper_footer
{
	width: 837px;
	height: 30px;
	margin: 0 auto;
	padding: 43px 22px 0px 109px;
	clear: both;
	background: url(../grfx/backgrounds/bg_footer.png) no-repeat;
	color: #FFFFFF;
}

	#wrapper_footer a
	{
		font-weight: bold;
		font-size: 0.91em;
		color: #FFFFFF;
		margin: 0px 14px;
		text-decoration: none;
	}
	
	#wrapper_footer a:hover
	{	
		text-decoration: underline;
	}
	
	#wrapper_footer_links
	{
		float: right;
		font-size: 0.82em !important;
		font-weight: normal;
	}

		#wrapper_footer_links a
		{
			color: #FFFFFF;
			text-decoration: none;
			margin: 0px 4px;
			font-size: 1.00em;
			font-weight: normal;
		}