body {
	
	margin: 0px;
	font-family: Tahoma;
	font-size: 10pt;
}

td {
	
	font-size: 10pt;

}

a:link {
	
	color: white;
}
	
a:active {
	
	color: white;
}
	
a:visited {
	
	color: white;
}

a:hover {
	
	color: #fdf5e6;
}

td.header {
	
	padding-right: 25px;
	background: #00688b url(view.jpg) no-repeat;
	height: 120px;
}

td.menu {
	
	vertical-align: top;
	background-color: #00486b;
	font-size: 13pt;
}

td.menu a {
	
	display: block;
	white-space: nowrap;
	padding: 5px 20px 5px 40px;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

td.menu a.active {

	background-color: #528b8b;
}

td.content {

	padding: 20px 0px 20px 30px;
	background-color: #fdf5e6;
	color: #453124;
	vertical-align: top;
	font-size: 10pt;
}

td.content p {

	padding-left: 20px;
}

td.content p {

	padding-right: 20px;
}

td.footer {

	padding: 0px 0px 0px 0px;
	background-color: #453124;
	color: white;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	height: 10px;
}

td.downloads {

	width: 50%;
	padding: 0;
	vertical-align: top;
}

div.quote {
	
	padding: 20px 30px 0px 400px;
	float: right;
	color: white;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

div.quote p{

	padding: 0px 0px 0px 0px;
}
	
td.title {

	white-space: nowrap;
	padding-left: 10px;
	padding-top: 0px;
	vertical-align: top;
	font-size: 30pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

div.introduction {

	padding: 10px 10px 10px 10px;
	background-color: #528b8b;
	color: white;
	font-size: 10.5pt;
	font-weight: bold;
	font-style: italic;
	
}

div.submenu {

	display: none;
	
}

div.subsubmenu {
							 
	display: none;
}

div.submenu a {

	display: block;
	padding-left: 60px;
	white-space: nowrap;
	font-size: 0.8em;

}

h1 {

	padding: 8px;
	background-color: #528b8b;
	color: white;
	font-size: 14pt;
	font-weight: bold;
}

h2 {

	display: inline;
	padding: 5px;
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	 
	 font-size: 10pt;
	 font-weight: bold;
}

ul li {

	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}

ul li ul li {

	padding-top: 10px;
	padding-bottom: 10px;
}

ul li ul li ul li, ul li ul li ol li {
	
	padding-top: 0px;
	padding-bottom: 0px;
}