﻿body {
	margin: 0;
	padding: 5;
	font-family: georgia, "Book Antiqua", palatino, serif;
	color: #000;
	background : #FEFFFC;
}
div, p, th, td, li, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
    font-family: arial, "Arial", palatino, serif;
}
a {
	text-decoration: underline;
	/*font-weight:	bold;*/
}
a:link {
	color: #000; /*color:	#699;*/;
	background-color: transparent;
}
a:link.link-menubar {
	color: #33339A;
	padding-left: 8px;
	padding-right: 8px;
	/*text-decoration: none;*/
}
a:link.invisible {
	text-align: right;
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #000;
	background-color: transparent;
}
a:visited.link-menubar {
	color: #33339A;
	/*text-decoration: none;*/
}
a:visited.invisible {
	text-align: right;
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #000;
	background-color: transparent;
}
a:hover {
	color: #066;
	background-color: transparent;
	/*text-decoration:	underline overline;*/
}
dt {
	font-weight: bold;
}
ol, li, dl, dt, dd {
	/*line-height: 1.25;*/
	font-size: 14px;
}
ul {
	line-height: 1.25;

}
ul.loose {
	line-height: 2;
}
li.loose {
	padding-top: 10px;
	padding-bottom: 10px;
}
.li-date {
	font-size: 11px;
	padding-left: 10px;
}
.content {
	margin: 5% 15%;
	border: 1px dotted #333;
	background-image: url('../images/contentfill.gif');
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	margin-top: 20px;
	padding-top: 0;
	margin-bottom: 10px;
	line-height: 1.25;
	padding-right: 20px;

}
p.npa-list {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	line-height: 1.5;
	padding-right: 0px;
}
p.indent {
	margin-left: 60px;
	padding-right: 60px;
}
p.sitemap-item {
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	line-height: 1.5;
	padding-right: 0px;
	font-size: 16px;
}
div.indent {
	margin-left: 60px;
	padding-right: 40px;
}
.menubar {
	font-weight: bold;
	font-size: 12px;
	color: #33339A;
	text-align: center;
	line-height: 2.25;
}
h1 {
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.first {
	margin-top: 0;
	padding-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #33339A;
	background-color: transparent;
	margin-left: 0;
	margin-right: 0;
	/*margin-top: 15;
	margin-bottom: 10;*/
}
img {
	/* turns off gaps around images */
	border: 0px none;
}
.vs0 {
	margin-top: 0;
	padding-top: 0;
}
.ahem {
	display: none;
}
code, tt, pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
}
#footer, .marginalia {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
}
.libnavt {
	border-bottom: solid 1px #fff;
}
.libnavb {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.small {
	font-size: 10px;
}
.white {
	color: #fff;
	background-color: #699;
}
.choicesbox {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #fff;
	background-color: #699;
	border: 1px dotted #366;
}
.choicesbox2 {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #fff;
	border: 1px dotted #366;
}
.choicesbox a:link {
	color: #000;
}
.choicesbox a:visited {
	color: #333;
}
.choicesbox a:active, .choicesbox a:hover {
	color: #fff;
}
.subnav {
	font: bold 14px/1.5em palatino, georgia, times, "times new roman", serif;
	color: #999999;
	text-align: center;
}
.caption {
	font: 10px geneva, verdana, sans-serif;
	color: #366;
	background-color: transparent;
}
.fineprint {
	color: #000;
	/*background-color: #fff;*/
	border: 0px none;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: geneva, verdana, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
hr {
	border: 0;
	height: 2px;
	color: #808000;
	background-color: #808000;
	text-align: center;
}
hr.short {
	width: 66%;
}
hr.sitemap-separator {
	text-align: left;
	width: 60px;
	margin-left: 0px;
}
.widespread {
	word-spacing: 40px;
}
img.align-left {
    text-align: left; 
}
img.align-right {
    text-align: right; 
}

/****************************/
/********* TABLES ***********/
/****************************/


table.std {
	text-align: center;
	vertical-align: top;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FEFFE8;
	border: 2px #111111 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

td.std {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
}
td.std_column-header {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	font-weight: bold;
	background-color: #AABF8B;
}
td.std_align-left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	text-align: left;
}
td.std_align-right {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	text-align: left;
}

/* CONDENSED TABLE */
table.std_condensed {
	text-align: center;
	vertical-align: top;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FEFFE8;
	border: 2px #111111 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
td.std_condensed {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
}
td.std_condensed_column-header {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	font-weight: bold;
	background-color: #AABF8B;
}
td.std_condensed_align-left {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	text-align: left;
}
td.std_condensed_align-right {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	text-align: left;
}
