html {
	overflow-y: scroll;
}
body {
	background: #CCCCCC;
	margin: 0;
}
.backToTop {
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.columnLeft {
	float: left;
	width: 50%;
	
}
.columnRight {
	float:right;
	width: 120px;
	height: 600px;
	margin:20px;
	/*padding: 10px;*/
}
img {
	border: 0;
}
#background {
	background: url(../images/bg.jpg) no-repeat top center;
}
#container {
	background: #ffffff;
	margin: auto;
	width: 960px;
}
#footer {
	color: #207bb0;
	font: 11px/45px Arial, Helvetica, sans-serif;
	height: 45px;
	margin: auto;
	width: 960px;
}
#footer p {
	margin: 0;
}
#footer a:link,  #footer a:visited {
	color: #207bb0;
	text-decoration: none;
}
#footer a:hover {
	color: #b17533;
}
#footer .left {
	float: left;
	padding-left: 15px;
	width: 330px;
}
#footer .right {
	float: left;
	padding-right: 15px;
	text-align: right;
	width: 600px;
}

#header {
	margin: 0 20px;
	background: url(../images/bg_header_tile_x.jpg);
	height: 145px;
	position: relative;
	text-align: left;
}

#header #logo {
	left: 0;
	position: relative;
	top: 0;
	z-index: 1;
}
#nav {
	background:#5f98c7 url(../images/bg_nav.jpg) no-repeat;
	height: 40px;
	margin: 0 20px;
	padding: 0 0 0 25px;
}
#nav a:link,  #nav a:visited {
	border-left: 1px solid #72B7DC;
	border-right: 1px solid #16405F;
	color: #0C395F;
	display: block;
	float: left;
	font: 12px/40px Arial, Helvetica, sans-serif;
	height: 40px;
	padding: 0 65px 0 65px;
	text-align: center;
	text-decoration: none;
}

#nav a:hover {
	/*background: #207bb1;*/
		color: #fff;

}
#nav a.noBorderLeft {
	border-left: 0 !important;
}
#nav a.noBorderRight {
	border-right: 0 !important;
}
#nav a.selected {
	color: #506b33;
}
#stage {
	background: #ffffff;
}

#stage p {
	color: #474747;
	font: 12px/22px Arial, Helvetica, sans-serif;
	margin: 20px 0 20px 20px;
}

#stage p.question {
	font: 20px Arial, Helvetica, sans-serif;
}
#stage p.subtitle {
	font-weight: bold;
}
#stage p.subtitleLg {
	font: bold 16px Arial, Helvetica, sans-serif;
}
#stage p#siteTree {
	color: #ccc;
	font-size: 10px;
	margin-bottom: -10px;
	margin-top: 0;
}
#stage ul {
	color: #474747;
	font: 12px/22px Arial, Helvetica, sans-serif;
	margin: 20px 0 0 70px;
	padding: 0;
}
a:link, a:visited {
	color: #ce4723;
	text-decoration: none;
}
a:hover {
	color: #474747;
}
/* FireFox expansion fix: */


h1 {
	color: #207bb1;
	font: normal 22px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 20px 0 10px 20px;
}
h2 {
	color: #2177b9;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 10px;
}
#stage blockquote {
	background: #207bb0;
	color: #fff;
	font-size: 15px;
	margin: 0 0 10px 20px;
	padding: 10px;
	width: 740px;
}
	#stage blockquote h1 {
		color: #fff;
		font: normal 22px Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		margin: 0;
	}
	#stage blockquote p {
		color: #fff;
		font: 13px Arial, Helvetica, sans-serif;
		margin: 10px 0 10px 0;
		padding: 0;
	}




.columnFix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#bordertop {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:960px;	
}
#borderbottom {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:960px;	
}
