/* CSS Document */
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 400;
font-style: normal;
color: #4A4A4A;
background-color: #E8E8E8;
}
div#wrapper{
width: 900px;
margin-left: auto;
margin-right: auto;
}
div#leftnav {
float: left;
text-align: center;
height: 100%;
width: 175px;
margin-top: 15px;
}
div#sitemap {
float: left;
height: 100%;
width: 691px;
padding: 10px;
margin: 15px 0 10px 10px;
background-color: white;
border: 1px solid #c8c8c8;
}
div#footer {
clear:both;
}
.searchbox {
	width: 175px;
	border: 1px solid #cacaca;
	margin-bottom: 10px;
	background-image: url(../images_09/blue_line_hort_173.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153e7e;
	padding-top: 10px;
	background-color: #ffffff;
	height: 80px;
}
a:link {
	color: #153e7e;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	color: #910000;
	text-decoration: underline;
}
a:active {
	color: #153e7e;
	text-decoration: none;
}

