body {
	background: #C9DBEA url('../images/background.gif') repeat-x;
	margin: 0;
	padding:0;
	font-family: arial, sans-serif;
	color: #000000;
}

img {
	border: 0;
}

a {
	color: #000000;
}

#wrapper {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	background: url('../images/wrapper_background.gif') repeat-y;
}

#banner {
	width: 1000px;
	height: 116px;
	background: url('../images/banner.gif') repeat-y;
}

#banner img {
	margin: 32px 0 0 18px;
}

#navigation {
	position: relative;
	float: left;
	width: 149px;
	height: auto;
	background: #00395A;
}

#navigation_search {
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 149px;
	height: 46px;
}

#navigation_search form {
	margin: 0;
	padding: 0;
}

#navigation_search label {
	font-size: 10px;
	color: #FFFFFF;
	margin: 15px 0 0 18px;
}

.search_text {
	font-size: 9px;
	width: 109px;
	height: 12px;
	margin: 2px 0 0 18px;
	padding: 0;
}

#navigation ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}

#navigation ul a {
	display: block;
	width: 149px;
	height: 32px;
	font-size: 11px;
	line-height: 32px;
	color: #FFFFFF;
	text-decoration: none;
	background: #00395A url('../images/navigation_background.gif') no-repeat left center;
	text-indent: 20px;
}

#navigation ul li a:hover, #navigation ul li a.on {
	color: #00AEEF;
}

#navigation a:hover, #navigation .selected a {
	background-position: right bottom;
}

#navigation ul li ul a {
	display: block;
	width: 110px;
	height: auto;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #256084;
	text-indent: 0px;
	padding: 5px 10px 5px 29px;
	margin: 0;
}

#navigation a.last {
	height: 26px;
	line-height: normal;
}

#navigation ul li ul a:hover, #navigation ul li ul li.selected a {
	color: #00AEEF;
}

#content {
	float: left;
	width: 851px;
	height: auto;
	background: #FFFFFF;
}

#search_results h1 {
	font-size: 25px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #00395A;
	margin: 15px 18px 10px 15px;
}

#footer {
	width: 1000px;
	height: 31px;
	background: #256084;
}

#footer p {
	font-size: 9px;
	color: #FFFFFF;
	margin: 0;
	padding: 11px 0 0 19px;
}

#footer p  a {
	color: #FFFFFF;
}

#footer_extra {
	width: 1000px;
	height: 100px;
}

div.clear {
	clear: both;
	height: 0px;
}