@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	background-color: #000e25;
	background-image: url(../images/bg_glow.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
}

a img {
	border: none;
}

a:link, a:visited, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding: 2px;
}

a:hover, a:active, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding: 2px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #b7e9fe;
	display: block;
	margin: 0px;
	padding: 20px;
}

.clear {
	clear: both;
}

.top {
	color: #00196e;
	font-size: 9px;
	padding-top: 10px;
}

#Box {
	position: absolute;
	top: 180px;
	left: 134px;
	width: 646px;
}

#BoxTop {
	height: 12px;
	min-height: 12px;
	width: 646px;
	min-width: 646px;
	background-image: url(../images/box_top2.gif);
	background-repeat: no-repeat;
	margin-bottom: -1px;
}

#Header {
	background-color: #000e25;
	height: 75px;
	min-height: 75px;
	width: 646px;
	min-width: 646px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#FAQ {
	display: block;
	position: absolute;
	right: 20px;
	top: 30px;
	padding: 5px 5px;
}

#FAQ a:link, #FAQ a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}

#FAQ a:hover, #FAQ a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#Logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

#Content {
	height: 100%;
	min-height: 100%;
	width: 646px;
	min-width: 646px;
	background-image: url(../images/box_bg_tile.gif);
	background-repeat: repeat-y;
	position: relative;
}

#Lineup {
	background-color: #fff;
	color: #000;
	margin: 0px 20px;
	padding: 10px;
	font-size: 1.4em;
	overflow: visible;
	clear: both;
}

.AlphaNav ul li {
	display: inline;
	float: left;
	padding-left: 5px;
}

.AlphaNav ul li a:link, .AlphaNav ul li a:visited {
	color: #00196e;
	text-decoration: none;
}

.AlphaNav ul li a:hover, .AlphaNav ul li a:active {
	color: #00196e;
	text-decoration: underline;
}

#Lineup p {
	margin: 10px 0px;
}
#Lineup ul li {
	list-style-type: none;
	color: #5b6371;
}

#Lineup ul li a:link, #Lineup ul li a:visited {
	color: #00196e;
	text-decoration: none;
}

#Lineup ul li a:hover, #Lineup ul li a:active {
	color: #00196e;
	text-decoration: underline;
}

#Lineup table {
	margin: 0px auto;
	clear: both;
	color: #5b6371;
}

#Lineup table h3 {
	display: block;
	padding-top:15px;
}

.Question {
	color: #5b6371;
	font-weight: bold;

}

.CinciAnswer {
	color: #5b6371;
}

.Answer {
	color: #5b6371;
	padding-bottom: 20px;
}

#ComingSoon {
	height: 100%;
	min-height: 100%;
	width: 646px;
	min-width: 646px;
	background-image: url(../images/box_bg_tile.gif);
	background-repeat: repeat-y;
	position: relative;
	text-align: center;
}

#FormContent {
	margin: 0px 20px;
	padding: 20px 10px;
	background-color: #fff;
	color: #000;
	font-size: 1.4em;
}

#SubNav {
	margin: 0px 20px;
	padding: 20px 0px;
	text-align: right;
	clear: both;
}

#SubNav img {
	border: none;
	margin-left: 10px;
}

#FindButton {
	position: absolute;
	bottom: 20px;
	margin-left: 262px;
}

#BoxBottom {
	height: 28px;
	min-height: 28px;
	width: 646px;
	min-width: 646px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/box_bot.gif);
	background-repeat: no-repeat;
}

#Legal p{
	font-size: .9em;
}

.Notice {
	color: #0076c9;
	font-size: 1.6em;
	font-weight: bold;
}

.Example {
	color: #fff;
	background-color: #0076c9;
	padding: 2px;
}