@charset "UTF-8";


body {
	background-color: #000033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p{
	margin-top:10px;
}
p,a,ul,li {
	padding-bottom: 5px;
}

/* CSS Document */

#stripe {
	position: absolute;
	height: 424px;
	width: 100%;
	background-image: url(../img/stripe_bg.jpg);
	top: 50%;
	margin-top: -212px;
	left: 0px;
	z-index: 1;
}
#logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 10px;
	top: 14px;
	background-image: url(../img/logo.jpg);
	height: 48px;
	width: 140px;
	z-index: 11;
}
#mainContainer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans;
	font-size: 12px;
	line-height:14px;
	font-style: normal;
	color: #333;
	height: 420px;
	width: 760px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -210px;
	margin-left: -380px;
	z-index: 4;
	background-image: url(../img/_help_bg.jpg);
}
#menu {
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-size: 16px;
	color: #999;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	top: 385px;
	position: absolute;
	left: 10px;
	width: 740px;
	height: 19px;
	z-index: 10;
}
#menu li {
	float: left;
	margin-right: 58px;
}
#menu li a {
	color: #181E63;
	text-decoration: none;
}
#menu li a:hover {
	color: #999;
}
#stripe #line {
	top: 156px;
}
#stripe #line2 {
	top: 369px;
}
.line {
	height: 1px;
	left: 0px;
	right: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	position: absolute;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	width: 100%;
	z-index: 4;
}
#title {
	position: absolute;
	height: 41px;
	width: 400px;
	background-repeat: no-repeat;
	z-index: 9;
}
#btnImg {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #244A86;
}
#btnImg:hover {
	color: #181E71;	
}
#haloTop {
	background-image: url(../img/halo_top.jpg);
	height: 62px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -63px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
#haloBottom {
	background-image: url(../img/halo_bottom.jpg);
	height: 63px;
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: -64px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

