html {
	height: 100%;
	/* Always enable scroll bar: */
	overflow-y: scroll;
}
body {
	background: #79b8ef url(../images/bg_tile_x.jpg) repeat-x;
	height: 100%;
	margin: 0;
}
h1 {
	color: #308ad1;
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color: #308ad1;
	margin: 20px 50px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
}
form { margin: 0; }
img { border: 0; }
input, select {
	height: 20px;
}
.formColumn {
	position: relative;
}
	.formColumn input { margin-bottom: 5px; }
	.formColumn label {
		color: #785522;
		display: block;
		float: left;
		font: 12px/23px Arial, Helvetica, sans-serif;
		text-align: right;
		width: 120px;
	}
	.formColumn select { margin-bottom: 5px; }

.linkBackToTop {
	background: url(../images/graphic_arrow-up.gif) no-repeat left;
	padding-left: 10px;
	text-decoration: none;
}
#container {
	margin: auto;
	width: 850px;
}
#bannerIndex {
	border-bottom: 1px solid #fff;
	height: 300px;
}
#bannerIndex2 {
	border-bottom: 1px solid #fff;
	height: 120px;
}
#body {
	background: url(../images/bg_body_tile_y.jpg) repeat-y;
	width: 850px;
}
	#body p {
		color: #6b6b6b;
		font: 12px/20px Arial, Helvetica, sans-serif;
		margin: 0 10px 20px 10px;
	}
	#bodyLeft {
		float: left;
		width: 600px;
	}
		#bodyLeft li {
				color: #6b6b6b;
				font: 12px/20px Arial, Helvetica, sans-serif;
				margin: 0;
			}

	#bodyRight {
		float: right;
		width: 250px;
	}
		#body p a:link,
		#body p a:visited { color: #3389c5; }
		#body p a:hover {
			color: #53a3da;
			text-decoration: none;
		}

#copyright {
	color: #c38732;
	font: 12px/30px Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 0 auto 0 auto;
	text-align: center;
}
	#copyright a:link,
	#copyright a:visited { color: #3389c5; }
	#copyright a:hover {
		color: #53a3da;
		text-decoration: none;
	}

#footer {
	background: url(../images/bg_footer.jpg);
	border-top: 1px solid #fff;
	height: 35px;
	font: 13px/35px Arial, Helvetica, sans-serif;
	text-align: center;
}
	#footer li { display: inline; }
	#footer a:link,
	#footer a:visited {
		color: #734c15;
		height: 35px;
		border-right: 1px solid #e19e3f;
		padding: 0 7px 0 7px;
		text-decoration: none;
	}
	#footer a:hover { color: #c68f40; }
	.noDivider { border: 0 !important; }
	/* Manual centering via the left-most item: */
	.selected { color: #c68f40 !important; }

#form {
	background: url(../images/bg_form.jpg) no-repeat;
	border-bottom: 1px solid #fff;
	height: 280px;
	margin-bottom: 20px;
	padding-top: 90px;
	width: 250px;
}
#formGetStarted {
	position: relative;
	left: 20px;
	top: 0;
}
	#formGetStarted input {
		margin-bottom: 10px;
		width: 200px;
	}
	#formGetStarted select { height: auto; margin-bottom: 10px; }
	#formGetStarted label {
		color: #785522;
		display: block;
		font: 12px/23px Arial, Helvetica, sans-serif;
		width: 300px;
	}
#header { margin: auto; }
#nav {
	background: url(../images/bg_nav.jpg);
	border-bottom: 1px solid #fff;
	height: 35px;
	font: 13px/35px Arial, Helvetica, sans-serif;
	text-align: center;
}
	#nav li { display: inline; }
	#nav a:link,
	#nav a:visited {
		color: #734c15;
		border-right: 1px solid #e19e3f;
		padding: 0 15px 0 15px;
		text-decoration: none;
	}
	#nav a:hover { color: #c68f40; }

#selectedBar { height: 15px; }
#siteTree {
	color: #999;
	font: 10px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
}
	#siteTree a:link,
	#siteTree a:visited { color: #999; }
	#siteTree a:hover {
		color: #faaf44;
		text-decoration: none;
	}

#stage {
	background: url(../images/bg_stage_tile_y.gif) repeat-y;
	margin: auto;
	min-height: 100%;
	position: relative;
	width: 886px;
}
ul#footer,
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link,
a:visited { color: #3389c5; }
a:hover {
	color: #faaf44;
	text-decoration: none;
}

/* FireFox expansion fix: */
.columnFix:after {
	clear: both;
	content: ""; 
	display: block;
	height: 0;
	visibility: hidden;
}
