body {
	background-color: #eff0ea;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica";
}

a, a:link, a:visited, img {
	outline: none;
	border: none;
	text-decoration: none;
}

object, embed {
	outline: none;
}

.spacer {
	clear: both;
}

#flashUpgradeMsg {
	text-align: center;
	color: #3A729B;
	font-size: 13px;
}
#flashUpgradeMsg a, #flashUpgradeMsg a:link, #flashUpgradeMsg a:visited {
	text-decoration: underline;
	color: #3A729B;
	font-size: 13px;
}

#modalContainer {
	background: url(images/modalContainerBackground.gif) repeat-x white;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -285px;
	padding-top: 20px;
	border: 2px gray solid;
	width: 570px;
	height: 450px;
	font-family: "Helvetica";
	overflow: hidden;
}
#modalContainer iframe {
	
	padding: 20px;
	width: 530px;
	height: 420px;
	border: none;
}
#modalContainer iframe h2 {
	margin: 0px;
}
div#modalCloseContainer {
	
}
a#modalCloseBtn {
	display: block;
	width: 25px;
	height: 29px;
	background: url(images/modalCloseBtn.png);
	position: absolute;
	top: 122px;
	left: 50%;
	margin-left: 275px;
	z-index: 10000000000;
}

div#header {
	background: url(images/header_repeat.jpg);
	margin: 0px auto;
	height: 137px;
}
div#banner {
	margin: 0px auto;
	width: 900px;
}
img#logo {
	display: block;
	float: left;
	margin-left: 6px;
}
img#bannerText {
	display: block;
	float: right;
	margin: 51px 20px 0 0;
}

img#tagLine {
	background: url(images/tagLine_repeat.jpg) repeat-x;
	display: block;
	margin: 0px auto;
	padding: 29px 0 24px 0;
}

div#wrapper {
	background: url(images/content_repeat.jpg) repeat-x;
	margin: 0px auto;
}

div#content {
	margin: 0px auto;
	width: 900px;
}
div#contentLeft {
	float: left;
	width: 450px;
}
div#contentRight {
	float: right;
	width: 450px;
}

p.bottomMessage {
	display: block;
	text-align: center;
	color: #3a729b;
	font-size: 14px;
	padding: 10px 0;
}
p.bottomMessage a, p.bottomMessage a:link, p.bottomMessage a:visited {
				color: #3a729b;
				text-decoration: underline;
			}

div#footer {
	background: url(images/footer_repeat.jpg);
	height: 34px;
}
ul#footerLinks {
	display: block;
	margin: 0px auto;
	width: 382px;
	list-style-type: none;
	text-align: center;
}
ul#footerLinks li {
	float: left;
}

#copyright {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin-left: 50px;
}