
body
{
	background: #000c6c url(/images/blue_gradient.gif) repeat-x left top;
	margin: 10px 0 0 0;
	font: normal 12px/normal "Arial" , Helvetica, sans-serif;
	color: #99ccff;
	vertical-align: top;
}
.container
{
	position: relative;
	width: 900px;
	overflow: visible;
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid yellow;*/
	color: #99ccff;
}
#headerBox
{
	top: 0px;
	left: 0px;
}

#mainNav
{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 21px;
	line-height: 0px;
	background: url(/images/navFill.gif) left top no-repeat;
}
#mainNavFlex
{
	position: relative;
	width: 100%;
	height: 16px;
	line-height: 0px;
	padding: 5px 0 0 0;
	text-align: left;
	background: url(/images/navEndFill.gif) right top no-repeat;
}
.mainContent_wide
{
	padding: 5px 0px 0 180px;
}
.inner
{
	width: 100%;
}
.float-wrap_wide
{
	float: left;
	width: 100%;
	margin-left: -180px;
}
.leftColumn
{
	position: relative;
	float: left;
	width: 170px;
	margin: 0 10px 10px 0;
	padding: 0px;
}
.centerColumn_wide
{
	position: relative;
	float: right;
	margin: 0px -180px 0 0;
	width: 100%;
}
.centerColumn_clear
{
	position: relative;
	clear: right;
	width: 100%;
	height: auto;
	border-bottom: solid 1px #99ccff;
	margin: 0 0 5px 0;
}
.centerColumn_header
{
	position: relative;
	clear: none;
	overflow: hidden;
}
.centerCol_box
{
	height: 100%;
	width: auto;
}
.mapOuter
{
	float: left;
	padding: 0px 18px 0 18px;
	height: 336px;
	width: 420px;
}
.mapInner
{
	width: 100%;
}
.mapWrap
{
	float: left;
	width: 100%;
	margin-left: -18px;
}
.mapLeft
{
	position: relative;
	float: left;
	width: 16px;
	height: 318px;
}
.mapCenter
{
	position: relative;
	float: right;
	margin-left: 0px;
	width: 402px;
	height: 336px;
}
.mapRight
{
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	width: 16px;
	height: 318px;
	margin: 0;
}
.top
{
	position: relative;
	width: 16px;
	height: 16px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -9px;
}
.map
{
	padding: 3px 0 3px 0;
}
.middle
{
	position: relative;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -9px;
}
.bottomSide
{
	position: relative;
	width: 16px;
	height: 16px;
	top: 100%;
	margin-top: -18px;
	left: 50%;
	margin-left: -9px;
}
.bottom
{
	position: relative;
	width: 16px;
	height: 16px;
	bottom: 4px;
	left: 50%;
	margin: 0 0 0 -9px;
}
.mapControls
{
	border-left: solid 1px #0066d1;
	padding: 10px;
	width: 100px;
	height: 100%;
	text-align: center;
}
.mapControls td
{
	padding: 5px 0 5px 0;
}
.resultWrap
{
	width: 100%;
	margin: 10px 0 0 0;
	border-bottom: solid 1px #99ccff;
}
.resultSet
{
	width: 100%;
	border-top: solid 1px #0066d1;
	margin: 0;
}
.resultSet td
{
	padding: 5px;
}
.resultControl
{
	width: 100%;
	border-top: solid 1px #0066d1;
	padding: 5px 0 5px 0;
}
.blueRuleFlex
{
	height: 1px;
	line-height: 1%;
	font-size: 1%;
	background-color: #0066d1;
	border-right: solid 1px #0066d1;
	border-left: solid 1px #0066d1;
}
.dkBlueRuleFlex
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #000c6c;
	border-right: solid 1px #84adff;
	border-left: solid 1px #84adff;
}
.ltBlueRuleFlex
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #99ccff;
	border-right: solid 1px #84adff;
	border-left: solid 1px #84adff;
}
.clear
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.yellow
{
	color: #fdff40;
}
img
{
	border: none;
}
a
{
	color: #fdff40;
	text-decoration: none;
}
a:hover
{
	color: #99ccff;
	text-decoration: none;
}
