* {
	text-decoration: none;
}
body {
	background: #207bb1;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
}
blockquote {
	background: #207bb0;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 605px;
}
	blockquote h1 {
		color: #fff;
		font: normal 22px Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		margin: 0;
	}
	blockquote p {
		color: #fff;
		font: 13px Arial, Helvetica, sans-serif;
		margin: 0 0 10px 0;
		padding: 0;
	}

form {
	margin: 0;
}
h1 {
	color: #207bb1;
	font: normal 22px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 20px 0 10px 10px;
}
h2 {
	color: #2177b9;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 10px;
}
input, textarea {
	border: 1px solid #ccc;
	width: 200px;
}
	/* FireFox only: */
	input:focus,
	textarea:focus {
		outline: 2px solid #f00;
	}

input[type=checkbox] {
	border: 0;
	width: auto;
}
label {
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: right;
	width: 150px;
}
p {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
ul {
	font: 13px Arial, Helvetica, sans-serif;
	list-style: disc;
}
#footer {
	border-top: 1px solid #fff;
	color: #b8e0ff;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
	width: 100%;
}
	#footer a:link,
	#footer a:visited {
		color: #fff;
		margin: 0 5px 0 5px;
	}
	#footer a:hover {
		background: #fff;
		color: #2177b9;
	}

#header {
	background: url(../images/bg_header_tile_x.jpg) repeat-x;
	border-bottom: 1px solid #fff;
	height: 145px;
	width: 100%;
}
#navigation {
	float: left;
	text-align: center;
	width: 185px;
}
	#navigation a:link,
	#navigation a:visited {
		border-bottom: 1px solid #5f98c7;
		border-right: 1px solid #fff;
		display: block;
		height: 25px;
		padding: 0 0 0 10px;
		position: relative;
		line-height: 25px;
		text-align: left;
		width: 174px; /* 174px + 10px padding-left + 1px border = 185px */
		z-index: 3;
	}
	#navigation a:hover {
		background: #5f98c7;
		color: #fff;
	}

#subNav {}
	#subNav a:link,
	#subNav a:visited {
		border-bottom: 1px solid #5f98c7;
		color: #fff;
		display: block;
		height: 25px;
		padding: 0 0 0 10px;
		line-height: 25px;
		text-align: left;
		width: auto; /* 174px + 10px padding-left + 1px border = 185px */
		z-index: 3;
	}
	#subNav a:hover {
		background: #5f98c7;
		color: #fff;
	}

#subNav1, #subNav2, #subNav3, #subNav4, #subNav5, #subNav6 {
	background: #2177b9;
	display: none;
	left: 185px;
	position: absolute;
	z-index: 3;
}
	#subNav1 {
		top: 172px;
		width: 220px;
	}
	#subNav2 {
		top: 198px;
		width: 210px;
	}
	#subNav3 {
		top: 224px;
		width: 140px;
	}
	#subNav4 {
		top: 250px;
		width: 260px;
	}
	#subNav5 {
		top: 276px;
		width: 260px;
	}
	#subNav6 {
		top: 302px;
		width: 260px;
	}


#stageExpansionIndex {
	background: #fff url(../images/bg_stage_tile_x.jpg) repeat-x;
}
	#stage {
		background: url(../images/bg_stage_tile_y.jpg) repeat-y;
		position: relative;
		width: 810px;
		z-index: 1;
	}

a:link,
a:visited { color: #2177b9; }
a:hover { color: #000; }

a:link img,
a:visited img { border: 0; }

/* FireFox expansion fix: */
.columnFix:after {
	clear: both;
	content: ""; 
	display: block;
	height: 0;
	visibility: hidden;
}
