body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

html>body ul {
	list-style: none;
	text-indent: -12px;
}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
}
li {
	margin: 7px 0 8px 10px;
}
ul.sublist {
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
}
li.sublist {
	margin: 7px 0 8px 3px;
}
#main_content {
	width: 768px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}
#top_nav {
	display: none;
}

#header_title {
	clear: both;
	position: relative;
	width: 768px;
	height: 50px;
	max-height: 50px;
	overflow: hidden;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #D0C8CC url(/images/header_print.gif) no-repeat center;
	border-bottom: 1px solid #000;
}
#header_title h1 {
	color:#000;
	position: relative;
	top: 15px;
	left: 10px;
	z-index: 2;
	text-align: left;
	margin: 0;
	padding: 0;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}
#header_title h2 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
}
#left_nav {
	display: none;
}
#content_well {
	position: relative;
	width: 746px;
	color: #000;
	padding: 5px 15px 5px 5px;
	float: right;
	text-align: left;
}
#content_well .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content_well h1 {
	font-size: 16px;
}
#content_well h2 {
	font-size: 15px;
}
#content_well h3 {
	font-size: 14px;
}
#content_well h4 {
	font-size: 13px;
}
#content_well h5 {
	font-size: 12px;
}
#content_well h6 {
	font-size: 11px;
}

#content_well .content {
	margin: 5px 0 10px;
}
#content_well a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content_well a:hover {
	color: #000;
}
#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 16px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: #000;
	border-top: 1px solid #000;
}
#footer h3 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	background: #000;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	background: #000;
}
.screenshot {
	padding: 4px;
	float: right;
}
#link_no_print {
	display: none;
}

.footer_tag {
	float: right; 
	padding-right: 5px; 
	font-weight: bold;
}

#printed_from {
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#printed_from a {
	font-weight: normal;
}

#bottom {
	padding-top: 15px;
	font-size: 11px;
	width: 300px;
}

#bottom a {
	color: #000;
	font-weight: normal;
}

.press_release {
	font: 12px Courier, "Courier New", serif;
	padding: 10px;
	border: 1px solid #000;
}

dd {
	padding-top: 4px;
	padding-bottom: 4px;
}
dt {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}