@charset "utf-8";
/* CSS Document */
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #FF7B00;
}
a:active {
	color: #333;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF7B00;
	font-weight: 100;
	line-height: normal;
}
#banner {
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	height: 117px;
}
#content {
	width: 875px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 104px;
	border-bottom: 1px solid #FF7B00;
}
#nav {
	width: auto;
	height: 23px;
	position: relative;
	top: 81px;
	right: 0px;
	float: right;
}
#nested {
	width: 875px;
	height: 104px;
	position: relative;
	top: -117px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
}
.float {
	float: left;
}
.wide {
	line-height: 200%;
}
.orange {
	color: #FF7B00;
}

