body {
	margin: 1em;
	padding: 0;
}

#header {
	text-align: center;
	height: 10%;
}

#logo {
	width: 395px;
	height: 74px;
	border: none 0;
}

#content {
	margin: 0 1em 3em 15em;
}

#navbar {
	position: absolute;
	top: 74px;
	left: 0px;
	width: 12em;
	margin: 1em;
	z-index: 3;
	font-size: large;
}

#navbar ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#navbar ul ul {
	font-size: medium;
	margin-left: 1em;
}

#navbar ul ul ul {
	font-size: small;
}

#navbar a {
	text-decoration: none;
}

#search {
	font-size: medium;
	display: block;
	padding-top: 2em;
}

#search_box {
	display: block;
}

#search_button {
	display: block;
}

#footer {
	clear: both;
	text-align: right;
}

/* Fix broken inheritance for the following items. */
body, table, td, th, p, ul, ol, dl {
	background: #006600 none;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: x-large;
	font-weight: normal;
}

h3 {
	font-size: large;
	font-weight: bold;
}

h4 {
	font-size: large;
	font-weight: normal;
}

h5 {
	font-size: medium;
	font-weight: bold;
}

h6 {
	font-size: medium;
	font-weight: normal;
}

a:link {
	color: #99FF99;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #00CC00;
	background: transparent;
	text-decoration: underline;
}

/* hover must come after link and visited to be effective */
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

/* active must come after hover */
a:active {
	color: #FFFF00;
	background: transparent;
	text-decoration: underline;
}

/* Style lists to indent the same in both explorer and mozilla. */
ol, ul {
	margin-left: 0;
	padding-left: 2.5em;
}

table, td, tr, th {
	border: none 0;
	text-align: left;
	vertical-align: top;
}

caption {
	font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	font-size: x-large;
	font-weight: bold;
}

a.navbar, a:visited.navbar { /* IE 4 needs the visited explicitly listed seperately */
	text-decoration: none;
}

.disclaimer {
	font-size: x-small;
	font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
}

.free {
	font-weight: bold;
}

.nolistmarker {
	list-style-type: none;
}

div.thumb {
	padding: 1em;
	float: left;
	width: 20em;
	height: 175px
}

div.thumb a img {
	display: block;
}

img.print {
	display: block;
}

.print_title {
	font-style: normal;
	font-weight: bold;
}

dt.faq {
	font-size: x-large;
}

ol ul {
	list-style-type: disc;
}

abbr, acronym {
	border-bottom: 1px dotted gray;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

