body {
	background-image: url(../images/main_background.png);
	background-repeat: repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top_background {
	background-image: url(../images/top_background.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 44px;
	width: 100%;
	top: 66px; 
	z-index: -400;
	overflow: hidden;
	left: 0px;
	right: 0px;
}
#shell {
	width: 923px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 111px;
	position: absolute;
	width: 923px;
}
#header_top {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 67px;
	width: 923px;
	top: -3px;
}
#header_top_extra {
	background-image: url(../images/nav_runner.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 49px;
	width: 923px;
	left: 0px;
	top: 64px;
}
#nav {
	position:absolute;
	width:800px;
	height: 38px;
	z-index: 100;
	left: 112px;
	top: 78px;
}
#body {
	position: relative;
	width: 923px;
	top: 105px;
	z-index:-500;
}
#page_header {
	position: absolute;
	height: 70px;
	width: 923px;
	margin: 0px;
	padding: 0px;
	z-index: -400;
	top: 113px;
}
#page_header img {
	z-index: -10;
}
#main_content {
	background-image: url(../images/content_background.png);
	width: 923px;
	position: absolute;
	padding: 0px;
	top: 71px;
	background-color: #0E3E65;
	background-repeat: repeat-y;
	z-index: 1;
}
#body_text {
	width: 600px;
	left: 227px;
	top: -170px;
	position: relative;
	font-size: 12px;
}
#main_content table {
	margin-left: 60px;
}
#sub_nav {
	font-size: 11px;
	color: #FFFFFF;
	width: 148px;
	left: 0px;
	margin-left: -7px;
	padding-left: 0px;
	margin-top: 7px;
}
#sub_nav a {
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 3px;
}
#sub_nav a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sub_nav ul {
	list-style:none;
	padding-top: 0px;
	margin-left: 19px;
	line-height: 28px;
	padding-left: 2px;

}
#main_text {
	padding-bottom: 12px;
	padding-right: 13px;
}
#main_text a {
	color: #0033FF;
	text-decoration: none;
}
#main_text h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #640204;
	margin-top: 13px;
}
#main_text h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	padding-top: 0px;
	margin-top: 3px;
}
#main_text h3 {
	font-size: 12px; 
	font-weight: bold;
}
#main_text table  {
	margin-left: 0px;
}
#main_text table h1 {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#main_text a:hover {
	text-decoration: underline;
}
#main_text li {
	font-size: 12px;
	margin-bottom:0px;
	padding-bottom: 1px;
}
#main_text ul {
	margin-bottom: 11px;
	padding-bottom:0px;
}
#footer {
	width: 923px;
	position: relative;
}
#footer_top {
	width: 923px;
	position: absolute;
	background-image: url(../images/footer_top.png);
	background-repeat: no-repeat;
	height: 8px;
}
#copyright {
	background-image: url(../images/footer_main.png);
	background-repeat: repeat-y;
	width: 923px;
	position: absolute;
	top: 8px;
}
#copyright p {
	font-size: 9px;
	color: #CCCCCC;
	padding-left: 72px;
	text-align: center;
	padding-right: 92px;
	margin-top: 8px;
}
#copyright a {
	color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer_bottom {
	position: relative;
	height: 31px;
	width: 923px;
	background-image: url(../images/footer_bottom.png);
	background-repeat: no-repeat;
}
 
