body {
	background-image: url("../images/layout/bg_body.png");
	background-color: #cfd6e2;
	background-repeat: repeat-x;
}
#content {
	background-color: #fff;
	width: 955px;
	margin: auto;
	padding: 10px 15px 15px;
}
#top {
	background-color: #ccd;
	background-image: url("../images/layout/bg_head.png");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 400px;
}
#middle { padding-top: 15px; color: #000; line-height: 150%; }
	#left { width: 275px; }
	#center { padding-left: 15px; }
	#center.solo { padding-left: 0px; padding-right: 15px; }
	#center h1.title {
		padding: 4px 0 7px;
		padding-left: 11px;
		margin-top: 7px;
		margin-bottom: 7px;
		text-transform: uppercase;
		border-bottom: 1px solid #ece9e8;
	}
	#center .content {
		padding-left: 11px;
	}
	#right {
		width: 268px;
		padding-right: 32px;
	}
#bottom {
	border-top: 2px solid #58585a;
	padding: 10px 0px 0px;
}
#bottom, #bottom a {
	color: #58585a;
}
#bottom .footnav {
	text-align: center;
}
#copyOffWorld {
	padding: 15px;
	text-align: center;
}
#copyOffWorld, #copyOffWorld a {
	color: #58585a;
}
#copyOffWorld a.selected {
	color: #00a1c0;
}

#headlogo {
}

#sitecontrol {
	padding-top: 5px;
	padding-right: 40px;
	text-transform: lowercase;
	color:#58585a;
	text-align: right;
}

#sitecontrol * { color:#58585a; }
#sitecontrol A:hover {
color: #00a1c0;
}
#sitecontrol A.sel {
	color: #00a1c0;
	text-decoration: none;
}

#headnav {
	color: #58585a;
	padding-bottom: 10px;
}
#headnav a {
	color: #58585a;
	text-transform: uppercase;
}
#headnav a:hover {
	text-decoration: overline underline;
}
#headnav a.selected, #headnav a.open {
	color: #00a1c0;
}

#rootnav {
	color: #fff;
	padding: 6px 10px 0;
}
#rootnav a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#rootnav a:hover {
	text-decoration: overline underline;
}
#rootnav a.selected, #rootnav a.open {
	color: #00a1c0;
}

#rootnav .navTable { margin-right: auto; }

#main_menu A.item {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 201px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
	cursor: pointer;
}

#main_menu A.item_active {
	background-color: #430000;
	color: #f99d27;
	display: block;
	text-decoration: none;
	
	width: 201px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
	cursor: pointer;
}


#main_menu A.item:hover {
	background-color: #430000;
	color: #f99d27;
}

#left_content {
	padding-right: 20px;
}

#main_content {
	padding-left: 20px;
	width: 655px;
}

#center .centerTitle {
	border-bottom: 2px solid #58585a;
	margin-bottom: 15px;
	padding-bottom: 3px;
}
#center .centerTitle h1 {
	color: #00a1c0;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

#right h2.title {
	background-color: #ababac;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

