body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	background-color: #003366;
	color: #ffffff;
	min-width: 600px;
	margin:7px;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	margin-top: 0.1in;
	margin-bottom: 0.1in;
}
h1 { font-size: 14pt; font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }
h4 { font-size: 10pt; }

p {
	margin-top: 0in;
	margin-bottom: 0in;
	padding-bottom: 0.1in;
}

table {
	font-size: 9pt;
	table-border-color-light: #99ffcc;
	table-border-color-dark: #000033;
}

th {
	text-align: left;
}

table.vertical {
	border-collapse: collapse;
}
table.vertical th,
table.vertical td {
	padding-right: 10px;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	vertical-align: top;
}
table.vertical th {
	background: #006699;
}

ul {
	padding-left: 4ex;
	margin-left: 0ex;
	margin-top: 0px;
}

img {
	outline: none;
	border: none;
}

a:link {
	color: #6CF9E8; /*#33cccc;*/
	text-decoration: none
}
a:visited {
	color: #66ffcc;
	text-decoration: none
} 
a:active {
	color: #cc0066;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

.nav a:link {
	color: #0BF4F4;
	text-decoration: none;
}
.nav a:visited {
	color: #66ffcc;
	text-decoration: none;
}
.nav a:active {
	color: #cc0066;
	text-decoration: none
}
.nav a:hover {
	text-decoration: underline
}

.title {
	padding-left: 160px;
	padding-top:10px;
	border-bottom: 1px solid #888888;
}

.banner {
	padding-left: 160px;
	padding-top: 6px;
	padding-bottom: 0px;
	font-size: 10pt;
	border-bottom: 1px solid #888888;
	background: #114477;
	margin-bottom: 8px;
}
.banner h2 {
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 2px;
}
.banner p {
	font-size: 9pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
.banner h2 a:link {
	color: #6CF9E8;
	text-decoration:none;
}

.banner h2 a:visited {
	color: #6CF9E8;
	text-decoration:none;
}

.banner h2 a:hover{
	color: #6CF9E8;
	border-bottom:1px solid #6CF9E8;
}

.banner p a:link{
	color: #6CF9E8;

}

.banner p a:visited{
	color: #6CF9E8;

}


.nav {
	float: left;
	display: block;
	width: 152px;
	margin-top:1px;
	margin-bottom:10px;
}

.nav a {
	display: block;
	margin: 2px 12px 1px 1px;
	padding:2px 2px 2px 4px;
	border: 1px solid #003366;
}

.navsub {
	margin-left: 0.14in;
	font-size: 8pt;
}

.content {
	margin-left: 160px;
}

.page-image {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	padding: 2px;
	background: #cccccc;
	border: 1px solid #001933;
}

.indented {
	margin-left: 3ex;
}

.callout {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	margin-top: 8px;
	margin-bottom: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.footer {
	border-top: 1px solid #888888;
	clear: both;
	padding-top: 8px;
	padding-left: 158px;
	font-size: xx-small;
	color: #ffffff;
}

.gallery img {
	padding: 3px;
	background: #eeeeee;
	border-right: 1px solid #001933;
	border-bottom: 1px solid #001933;
}

a.thisPage:link {
	color: #6CF9E8;
	text-decoration: none;
	background-color:#002953;
	margin: 2px 12px 1px 1px;
	padding:2px 2px 2px 4px;
	border:1px solid #A9A9A9;
	cursor: default;
}

a.thisPage:visited {
	color: #66FFEC;
	text-decoration: none;
	background-color:#002953;
	margin: 2px 12px 1px 1px;
	padding:2px 2px 2px 4px;
	border: 1px solid #A9A9A9;
	cursor: default;
}

a.thisPageLink:link {
	color: #6CF9E8;
	text-decoration: none;
	background-color:#002953;
	margin: 2px 12px 1px 1px;
	padding:2px 2px 2px 4px;
	border:1px solid #A9A9A9;
}

a.thisPageLink:visited {
	color: #66FFEC;
	text-decoration: none;
	background-color:#002953;
	margin: 2px 12px 1px 1px;
	padding:2px 2px 2px 4px;
	border: 1px solid #A9A9A9;
}

a.thisPageLink:hover {
	text-decoration: underline
}