* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 99%;
}

body {
	 background: url(/images/background.png) repeat-x top left;
}

#header {
	background: #f9f9f9
}
#header h1 {
	text-indent: -9000px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	height: 55px;
	margin-top: 19px;
	margin-left: 24px;
}

#header em {
	display: block;
	padding-top: 10px;
	padding-left: 65px;
	padding-bottom: 10px;
	font-size: 18px;
	vertical-align: top;
	color: #808080;
	background-color: #f9f9f9;
}

#mainnav ul {
	background: #f9f9f9 url(/images/mainnav_bg.png) repeat-x bottom;
	height: 2.2em;
	line-height: 2.2em;
	font-size: 1em;
	padding-left: 11px;
	margin-bottom: 25px;
	list-style: none;
	font-weight: bold;
}

#mainnav .separator {
	width: 1em;
	text-align: center;
}
#mainnav h2 {
	display: none;
}

#mainnav li {
	float: left;
}

#mainnav a {
	float: left;
	display: block;
	color: #444;
	text-decoration: none;
	margin-right: 4px;
	padding: 0 11px 0 11px;
	text-transform: lowercase;
}

#mainnav .active a {
	background: url(/images/mainnav_active_bg.gif) repeat-x bottom left;
}

#mainnav a:hover {
	background: url(/images/mainnav_hover_bg.png) repeat-x bottom left;
}

#subnav {
	float: left;
	clear: left;
	width: 13em;
	line-height: 1.8em;
	font-size: 0.9em;
}

#subnav ul {
	list-style: none;
	background-color: #D4ECF7;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#subnav li * {
	display: block;
	color: #236C8F;
	padding-left: 2em;
	margin-bottom: 5px;
	background: url(/images/subnav_list.gif) no-repeat 0.8em center;
}

#subnav a:hover {
	background-color: #A9DAEF;
	text-decoration: none;
	font-weight: bold;
}

#subnav .active * {
	color: #ffea9b;
	background-color: #339bcc;
	background-image: url(/images/subnav_list_active.gif);
	text-decoration: none;
}

#content {
	margin-left: 14em;
	margin-right: 2em;
}

#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #329ACC;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

#content p, #content li, #content dt, #content dd,
#content h2, #content h3, #content em {margin-left:1em; margin-bottom: 0.5em;}

#contentfull {
	float: left;
	margin-right: 2em;
}

#contentfull h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #329ACC;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

#contentfull p, #contentfull li, #contentfull dt, #contentfull dd,
#contentfull h2, #contentfull h3, #contentfull em {margin-left:1em; margin-bottom: 0.5em;}

#footer {
	clear: both;
	color: #808080;
	font-size: 0.8em;
	margin: 0 2em 1em;
	text-align: right;
}

#footer hr {
	display: none;
}

#footer a {
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}

#leftmarginal {
	float: left;
	width: 13em;
	line-height: 1.3em;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #A9DAEF;
}

#leftmarginal h2 {
	color: #329ACC;
	font-size: 1.2em;
	margin-bottom: 0.4em;
}
/* Sitemap
   -------------------------------- */

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

.sitemap li {
	padding: 0.2em 0 0.2em 0.8em;
}

.sitemap ul li {
   background: url(/images/sitemap_li.png) no-repeat left center;
}

.sitemap ul li.last {
   background: url(/images/sitemap_li_last.png) no-repeat left center;
}

.sitemap ul {
   padding-left: 0.8em;
   list-style-type: none;
}

.sitemap a {
	background-color: white;
	padding-left: 0.2em;
	padding-right: 2em;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}
.small {
	font-size: smaller;
}
