@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
#container {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	position: relative;
	text-align: center;
	width: 800px;
	background-image: url(../images/layout/intro/full.png);
	background-color: #00aeed;
	background-position: top;
	background-repeat: no-repeat;
	height: 787px;
	padding: 0;
	margin: -1px 0 0;
}
iframe.introVideo {
	margin: 56px 0px 0px;
	border: 1px solid #000;
}
img.overlayRight {
	position: absolute;
	top: 0px;
	right: 0px;
}
img.overlayLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
img.backgroundVector {
	position: absolute;
	top: 3px;
	z-index: 0;
}
table.information {
	position: relative;
	top: 108px;
	left: 140px;
	margin: 0px 0px 76px;
}
td.infoLeft {
	text-align: right;
	font-weight: bold;
}
td.infoRight {
	text-align: left;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a.linkStyle {
	color: #333;
	border-bottom: 1px dotted #333;
	padding: 0px 0px 1px;
}
/***** Copyright *****/
#copyright {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	width: 800px;
	text-align: center;
}
a.copyright {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}
a.copyright:hover {
	border-bottom: 1px #fff dotted;

}
