* {
	text-decoration: none;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #95d6fe url(../images/bg_tile_x.jpg) repeat-x top center;
	height: 100%;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
input,
textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
	input.field {
		background: #eaeaea;
		border: 0;
		height: 20px;
		margin-bottom: 10px;
		width: 190px;
	}

p {
	margin: 0;
	padding: 0;
}
#background {
	background: url(../images/bg.jpg) top center no-repeat;
	height: 100%;
}
#footer {
	background: url(../images/bg_footer.jpg) top center no-repeat;
	color: #1f445b;
	font: 10px Arial, Helvetica, sans-serif;
	height: 170px;
	margin: auto;
	text-transform: uppercase;
	width: 960px;
}
	#footer .left,
	#footer .right {
		float: left;
		margin-top: 30px;
		width: 450px;
	}
	#footer .left {
		padding-left: 30px;
		text-align: left;
	}
	#footer .right {
		padding-right: 30px;
		text-align: right;
	}
		#footer a:link,
		#footer a:visited {
			color: #1f445b;
		}
		#footer a:hover {
			color: #6aa7ce;
		}

#nav {
	height: 155px;
	width: 960px;
}
#stage {
	background: #fff;
	height: 740px;
	margin: auto;
	width: 960px;
}
	#stage .columnLeft {
		float: left;
		text-align: center;
		width: 210px;
	}
	#stage .columnMiddle {
		background: url(../images/bg_middle_column.jpg) no-repeat;
		float: left;
		text-align: left;
		width: 540px;
	}
	
		/* iframe content: Begin */
		.columnMiddleContent {
			background: #fff url(../images/bg_middle_column.jpg) no-repeat;
			height: 800px;
			width: 540px;
		}
			.columnMiddleContent p {
				color: #ed9328;
				font: bold 13px/17px Arial, Helvetica, sans-serif;
				margin: 10px 45px 0 45px;
				padding: 0;
			}
				.columnMiddleContent p.call-out {
					color: #0069aa;
				}
					.columnMiddleContent p a:link,
					.columnMiddleContent p a:visited {
						color: #0069aa;				
					}
					.columnMiddleContent p a:hover {
						color: #ed9328;
					}

		.columnMiddleContent .title {
			color: #ed9328;
			font: bold 30px/40px Arial, Helvetica, sans-serif;
			height: 40px;
			letter-spacing: -1px;
			margin-bottom: 0;
			padding-top: 20px;
			text-align: center;
			width: 540px;
		}
		/* iframe content: End */
	
	#stage .columnRight {
		float: right;
		text-align: center;
		width: 210px;
	}

#stageHome,
#stageInternal {
	background: #fff;
	height: 630px;
	margin: auto;
	overflow: hidden;
	width: 960px;
}
	#stageInternal p {
		color: #ed9328;
		font: 16px/25px Arial, Helvetica, sans-serif;
		margin: 10px 45px 20px 45px;
		padding: 0;
	}

img a:link,
img a:visited {
	border: 0;
}
a:link,
a:visited {
	color: #777;
}
a:hover {
	color: #000;
}


/* DHTML images styles: */
#stage .columnMiddle .largeImage {
	position: absolute;
	text-align: center;
	top: 280px;
	width: 540px;
	z-index: 9;
}
	#stage .columnMiddle .largeImage img {
		border: 5px solid #ccc;
	}

#dhtml-pic1,
#dhtml-pic2,
#dhtml-pic3,
#dhtml-pic4,
#dhtml-pic5,
#dhtml-pic6,
#dhtml-pic7,
#dhtml-pic8,
#dhtml-pic9,
#dhtml-pic10 {
	display: none;
}