body, p, div, th, td {
	font-family: "Times New Roman", Times, serif;
	color: rgb(0,0,128);
}

body {
	margin: 0px;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 20pt;
	font-variant: small-caps;
}

h3 {
	font-size: 14pt;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

h4 {
	text-transform: uppercase;
	margin-bottom: 0em;
	margin-left: 1em;
}

address {
	font-style: normal;
	font-weight: bold;
	margin: 0em 0em 1em 2em;
}

ul {
	list-style-type: square;
	margin-top: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

ol {
	padding-left: 2em;
	margin: 0em;
	margin-top: 0.5em;
}	

ol li {
	padding-left: 1em;
}

li ul {
	list-style-type: disc;
	margin-bottom: 1em;
}

li ul li {
	margin-bottom: 0em;
}

li ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

dd {
	margin-bottom: 1em;
}

a, a:visited {
	color: rgb(0,0,255);
}

a:hover {
	color: rgb(204,0,0);
}

hr {
	margin: 15pt 0pt;
	border: 1px solid rgb(0,0,128);
}

a img {
	border-style: none;
}

h1.banner {
	background-color: rgb(0,0,128);
	color: rgb(255,255,255);
	font-size: 28pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-variant: small-caps;
	margin: 0px;
	padding: 10pt 20pt 5pt;
}

h2.banner {
	background-color: rgb(0,0,128);
	color: rgb(204,0,0);
	font-size: 12pt;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-bottom: 5pt;
}

div.buttonbar {
	background-color: rgb(0,0,128);
}

div.buttonbar table {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

div.buttonbar table td {
	background-color: rgb(102,102,153);
	white-space: nowrap;
}

div.buttonbar a, div.buttonbar a:visited {
	display: block;
	background-color: rgb(102,102,153);
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid rgb(153,153,204);
	border-top: 1px solid rgb(153,153,204);
	border-right: 1px solid rgb(51,0,153);
	border-bottom: 1px solid rgb(51,0,153);
	margin: 2px;
	padding: 1px 10px;
}

div.buttonbar a:hover {
	background-color: rgb(51,51,204);
	border-right: 1px solid rgb(153,153,204);
	border-bottom: 1px solid rgb(153,153,204);
	border-left: 1px solid rgb(0,0,102);
	border-top: 1px solid rgb(0,0,102);
}

div.buttonbar a.active, div.buttonbar a:visited.active {
	background-color: rgb(51,51,204);
}

div.sidemenu {
	float: left;
	width: 100pt;
	border-right: 5px double rgb(0,0,128);
	border-bottom: 5px double rgb(0,0,128);
	margin-bottom: 4pt;
}

div.sidemenu h1 {
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	line-height: 17pt;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10pt;
}

div.sidemenu a, div.sidemenu a:visited {
	display: block;
	font-size: 12pt;
	line-height: 12pt;
	text-decoration: none;
	margin: 10pt 5pt;
	padding: 2pt 5pt;
	border: 1px solid rgb(255,255,255);
}

div.sidemenu a:hover {
	color: rgb(0,0,255);
	background-color: rgb(230,230,255);
	border: 1px solid rgb(230,230,255);
}

div.sidemenu a.active, div.sidemenu a:visited.active {
	color: rgb(0,0,128);
	background-color: rgb(230,230,255);
	border: 1px solid rgb(51,51,153);
}

div.content {
	margin-left: 120pt;
	margin-right: 20pt;
	padding-bottom: 20pt;
}

div.footer {
	background-color: rgb(0,0,128);
	color: rgb(255,255,255);
	font-size: 10pt;
	font-weight: bold;
	padding: 10pt 10pt 30pt;
	clear: both;
}

div.footer a, div.footer a:visited {
	color: rgb(153,153,255);
}

div.footer a:hover {
	color: rgb(204,204,255);
}

table.council {
	width: 80%;
	border-top: 1px solid rgb(0,0,128);
	border-left: 1px solid rgb(0,0,128);
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}

table.council td {
	width: 50%;
	vertical-align: top;
	padding: 10pt;
	border-right: 1px solid rgb(0,0,128);
	border-bottom: 1px solid rgb(0,0,128);
}

table.legal-index td {
	font-weight: bold;
	vertical-align: top;
	padding: 0em 2em 2em 0em;
}

table.grid {
	border: 1px solid rgb(0,0,128);
	margin: 1em 0em;
}

table.grid th {
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
	padding: 0.25em 0.5em;
	border: 1px solid rgb(0,0,128);
}

table.grid td {
	padding: 0.25em 0.5em;
	border: 1px solid rgb(0,0,128);
}

span.title {
	font-size: 14pt;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
}

img.bordered {
	border: 1px solid rgb(0,0,128);
	padding: 2px;
}

.float-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.spaced {
	margin-top: 2em;
}

.d-spaced {
	margin-top: 4em;
}

.indent {
	margin-left: 2.5em;
}

.tight {
	margin-left: 4em;
	margin-right: 4em;
}

.rule {
	padding-bottom: 4pt;
	border-bottom: 2px solid rgb(0,0,128);
}

.nobreak {
	white-space: nowrap;
}

.endnote {
	font-size: 80%;
	vertical-align: super;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.footnote {
	font-size: 80%;
}