body {
	background-color: #ffffff;
	background-image: url("../images/layout/bg_body.png");
	background-repeat: repeat-y;
	background-position: center;
}
.print { background: none; }
#content {
	width: 925px;
	margin: auto;
	padding: 0 0 0;
}
#top {
	padding: 0px 0px;
}
#middle {
	padding: 40px 0px;
}
	#left { width: 250px; padding-right: 20px; }
	#center {
		line-height: 150%;
	}
	#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 {

	}
	#right {
		width: 205px;
		padding-left: 20px;
	}
#bottom {
	padding: 1em;
	height: 6px;
	background-image: url('../images/layout/bg-bottomline.png');
	background-repeat: repeat-x;
}
#bottom, #bottom a {
	color: #58585a;
}
#bottom .footnav {
	text-align: center;
}
#bottom .googleAnalytics {
	display: inline;
}

#headlogo {
	width: 880px;
	position: absolute;
	padding: 27px 0 0 2px;
	color: #58585a;
	text-align: right;
	position: absolute;
	z-index: 200;
}

#sitecontrol {
	margin: -55px 18px 9px;
	position: relative;
	z-index: 200;
	text-align: right;
}

#sitecontrol a {
	color: #707070;
}

#sitecontrol a.sel, #sitecontrol a.selected {
	color: #ed1c24;
}


#navFiles {
	position: relative;
	z-index: 175;
}

#navFiles.invisible {
	height: 105px;
	visibility: hidden;
}

#navFiles.visible {
	visibility: visible;
}

#rootnav {
	background-image: url('../images/layout/bg_rootnav.png');
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 150;
	height: 25px;
	width: 925px;
}

#center .centerTitle {
	border-bottom: 1px solid #bdbebd;
	margin-bottom: 15px;
	padding: 5px 0px 6px;
}
#center .centerTitle h1 {
	padding: 0;
	margin: 0;
}

#center .subTitle h2 {
}
.side .subTitle h2 {
	padding: 6px 12px;
	background-color: #e61e1e;
	color: #fff;
}

.side .contentBox .contentDisplay {
	text-align: left;
	margin-bottom: 1.5em;
}

.side .contentBox .centerTitle {
	border: none;
	padding: 0;
}

.side .contentBox .centerTitle h1 {
	padding: 6px 12px;
	background-color: #bdbebd;
	color: #fff;
}
 
.side .contentBox .contentDisplay .contentBody {
	padding: 11px;
	background-color: #ededed;	
}

.side .subTitle h2 {
	padding: 6px 12px;
	background-color: #bdbebd;
	color: #fff;
}

.nobox .subTitle h2 {
	padding: 0;
	margin-bottom: 1em;
	background-color: white;
	color: #707070;
}

#right .nobox .box {
	background-color: white;
	padding: 0px;
}

#center .subTitle h2 {
}

.side .box, #center .box  {
	background-color:#EDEDED;
	padding:11px;
	margin-bottom: 1.5em;
}

#right h2.title {
	background-color: #ababac;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.newsterminebox {

}

.newsterminebox .centerTitle h2 {
	padding: 5px 0 6px;
	color: #ED1C24;
	border-bottom: none;
}

.newsterminebox .subTitle h2 {
	padding: 6px 0;
	color: #ED1C24;
	background-color: white;
}

.newsterminebox .contentBody h3 {
	color: #707070;
	font-weight: bold;
}

.newsterminebox .contentBody {
	background-image:url("../images/content/bg_box.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	border-top:1px solid #C4C4C4;
	margin-bottom:1em;
	padding:10px 10px 0;
	width:386px;
	padding-bottom: 10px;
	height:159px;
}

#left .contentBody {
	background-color: #EDEDED;
	padding: 11px;
}
#center .middleNewsContent .item {
	height: 255px	
}

#center .middleNewsContent .editorBoxElementWhite {
	border: 1px solid #C4C4C4;
	width: 183px;
	background-image: none;
}

#center .middleNewsContent .editorBoxElementRed {
	border: 1px solid #EE2F2F;
	width: 183px;
	background-image: none;
}


/* The Button */
a.button {
	background-image: url(../images/layout/button.png);
	background-position: right 20px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	padding-right: 20px;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1em;
	vertical-align: top;
}
a.button span {
	background-image: url(../images/layout/button.png);
	background-position: left 20px;
	display: inline-block;
	margin-left: -10px;
	height: 17px;
	padding-top: 3px;
	padding-left: 8px;
}
a.button:hover, a.button:focus, a.button:active {
	background-position: right 40px;
	color: #fff;
}
a.button:hover span,
a.button:focus span,
a.button:active span {
	background-position: left 40px;
}
/* The Button : N for negative. */
a.button.n { background-position: right 60px; }
a.button.n span { background-position: left 60px; }
a.button.n:hover, a.button.n:focus, a.button.n:active { background-position: right 80px; }
a.button.n:hover span, a.button.n:focus span, a.button.n:active span { background-position: left 80px; }
