@charset "UTF-8";
/* CSS Document */

body {
	background: #999999 url(../images/main_bkgrnd.jpg) repeat-y center;
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;

}

#wrap {
	width: 937px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 135px;
	width: 937px;
	background: #999999 url(../images/lvl2_header.jpg) no-repeat;
	text-indent: -9999px;
	text-align: center;
}

#header ul {
	text-indent: 0px;
	width: 937px;
	margin-top: 80px;
	margin-left: 6px;
	padding: 0;
	list-style: none;
	float: left;
}

#header ul li {
	float: left;
}

#header ul a {
	display: block;
	padding: 2px 15px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #b3c6de;
	border-left: #b3c6de solid 1px;
}

#header ul .first a {
	border-left: #003399 solid 1px;
}

#header ul a:hover {
	background: #A0B4C6;
	color: #003399;
}


#stories {
	width: 619px;
	background: #ccc;
	float: left;
}

#story_index {
	width: 585px;
    min-height: 1400px;
	margin: 3px 0 10px 8px;
	padding: 0 8px 8px 8px;
	background: #eaedef url(../images/story_bkgrnd.jpg) bottom repeat-x;
}

#story_index ul {
	list-style: inherit;
	font-size: 12px;
	margin-left: 13px;

}

#story_index strong {
	font-weight: bolder;
}

#story_index strong.bolditalic {
	font-weight: bolder;
	font-style:italic;
}

#story_index em {
	font-style: italic;
}

#story_index h1 {
    font-size: 18px;
	font-weight: bold;
	color: #003399;
	border-bottom: #003399 solid 1px;
	padding-bottom: 1px;
	padding-top: 10px;
	margin: 2px 0 15px 0;
}

#story_index h2 {
	font-size: 14px;
	color: #003399;
	margin-bottom: 8px;
}

#story_index p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

#story_index img.left {
	border: #003399 solid 1px;
	margin-right: 8px;
	padding: 8px;
	float: left;
}

#story_index img.right {
	border: #003399 solid 1px;
	margin-left: 8px;
	padding: 8px;
	float: right;
}


#story {
	width: 585px;
	min-height: 700px;
	margin: 3px 0 10px 8px;
	padding: 0 8px 8px 8px;
	background: #eaedef url(../images/story_bkgrnd.jpg) bottom repeat-x;
}

#story ul {
	list-style: inherit;
	font-size: 12px;
	margin-left: 13px;

}

#story strong {
	font-weight: bolder;
}

#story strong.bolditalic {
	font-weight: bolder;
	font-style:italic;
}

#story em {
	font-style: italic;
}

#story h1 {
    font-size: 18px;
	font-weight: bold;
	color: #003399;
	border-bottom: #003399 solid 1px;
	padding-bottom: 1px;
	padding-top: 10px;
	margin: 2px 0 15px 0;
}

#story h2 {
	font-size: 14px;
	color: #003399;
	margin-bottom: 8px;
}

#story p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

#story img.center {
	border: #003399 solid 1px;
	margin-right: 8px;
	padding: 8px;
	float: center;
}

#story img.left {
	border: #003399 solid 1px;
	margin-right: 8px;
	padding: 8px;
	float: left;
}

#story img.right {
	border: #003399 solid 1px;
	margin-left: 8px;
	padding: 8px;
	float: right;
}

#info {
	width: 318px;
	float: right;
	background: #ccc;
}

#subNav {
	background: url(../images/new_bkgrnd.jpg) repeat-x;
	margin-top: 35px;
} 

#subNav h1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #DAE3EF;
	padding: 5px;
	background: #003399;
}

#subNav p {
	font-size: 11px;
	padding: 6px 0 6px 12px;
}

#subNav a {
	text-decoration: none;
	color: #003399;
}

#subNav a:hover {
	font-weight: bold;
}

#subNav p.odd {
	background: #adb1b4;
}

#footer {
	clear: both;
	background: #ccc;
}

#footer ul {
	width: 937px;
	padding: 5px 0;
	list-style: none;
	float: left;
	background: #003399 url(../images/footer_bkgrnd.jpg) repeat-y right;
}

#footer ul li {
	float: left;
}

#footer ul a {
	display: block;
	padding: 2px 40px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #b3c6de;
	border-left: #b3c6de solid 1px;
}

#footer ul .first a {
	margin-left: 212px;
}
#footer ul .second a {
	margin-left: 115px;
}

#footer ul .special a {
	color: #EBF5EB;
}

#footer ul .special a:hover {
	color: #339933;
	background: #CCE5CC;
}

#footer ul a:hover {
	background: #A0B4C6;
	color: #003399;
}

.clear {
	clear: both;
}

#footer p {
	color: #666666;
	height: 42px;
	background: url(../images/logos.gif) no-repeat left;
	font-size: 10px;
	padding-left: 700px;
	padding-top: 15px;
	
}