body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 740px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 122px 0 0 0;
	background-image: url(masthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	margin-right: 150px;
	padding: 2em 0 2em 1em;
}

p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	font: normal 1.8em "Goudy Old Style", "Times New Roman", Times, serif;
	color: #004090;
	background-color: #ffffff;
	padding-top: 0.5em;
}

h2 {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #004090;
	background-color: #ffffff;
	margin-bottom: 1em;
}

h3 {
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #004090;
	background-color: #ffffff;
	margin-bottom: 0.25em;
	padding-top: 0.5em;
}

#content a:link, #content a:visited {
	margin-top: 0;
	margin-bottom: 1em;
	color: #9A071A;
	background-color: #ffffff;
}

#content a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

#content ul {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 1em;
}

#content li {
	margin-bottom: 0.5em;
}

#content .indent {
	margin-left: 1em;
	margin-bottom: 0;
}

.floatright {
	float: right;
	font-size: 12px;
	text-align: right;
	padding: 0 0 0 1em;
}

.blue {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #004090;
	background-color: #ffffff;
	margin-right: 4em;
	margin-bottom: 2em;
}

td, th {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 4px 6px 4px;
	border: 1px solid #ffffff;
}

.datatable {
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 70%;
}

.datatable th {
	color: #000;
	background-color: #cccc99;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
}

.datatable td {
	text-align: left;
}

caption {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #004090;
	background-color: #ffffff;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}

tr.altrow {
	color: #000;
	background-color: #fffded;
}
.trusttable {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 50%;
}

.trusttable th {
	background-color: #cccc99;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.trusttable td {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #cccccc;
	margin: 0;
	padding-bottom: 4px;
}

#subcontent {
	margin: 2em 1em 2em 1em;
	padding: 0;
}

#subcontent .datatable {
	border: 1px solid #cccccc;
	margin-bottom: 1em;
	width: 100%;
	border-collapse: collapse;
}

#subcontent .datatable th {
	background-color: #cccc99;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
}

#subcontent .datatable td {
	text-align: right;
}

#subcontent .datatable caption {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #004090;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}

#subcontent .datatable tr.altrow {
	background-color: #fffded;
	color: #000000;
}


#navigation {
	position: absolute;
	top: 140px;
	right: 0;
	width: 120px;
}

#navigation ul {
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li {
	width: 120px;
	border-bottom: 1px solid #CCCC99;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	text-align: left;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 0.5em 5px 0.5em;
	background-color: #ffffff;
	color: #004990;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #004090;
	color: #ffffff;
}

#subcontent {
	margin: 2em 0 1em 0;
	padding: 2em 0 1em 0;
}

#subcontent p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0;
}

#subcontent h1 {
	font: normal 2em "Goudy Old Style", "Times New Roman", Times, serif;
	color: #004090;
	background-color: transparent;
}

#subcontent h2 {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #004090;
	background-color: transparent;
	margin-bottom: 0;
}

#subcontent a:link, #subcontent a:visited {
	margin-top: 0;
	margin-bottom: 1em;
	color: #000000;
}

#subcontent a:hover {
	text-decoration: none;
	color: #000000;
}

#subcontent .link {
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
}

#footer {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: center;
	margin: 6px 0 6px 0;
	padding: 0.5em;
	color: #000000;
	background-color: #CCCC99;
}

#footer a:link, #footer a:visited {
	color: #000000;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}