body {
	font-size: 0.9em;
}

div#page {
	border: 2px navy solid;
	margin: 10px;
	padding: 0;
	font-family: Verdana, sans-serif;
}

#title {
	font-size: 225%;
	font-weight: bold;
	margin: 0;
	background-color: navy;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: #dddddd;
	letter-spacing: 0.20em;
	font-family: Times New Roman, Times, serif;
}

div#header div p {
	margin-top: 0;
}

div#header .logo {
	float: left;
	padding: 6px;
}

div#header .name {
	font-weight: bold;
	float: left;
}

div#header .address {
	font-size: 90%;
	margin-left: 1em;
	float: left;
}

ul.headings {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0.5em;
	display: block;
	border-bottom: 2px solid navy;
	clear: both;
}

ul.headings a {
	text-decoration: none;
	color: black;
	white-space: nowrap;
}

ul.headings .selected a, ul.headings.level2 a {
	text-decoration: none;
	color: #dddddd;
}

ul.level1 {
	background-color: white;
}

ul.level2 {
	background-color: navy;
}

ul.headings li {
	display: inline;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	list-style-type: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

ul.headings li.selected {
	background-color: navy;
}

div#content {
	padding: 1em;
	background-color: white;
	font-family: Georgia, Times New Roman, Times, serif;
}

h1,h2,h3,h4 {
	color: navy;
	font-family: Verdana, sans-serif;
	margin-bottom: 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-top: 0;
}

div#content a {
	color: navy;
}

div#content a img {
  border: none;
  vertical-align: middle;
  margin-right: 30px;
}

div#content img {
  margin: 5px;
}

div#content p {
	margin-top: 0;
}

div.twocol_l {
	width: 48%;
	float: left;
}

div.twocol_r {
	width: 48%;
	float: right;
}

div.twocol_l ul, div.twocol_r ul {
	margin-top: 0;
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	text-indent: -1em;
}

li.letter {
	padding-left: 0.5em;
	font-size: 150%;
	font-weight: bold;
}

div#content li.letter a {
	color: black;
}

br.clear {
	clear: both;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	border: 1px solid navy;
	padding: 3px;
}

td.heading {
	background-color: lightgrey;
	font-weight: bold;
	text-align: center;
}

td.break {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}


