@charset "utf-8";
#Header {
	position:absolute;
	width:950px;
	height:293px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#MainText {
	position:absolute;
	width:567px;
	height:816px;
	z-index:3;
	left: 15px;
	top: 295px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	color: #333;
	padding-top: 1px;
}
#Navigation {
	position:absolute;
	width:637px;
	height:28px;
	z-index:1;
	left: 313px;
	top: 38px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}
body {
	background-color: #021758;
	background-image: url(../images/BKGDblend.jpg);
	background-repeat: repeat-x;
	color: #999;
}
a:link {
	color: #00F;
}
a:hover {
	color: #900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 36px;
	color: #021758;
}
h2 {
	font-size: 24px;
	color: #021758;
}
h3 {
	font-size: 18px;
	color: #021758;
}
h4 {
	font-size: 16px;
	color: #021758;
}
h5 {
	font-size: 14px;
	color: #021758;
}
.RedBold {
	font-weight: bold;
	color: #F00;
}
.CenterText {
	text-align: center;
}
