@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/Spectra_FlashMovieBkg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 851px;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 165px 0 0 183px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	padding: 160px 0 0 0;
	text-align: center;
	font-size: .8em;
}
.oneColFixCtr #footer a {
	color: #228E98;
	text-decoration: none;
}
.oneColFixCtr #footer a:visited {
	color: #000000;
}
.oneColFixCtr #footer a:hover {
	color: #FF0914;
	text-decoration: underline;
}

.oneColFixCtr #footer h4 {
	font-size: 1.5em;
}
#footer a.jpg {
	font-size: 0.8em;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a.jpg:visited {
	color: #2FABB5;
	text-decoration: none;
}
#footer a.jpg:hover {
	color: #FF0A15;
	text-decoration: underline;
	font-size: 1em;
}
#footer a.skip {
	font-size: 1.3em;
	color: #114B4D;
	text-decoration: underline;
	font-weight: bold;
}
#footer a.skip:hover {
	color: #114B4D;
	text-decoration: line-through;
	font-size: 1.3em;
}
#footbottom {
	margin: 160px 0 0 0;
}
