body {
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(g/bluebg.jpg) no-repeat #002d62 fixed;
	background-position:top center;
}

.container {
	margin: 0 auto -50px;
	width:950px;
}

.header {
	margin:0 auto;
	width:950px;
}

.content {
	margin:0 auto;
	width:950px;
	font-size:1.1em;
}

.content strong {
	background-color:#a81212;	
}

#comingsoon {
	margin: 25px auto;
	text-align:center;
}

.push {
	height:50px;	
}

.footer {
	position:relative;
	width:100%;
	height: 50px;
	margin:0px auto -195px;
	text-align:center;
	padding:10px 0px;
	color:#fff;
	font-size:.80em;
	border-top:2px solid #e61a35;
}


.clear {
	clear:both;
}

li.issues {
	margin: 10px 0;
	list-style-image:url(g/red-bullet.png);
}

.req {
	color:#ff0000;	
}

span.highlight {
	background-color:#C30;	
}

p.largetext {
	font-size:15pt;
	
}


p.highlight {
	padding: 10px;
	background-color:#ffba00;
	color:#000;
	border:1px solid #e51937;
}

p.notefromelliot {
	color:#fff;	
}

h1 {
	margin:5px 0;	
}

h2 {
	
}

h3 {
	color:#ffba00;	
}

img {
	border:0;	
}

a:link, a:active, a:visited {
	color:#e61a35;
	font-weight:bold;
}

a:hover {
	color:#fff;	
}

