/* ////// Undo html ////// */

* { margin: 0; padding: 0; }
body, h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
a img, :link img, :visited img { border: none; }
address { font-style: normal; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

div#header ul,
div#breadcrumb,
div#QuickLinks1_quicklinks { display: none; }

h1 {
	font-size: 200%;
	margin-bottom: 1em;
}

h2 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 1em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-bottom: 1.5em;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: .8em;
}

a {
	color: #09c;
	text-decoration: none;
}

div#header {
	font-size: 110%;
	margin-bottom: 3em;
}

p.pageIntro {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	padding: 1.5em 0;
}

address {
	border: 1px solid #ccc;
	padding: 1em;
	position: absolute;
	right: 0;
	top: 0;
}

/* ////// Copy ////// */

div#copy p, div#copy ul, div#copy ol, div#copy dl {
	font-size: 110%;
	line-height: 1.6em;
	margin-bottom: 1.7em;
}

div#copy ul, div#copy ol {
	line-height: 1.4em;
	margin-left: 3em; 
}

div#copy blockquote {
	margin: 0 2em 3em 0;
	padding-left: 30px; 
}

div#copy cite {
	font-weight: bold;
	font-style: normal;
}

div#copy dl {
	margin-bottom: 0; 
}

div#copy dt {
	font-weight: bold;
	margin-bottom: .7em; 
}

dl.homeFeature {
	padding-bottom: 2em;
}

dl.homeFeature dt a {
	display: block;
}

dl.last {
	margin-right: 0;
}

#fc_1, #fc_2, #fc_3, #fc_4, #fc_5, #fc_6, #fc_7, #fc_8, #fc_9, #fc_10, #fc_11 { display: block !important; }

/* ////// Tables ////// */

table.data {
	border-collapse: collapse;
	font-size: 110%;
	margin-bottom: 2em;
}

table.data th, table.data td {
	border: 1px solid #ccc;
	padding: 5px;
}

div#fc_content {
	border: 1px solid #ccc;
	margin-bottom: 2em;
	padding: 20px;
}

div#footer {
	border-top: 1px solid #ccc;
	font-size: 110%;
	padding-top: 1.5em;
}

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.displayNone {
	display: none;
}

img.right {
	float: right;
	margin: 0 20px 20px 20px;
}