* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-family: inherit;
	text-decoration: inherit;
	color: inherit;
	border: none;
}
html, body {
	min-height: 100%;
}
html {
	background-color: #EEE;
}
body {
	background-color: white;
	width: 900px;
	margin: 0 auto;
	padding: 0 34px;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 75%;
	color: #666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#banner {
	padding: 5px 0 1em 0;
}
#banner img {
	float: left;
}
#top_menus {
	list-style: none;
	float: right;
	font-size: 125%;
	margin-left: 0;
}
#top_menus li {
	float: left;
	font-weight: bold;
}
#top_menus li a {
	display: block;
	padding: 0 0.5em;
}
#top_menus li:first-child a,
#top_menus li.first-child a {
	padding-left: 0;
}
#top_menus li:last-child a,
#top_menus li.last-child a {
	padding-right: 0;
}
#top_menus li, #top_menus li a {
	color: #005E96;
}
#top_menus li.selected, #top_menus li.selected a,
#top_menus li.selected_parent, #top_menus li.selected_parent a {
	color: #E7C446;
}
#banner_contact {
	font-size: 120%;
	font-weight: bold;
	float: right;
	margin-top: 45px;
	width: 400px;
	text-align: right;
}
#page_content_header {
	height: 254px;
}
#news_box {
	margin-top: 15px;
	float: right;
	width: 250px;
}
#main_content {
	padding: 1em 0;
}
#main_content_left {
	width: 635px;
	float: left;
}
#main_content_right {
	width: 250px;
	float: right;
}
#footer {
	padding-bottom: 1em;
}
#breadcrumb {
	height: 27px;
	line-height: 27px;
	padding: 0 16px;
	background: #EEE url('../images/breadcrumb.gif') no-repeat scroll center center;
}
#breadcrumb a {
	color: #666;
}
#footer_links {
	float: left;
	padding-top: 1em;
}
#footer_links a {
	color: #666;
	border-left: 1px solid #999;
	padding: 0 1em;
}
#footer_links a:first-child,
#footer_links a.first-child {
	border-left: none;
	padding-left: 0;
}
#footer_address {
	float: right;
	padding-top: 1em;
	text-align: right;
}
.news_item h1 em {
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 80%;
}
