body {
	margin: 0px;
}

#page {
	font: 12px Verdana;
	width: 800px;
}

#page .navbar {
	padding: 0px;
	margin: 0px;
	background-color: #037BD2;
	color: white;
}

#page .content {
	margin-top: 10px;
	clear: both;
}

#page .content-nav {
  position: absolute;
  left: 0px;
	width: 198px;
	vertical-align: top;
	background-color: #037bd2;
}

#page .content-nav a, #page .content-nav a:link, #page .content-nav a:visited {
	color: yellow;
	text-decoration: none;
}

#page .content-nav a:hover {
	color: white;
	text-decoration: underline;
}

#page .content-nav-footer {
	background-color: white;	
	padding-top: 10px;
}

#page .content-nav-footer a, #page .content-nav-footer a:visited, #page .content-nav-footer a:link, #page .content-nav-footer a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #364cc7;
	text-decoration: none;
}

#page .content-nav-header-text {
	font-size: 9.5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #1c3091;
	padding-left: 26px;
	padding-top: 11px;
	padding-bottom: 11px;
}

#page .content-nav-link {
	font: 11px Verdana;
	padding: 5px;	
	color: yellow;
}

#page li {
	margin: 0px;
	padding: 0px;
	margin-left: 39px;
	list-style-position: outside;
	list-style-type: square;
}

#page .selected {
	color: white;
}

#page .selected a, #page .selected a:visited, #page .selected a:link, #page .selected a:hover {
	color: white;
	text-decoration: none;
}

#page .content-text {
	margin: 0px;
	padding: 0px;
	margin-left: 210px;
	margin-right: 32px;
	vertical-align: top;
}

#page .content-text h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

#page .content-text h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 11px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #1c3091;
}

#page .content-text a, #page .content-text a:link, #page .content-text a:visited, #page .content-text a:hover {
	text-decoration: underline;
	color: blue;
}

#page .note {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 10px;
}

#page .picture-right-table {
	float: right;
	margin-left: 9px;
}

#page .picture-right {
	border: 1px solid black;
}

#page .picture-right-text {
	float: right;
	font-size: 9px;
	margin-bottom: 5px;
}

#page .picture-left-table {
	float: left;
	margin-right: 7px;
}

#page .picture-left {
	float: left;
	margin: 0px;
	margin-top: 11px;
	margin-left: 7px;
	border: 1px solid black;
}

#page .footer {
	font-size: 10px;
	font-weight: bold;
	height: 69px;
	background-color: #0099FF;
	padding-left: 26px;
	padding-right: 34px;
	padding-top: 12px;
	color: white;
	clear: both;
}

#page .footer a, #page .footer a:visited, #page .footer a:link, #page .footer a:hover {
	color: white;
	text-decoration: none;
}

#page .right {
	float: right;
}
