div.title {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 18pt;
	margin-top: 10px;
}

div.content {
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 15pt;
}

div.body {
	position: absolute;
	top: 70px;
	left: 180px;
	right: 100px;
	border-top: solid;
	border-left: solid;
	border-width: 1px;
	border-color: gray;
	padding-left: 20px;
}

div.navigation {
	position: absolute;
	top: 10px;
	left: 180px;
	height: 70px;
	border-top: solid;
	border-left: solid;
	border-width: 1px;
	border-color: gray;
	right: 100px;
}

div.line {
	border-top: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

span.section {
	border-right: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

span.nC {
	font-size: 10pt;
}

span.sectionSelected {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #005598;
}

a.section {
	font-family: sans-serif;
	text-decoration: none;
	color: #005598;
	padding-right: 20px;
	padding-left: 20px;
}


a.section:hover {
	background-color: #005598;
	color: white;
}

.sectionSelected {
	font-family: sans-serif;
	color: white;
}

body {
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

a {
	color: black;
}

div.imageFloatRight {
	float: right;
	margin: 5px;
	clear: right;
}
div.image {
	border: solid;
	border-width: 1px;
}
div.imageCapture {
	font-size: small;
	font-family: helvetica, arial, sans-serif;
	padding-top: 5px;
}

li {
	margin-bottom: 5pt;
}