@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #167ca3;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container {
	
	
	width: 819px;
	background-image: url('images/main-content-background.jpg');
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
}
#header {
	width: 819px;
	height: 221px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#left {
	float: left;
	width: 600px;

}

#right {
	float:right;
	clear:right;
	margin-right: 5px;
	width:149px;
}
#main_footer {
	float: left;
	clear: both;
	width: 819px;
	height: 30px;
	background-image: url('images/body-footer.jpg');
	background-repeat: no-repeat;
}

#footer {
	height: 29px;
	width: 819px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 20px;
}

#footer p {
	font-size:11px;
	color: #CCCCCC;
	padding-top: 8px;
}

#footer a 
		{
			color:#aaaaaa;
			text-decoration: none;
		}
		
#footer a:hover
		{
			text-decoration: underline;
		}

#left p {
	margin: 7px 0 2px 0;
	font-size:11px;
	color:#333333;
}

#left h1 {
	margin: 0 0 2px 0;
	font-size:15px;
	color:#005e8a;
}

#left a 
		{
			color:#005e8a;
			font-weight:bold;
			text-decoration: none;
		}
		
#left a:hover
		{
			text-decoration: underline;
		}

#story
		{
			margin-left: 20px;
			padding: 5px;
			float: left;
		}

#story_image
		{
			width: 173px;
			height: 93px;
			float: left;
			clear: left;
			overflow: hidden;
		}
		
#story_summary
		{
			width: 355px;
			float: left;
			clear: right;
			padding-left: 20px;
		}
		
#story_body
		{
			width: 355px;
			float: left;
			clear: left;
			margin-left: 173px;
			padding-left: 20px;
		}

#clear	{
	clear:both;
}

#feature-icon
		{
			margin: 0 0 25px 3px;
			padding: 0;
			width: 16px;
			float: left;
		}

#date
		{
			color: #ffffff;
			margin-left: 26px;
			margin-bottom: 15px;
			margin-right: 26px;
			border-bottom:#FFFFFF solid 1px;
		}
		
#date h1
		{
			font-size:18px;
		}
		
#feature
		{
			width: 125px;
			margin: 0;
			padding: 0;
			float:left;
			clear: right
		}
		
#feature p 
		{
			margin: 0 0 25px 6px;
			padding: 0;
			font-size: 11px;
			color: #ffffff;
		}
		
#switcher
		{
			width: 149px;
			margin: 0;
			padding: 0;
			float:left;
			clear: both;
		}
		
#switcher p 
		{
			margin-left: 12px;
			padding: 0;
			font-size: 11px;
			color: #ffffff;
		}
		
#switcher select, form
		{
			margin-left: 6px;
			padding: 0;
			font-size: 11px;
		}
		
#right a 
		{
			color:#005e8a;
			font-weight: bold;
			text-decoration: none;
		}
		
#right a:hover
		{
			text-decoration: underline;
		}