@charset "UTF-8";
body {
	font: 100% 'Helvetica Neue', Helvetica, Arial, 'Arial Narrow', sans-serif;
	background: url(images/bg-stars.gif) left top repeat;
	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;
}
.oneColFixCtr #container {
	width: 580px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin:0;
	border:none;
	padding: 40px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/* 	height:533px; */
	padding-bottom:0;
	color:white;
	position:relative;
	padding-top:60px;
	padding-bottom:0;
	text-align:center;
}
#blue {
	width:540px;
	background-color:#00001C;
	margin:0 auto;
	padding:20px;
	text-align:left;
	border-top:10px solid #00000C;
}
p { line-height: 1.3;}
h4 { font-size: 1.2em; }
#blue img { text-align:center; display:block; margin:0 auto;}
#blue h1 {font-size:1.8em; margin-top:30px;}
h1 small { font-size:.5em; font-weight:normal!important;}
#blue h2 {font-size:1.4em; font-weight:normal;}
#mainContent a:link { color:#FFFF99;}
#mainContent a:visited { color:#ccc;}
#mainContent a:hover { color:white;}
#mainContent a:active { color:#fff99;}

.black { padding:20px;background-color:#00000C; font-size:.875em; margin-top:0px; width:540px; margin:0 auto; color:#6E75B0;}
.black a:link { color:white; color:#6E75B0;}
p strong, h3 strong { color: #ffffcc; }
.ldquo {margin-left:-.45em; color:#7BB265; text-align:left; padding-top:0em; line-height:1; font-family:Georgia,'Times New Roman', Times, serif; font-size:4em; display:block; float:left; width:.5em;}