@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*background-color: #1E3D6A;*/
	background-color:#000000;
	margin:0px;
	padding:0px;
}
h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
}
li {
	font-size:11px;
	line-height:13px;
	list-style-type:none;
	background-image:url(/graphics/list-arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	margin:0px 0px 20px 10px;
}

p {
	margin:0px 0px 15px 0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
}
#headerDiv {
	height:140px;
	background-image:url(/images/sky-back-header.jpg);
	background-repeat:no-repeat;
}
#introDiv {
	width:281px;
	height:276px;
	padding:21px 30px 21px 647px;
	background-image:url(/graphics/title-back-full.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #918f90;
}
#leftCell {
	width:598px;
	padding:10px 20px 0px 30px;
	border-right:1px solid #dbd6a6;
}

#mainCell {
	width:800px;
	padding:0px 0px 0px 0px;
}
#menuDiv {
	width:958px;
	height:250px;
	position:absolute;
	z-index:5;
}
#rootDiv {
	width:958px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #333333;
	background-color:#fffffe;
	text-align:left;
}
#rightCell {
	width:281px;
	padding:28px 0px 0px 30px;
	background-image:url(/graphics/right-cell-back.jpg);
	background-repeat:no-repeat;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.muteBlue {
	color:#234c78;
}
.indent20 {
	text-indent:20px;
}
.redHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:normal;
	line-height: 34px;
	color: #981b1e;
}
.sectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #55738c;
}
.sectionIntro {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #234c78;
}

a { color:#000000; }
a:hover { color:#000000; }