* {
	margin: 0;
	padding: 0;
	color: black;
}
body {
	font-size: 100%;
	min-width: 40em;
}
.content ul, ol {
	list-style-position: outside;
	margin-left: 1em;
}
a {
	color: blue;
}
a:focus, a:hover, a:active {
	color: Purple;
	background: #DADADA;
}
table {
	width: 100%;
}

table.header  {
	background: #E6C27F;
	border-bottom: medium solid maroon;
	text-align: right;
}
.header td {
	vertical-align: middle;
	padding: 0.5em;
}
.header h1 {
	font: bold 2em "lucida bright", georgia, times, serif;
	color: maroon;
	text-align: left;
}
.header a {
	text-decoration: none;
	padding: 0 1em;
	font: bold 90% "lucida grande", "trebuchet ms", verdana, helvetica, sans-serif;
}
.header form {
	padding: 0 1em;
}

table.body {
	text-align: left;
}
.body td {
	vertical-align: top;
}
td.menutree {
	background: #6D9DCF;
	border-right: thin solid maroon;
	font: bold 90% "lucida grande", "trebuchet ms", verdana, helvetica, sans-serif;
	padding-bottom: 1em;
	width: 17em;
}
.menutree ul {
	list-style-type: none;
}
.menutree ul li {
	padding-top: 1em;
}
.menutree ul ul li {
	padding-top: 0.5em;
}
.menutree ul ul ul li {
	padding-top: 0;
}
.menutree a {
	display: block;
	text-decoration: none;
	padding-right: 0.5em;
}
.uberlink {
	background-color: #F5F5DC;
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}
.menutree ul li a {
	padding-left: 0.5em;
}
.menutree ul ul li a {
	padding-left: 1.5em;
}
.menutree ul ul ul li a {
	padding-left: 2.5em;
}

td.content {
		font-family: "Comic Sans MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding: 0.5em;
}
.content img {
	border: medium solid #37357f;
	margin: 0.5em;
}

table.footer {
	text-align: center;
	background: #FFFFE0;
	border-top: thin dotted Gray;
}
.footer td {
	vertical-align: bottom;
}
.footer a {
	text-decoration: none;
	font: normal 80% "lucida grande", "trebuchet ms", verdana, helvetica, sans-serif;
}

h3 {
	padding-top: 1em;
}