@charset "utf-8";
* {
	margin:0;
	padding:0;
}
#topcontainer {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
}
#topleft {
	float: left;
	width: 232px;
}
#topright {
	float: left;
	width: 718px;
}
#toplinks {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}
#toplinks ul {
	list-style: none;
}
#toplinks ul li {
	float: left;
}
#toplinks ul li  {
	color:#F25B22;
	font-size:.6em;
	text-decoration:none;
	display:block;
	font-family: Verdana;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
#toplinks a {
	color:#F25B22;
}
#topicons {
	clear: both;
	float: right;
}
#topicons a {
	border: 0;
}
#topsearch {
	float: right;
	margin-right: 8px;
	clear: both;
}
#topnav {
	clear: both;
	height: 35px;
	padding-bottom: 10px;
}