body {
	font-family: verdana, helvetica, sans-serif;
	font-size: small;
	background-position: 215px 200px;
/* 	background-image: url('images/flex_bg.jpg'); */
	background-repeat: no-repeat;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

ol.lower {
	list-style-type: lower-latin;
}

ul {
/*	list-style-image: url("images/li.jpg"); */
/*	list-style-type: disc; */
}

ul li {
	margin: 0px 10px 0px 0px;
}

ul.topmenu {
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 20px;
	left: 220px;
}

ul.topmenu li {
	display: inline;
}

ul.topmenu a {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 0px 10px 0px 10px;
}

ul.programs {
}

ul.programs li {
	margin: 10px 0px 0px 0px;
}

ul.contact {
	padding: 0px 0px 0px 40px;
	font-style: italic;
}

a {
	color: #406088;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:visited {
	color: #90a0b8;
}

a:hover {
	text-decoration: underline;
	color: #d0c890;
}

table {
	font-size: 8pt;
}

table.state_list {
	border: solid black 2px;
	border-collapse: collapse;
	empty-cells: show;
}

table.state_list th {
	font-size: 7pt;
	text-align: left;
	border: solid #888888 1px;
}

table.state_list td {
	text-align: right;
	border: solid #888888 1px;
}

tr.header {
	font-size: x-small;
	background-color: white;
}

tr.header th {
	text-align: center;
	border: solid black 2px;
	border-spacing: 0px;
	vertical-align: bottom;
}

tr.header td {
	font-weight: bold;
}

tr.even {
	background-color: #b8c0d0;
}

tr.odd {
	background-color: white;
}

td {
	vertical-align: top;
}

table.contacts td {
	padding: 20px 10px 20px 10px;
}

table.teamleader {
	font-size: 8pt;
}

table.highlights {
	text-align: left;
}

table.highlights th {
	font-size: 10pt;
}

p.quote {
	font-style: italic;
}

p.letterlist {
	text-align: center;
}

p.event {
	text-align: center;
}

p.contact {
	padding: 0px 0px 0px 40px;
	font-style: italic;
}

img.left_image {
	float: left;
	padding: 10px 10px 10px 10px;
}

img.right_image {
	float: right;
	padding: 10px 10px 10px 10px;
}

#main {
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#logo {
	position: absolute;
	top: 60px;
	left: 330px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contactus {
	position: absolute;
	top: 0px;
	left: 539px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#search {
	position: absolute;
	top: 0px;
	left: 602px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar {
	position: absolute;
	top: 230px;
	left: 0px;
	z-index: 1;
	text-align: center;
	width: 143px;
	height: 220px;
	padding: 70px 60px 0px 20px;
	background-repeat: no-repeat;
}

#sidebar .textmenu {
	position: relative;
}

#sidebar p {
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar p:hover {
	color: white;
	/* background-color: #90a0b8; */
}

#sidebar a {
	color: #406088;
	font-size: small;
}

#sidebar a:visited {
	color: #90a0b8;
	font-size: small;
}

#sidebar p:hover a {
	color: #d0c890;
	font-size: small;
}

#content {
	position: absolute;
	margin: 6px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	top: 220px;
	left: 200px;
	width: 550px;
}

#notes {
	float: right;
	width: 200px;
/*	height: 200px; */
	border: solid 1px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#notes h4 {
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#footer {
	width: 100%;
	border-top: 1px dashed #333333;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#tagline {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}

