body {
	background-color: #ddd;
}

h1 {
	font-family: 'century gothic', 'lucida grande', arial;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 55px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #344A76;
}

h2 {
	font-family: 'century gothic', 'lucida grande', arial;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	color: #8C8C8C;
	margin-top: 0px;
}

a {
	color: green;
}

.news_item {
	float: left;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	padding-bottom: 20px;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 15px;
}

h3 {
	font-family: times;
	font-size: 50px;
	margin: 0px;
	color: #fff;
	text-align: center;
}

#header {
	background-color: #344A76;
	padding: 18px 0 8px 0;
	margin: 10px 3px 0px 3px;
}

.menu {
	background-color: #6686A8;
	border-top: #91B0E6 solid 1px;
	margin: 0px 3px 25px 3px;
	padding: 3px 0 2px 0;	
}

.menu ul {
	margin: 5px 0 5px 0;
	text-align: center;
}

.menu li {
	display: inline;
	padding-right: 25px;
	color: #fff;
	list-style: none;
}

.menu li a {
	color: white;
	text-decoration: none;
	font-family: helvetica, sans-serif;
	font-size: 14px;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu p {
	float: right;
}

#survey {
	background-color: #FFF952;
	font-size: 20px;
	border: #FFA200 solid 2px;
	text-align: center;
	margin-bottom: 20px;
	font-family: helvetica, sans-serif;
	padding-top: 3px;
}


img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
	padding: 2px;
	max-width: 500px;
	max-height: 300px;
}

#left_column {
	width: 825px;
	padding: 1px 15px 1px 1px;
  	margin-left: auto ;
  	margin-right: auto;
}

.story {
	font-family: helvetica;  
	font-size: 14px;
	line-height: 20px;
	color: #404040;
	margin-right: 20px;
}

#right_column {
	margin-top: 30px;
	padding-right: 20px;
}

.editorial {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 30px;
}

hr {
	color: black;
	width: 95%;
	float: left;
}

.story a:hover {
	background-color: green;
	padding: 4px 2px 2px 2px;
	color: white;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #ddd;
	clear: both;
}

#copyright {
	font-size: 10px;
	color: #8C8C8C;
	font-family: 'century gothic', 'lucida grande', arial;
	text-align: center;	
}
