@charset "UTF-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the body in IE 5* browsers. The text is then set to the left aligned default in the #body selector */
	color: #000000;
}
a:link {
	color:#003D85;
	text-decoration:none;
}
a:link .external {
	color:#003D85;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003D85;
}
a:visited {
	color:#3A5175;
	text-decoration:none;
}
a:hover, a:active {
	color:#DE0026;
	text-decoration:none;
}
.body #body {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.body #header {
	background: #FFFFFF;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.body #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.body #poster {
	margin: 0;
	width: 890px;
	height: 230px;
	margin-bottom: 10px;
}
.body #sidebar {
	float:left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size:0.85em;
}

.body #sidebar h3 {
	background-image: url(/images/headbkg_col_narrow.png);
	background-repeat: no-repeat;
	background-position: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right:0px;
	padding-top:2px;
	padding-left: 15px;
	line-height: 22px;
	position: relative;
	left: -15px;
	top: -2px;
	width: 200px;
}
.body #sidebar dl {
	margin-top: 0px;
	line-height: 1.3em;
}
.body #sidebar dt {
	margin-top: 0px;
}
.body #sidebar dd {
	margin-top: 0px;
	margin-left: 15px;
}
.body #sidebar dt .active {
	color:#000000;
	font-weight:bold;
}
.body #sidebar dt .related {
	font-weight:inherit;
}
.body #sidebar dt .hidden {
	display:inherit;
}
.body #sidebar dd .active {
	color:#000000;
	font-weight:bold;
}
.body #sidebar dd .related {
	font-weight:inherit;
}
.body #sidebar dd .hidden {
	display:inherit;
}
.body #sidebar dt .active a, .body #sidebar dt .active a:link, .body #sidebar dt .active a:visited, .body #sidebar dt .active a:hover, .body #sidebar dt .active a:active {
	color:#000000;
	text-decoration:none;
}
.body #main {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 208px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.body #main h1 {
	font-family: "P22 Underground Pro Light", "Johnston ITC Std Light", "Johnston Light ITC", "JohnstonITC TT Light", Tahoma, sans-serif;
	font-size: 35pt;
	line-height:1.6em;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
	position:relative;
	left:-4px;
}
.body #main h2 {
	font-family: "P22 Underground Pro Medium", "Johnston ITC Std Medium", "Johnston Medium ITC", "JohnstonITC TT Medium", Tahoma, sans-serif;
	font-size: 1.6em;
	line-height:1.6em;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
	position:relative;
	left:-1px;
}
.body #main h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.body #main h3 {
	background-image: url(/images/headbkg_col_wide.png);
	background-repeat: no-repeat;
	background-position: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top:2px;
	padding-left: 15px;
	line-height: 22px;
	position: relative;
	left: -15px;
	top: -2px;
	width: 682px;
}
.body #footer {
	background:#FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	margin-top: 10px;
	font-size:0.85em;
}
.body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a body that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
code {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Courier New", Courier, monospace;
	background-color: #EDEDED;
	padding-right: 2px;
	padding-left: 2px;
}
.emphasize {
	color:#CC0000;
}

.highlight {
	background-color: #FFC;
	padding-top: 2px; 
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

p.pagenav {
	text-align:center;
}