@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #201a5b;
	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: #FFFFFF;
	font-size: 12px;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #201a5b; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bkg.jpg);
	min-height: 700px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 20px 0px;
}
.bottomcolumn {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/column-bkg.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 10px;
	height: 250px;
	width: 159px;
	border: none;
	position: relative;
	padding: 10px;
	float: left;
	display: none;
}
.bottomcolumn.first { margin-left: 10px; } 
.bottomcolumn.last { margin-right: 0; }
#oldnewimg { margin-bottom: 2em; }
#mainimg { margin-bottom: 2em; }
h3 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a, a:visited {
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
a:hover, a:active {
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	text-decoration: none;
	border-bottom-width: thin;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#mc-embedded-subscribe { background: url(images/join-button.jpg) no-repeat 0 0; border: none; width: 51px; height: 26px; padding: 0;}
#mce-responses { padding-bottom: 5px; }