body {
	background-color: #E1E1E1;
}

#content {
	margin: auto;
	padding-bottom: 3em;
	width: 955px;
}
#top {
	background-color: #FFFFFF;
	padding: 10px 15px 0;
}

#middle {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0 15px;
}

#left {
	width: 278px;
}

#center {}
#center .narrow {
	padding-left: 14px;
	padding-right: 17px;
}
#center h1.title {
	border-bottom: 1px solid #ECE9E8;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 4px 0 7px 11px;
	text-transform: uppercase;
}

#right {
	padding: 45px 0 15px 20px;
	width: 274px;
}

#bottom {
	background-image: url("../images/layout/bg_content.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 15px;
}
#bottom, #bottom a {
	color: #58585A;
}
#bottom .footnav {
	border-top: 1px solid #A3A3A3;
	padding: 1em 0;
	text-align: center;
}

#copyOffWorld {
	padding: 15px;
	text-align: center;
}
#copyOffWorld, #copyOffWorld a {
	color: #58585A;
}
#copyOffWorld a.selected {
	color: #CA252C;
}

#topnav {
	left: 50%;
	margin-left: -138px;
	position: absolute;
	text-align: right;
	width: 600px;
	z-index: 100;
}
#topnav a {
	color: #CA252C;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav a.selected, #topnav a.open {
	text-decoration: underline;
}

#left_content {
	padding-right: 20px;
}

#main_content {
	padding-left: 20px;
	width: 655px;
}

#center .centerTitle {
	padding-bottom: 1em;
}
#center .centerTitle h1 {
	margin: 0;
	padding: 0;
}

#right .centerSubTitle h2 {
	background-image: url("../images/icons/arr_title.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 20px;
}

#navFile {
	position: relative;
	text-align: center;
	top: 30px;
	z-index: 50;
}

#logo {
	position: absolute;
	z-index: 100;
}

#rootnav {
	height: 100px;
	margin-top: -40px;
}
#rootnav a {
	background-image: url("../images/layout/bg_rootnav.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	height: 23px;
	padding: 77px 20px 0;
}
#rootnav a.first {
	background-position: left top;
}
#rootnav a.last {
	background-position: right top;
}
#rootnav a:hover {
	background-position: center center;
}
#rootnav a.first:hover {
	background-position: left center;
}
#rootnav a.last:hover {
	background-position: right center;
}
#rootnav a.first.selected, #rootnav a.first.open {
	background-position: left bottom;
}
#rootnav a.selected, #rootnav a.open {
	background-position: center bottom;
	text-decoration: underline;
}
#rootnav a.last.selected, #rootnav a.last.open {
	background-position: right bottom;
}

.box {
	margin-bottom: 1em;
	padding: 0px 20px 15px 10px;
}
