html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	font: 0.9em/180% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#header {
	display: none;
}

#title {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 60px;
	background: #ffffff url(../images/bg_header.gif) repeat-x;
}

#title h2 {
	width: 690px;
	height: 45px;
	padding: 17px 35px 0px;
	margin: 0px auto;
	overflow: hidden;
	font: bold 1.6em Georgia, 'Times New Roman', Times, serif;
}

#title .info {
	position: relative;
	width: 690px;
	height: 13px;
	margin: -20px auto 5px;
	overflow: hidden;
	line-height: 100%;
	padding-top: 2px;
}

#title .info .date {
	position: absolute;
	right: 0px;
	color: #999;
	font-size: 0.7em;
}

#title .info .category {
	position: absolute;
	left: 0px;
	color: #999;
	font-size: 0.7em;
	width: 520px;
	overflow: hidden;
}

#title .info .category span {
	margin-left: 2em;
}

#title .info a {
	background-color: #ccc;
	color: #fff;
	padding: 0px 2px;
	text-decoration: none;
}

#title .info a:hover {
	background-color: #333;
}

#markers_top {
	margin: -16px auto 0px;
	height: 25px;
	width: 760px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#previous {
	position: fixed;
	z-index: 1;
	left: 0px;
	width: 50%;
	height: 100%;
	background-color: #e5e5e5;
}

#previous a {
	display: block;
	height: 100%;
	background: #e5e5e5 url(../images/bg_previous.gif) no-repeat right center;
}

#previous a:hover {
	background: #cecece url(../images/bg_previous_active.gif) no-repeat right center;
}

#previous span {
	display: none;
}

#next {
	position: fixed;
	z-index: 2;
	right: 0px;
	width: 50%;
	height: 100%;
	background-color: #e5e5e5;
}

#next a {
	display: block;
	height: 100%;
	background: #e5e5e5 url(../images/bg_next.gif) no-repeat left center;
}

#next a:hover {
	background: #cecece url(../images/bg_next_active.gif) no-repeat left center;
}

#next span {
	display: none;
}

#content {
	position: relative;
	z-index: 3;
	width: 690px;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px 35px;
	background-color: #e5e5e5;
	overflow: hidden;
}

#content .sitemap_list {
	line-height: 135%;
	margin-left: 2.1em;
	padding-left: 2.1em;
}

#content .sitemap_timeline {
	line-height: 135%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content .sitemap_timeline h4 {
	font-size: 1em;
	margin: 0px;
}

#content .sitemap_timeline h5 {
	font-size: 1em;
	margin: 0px;
}

#content .sitemap_timeline ul {
	list-style-type: none;
}

#content .sitemap_timeline ul ul {
	list-style-type: disc;
	margin-left: 0.7em;
	padding-left: 0.7em;
}

#content .sitemap_timeline ul ul span {
	font-style: italic;
	font-size: 0.7em;
}

#content .sitemap_timeline .category_1 span {
	background-color: #e5e5ff;
}

#content .sitemap_timeline .category_2 span {
	background-color: #e5ffe5;
}

#content .sitemap_timeline .category_3 span {
	background-color: #ffffe5;
}

#content .sitemap_timeline .category_4 span {
	background-color: #ffe5e5;
}

#content .sitemap_timeline .category_5 span {
	background-color: #ffffff;
}

#content_spacer_top {
	height: 90px;
}

#content_spacer_bottom {
	height: 230px;
}

#timeline {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #ffffff url(../images/bg_timeline.gif) repeat-x left top;
}

#timeline_content {
	height: 200px;
	overflow: hidden;
	background: #ffffff url(../images/bg_timeline.gif) repeat-x;
}

#marker_today {
	position: absolute;
	top: 0px;
	z-index: 12;
	width: 3px;
	height: 145px;
	background: url(../images/bg_marker_today.png) top no-repeat;
}

#timeline h2 {
	display: none;
}

#timeline ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#timeline ul h3 {
	position: absolute;
	margin: 20px 0px;
	top: 0px;
	font: bold 1em Georgia, 'Times New Roman', Times, serif;
	width: 42px;
	text-align: center;
	color: #000000;
	cursor: default;
}

#timeline ul h3 span {
	display: none;
}

#timeline ul ul h4 {
	display: none;
}

#timeline ul ul li {
	position: absolute;
	white-space: nowrap;
	top: 30px;
}

#timeline ul ul ul {
	font-size: 0.7em;
	text-transform: lowercase;
}

#timeline ul ul ul li {
	padding-left: 8px;
	margin-top: -1px;
	height: 21px;
	background: url(../images/bg_timeline_event_marker.gif) no-repeat left bottom;
}

#timeline ul ul ul li.current {
	background: url(../images/bg_timeline_event_marker_a.gif) no-repeat left bottom;
}

#timeline ul ul ul li.category_1 {
	padding-top: 0px;
}

#timeline ul ul ul li.category_2 {
	padding-top: 21px;
}

#timeline ul ul ul li.category_3 {
	padding-top: 42px;
}

#timeline ul ul ul li.category_4 {
	padding-top: 63px;
}

#timeline ul ul ul li.category_5 {
	padding-top: 84px;
}

#timeline ul ul ul li.category_1 a,
#timeline ul ul ul li.category_2 a,
#timeline ul ul ul li.category_3 a,
#timeline ul ul ul li.category_4 a,
#timeline ul ul ul li.category_5 a {
	position: relative;
	z-index: 6;
}

#timeline ul ul ul li.category_1 a:hover,
#timeline ul ul ul li.category_2 a:hover,
#timeline ul ul ul li.category_3 a:hover,
#timeline ul ul ul li.category_4 a:hover,
#timeline ul ul ul li.category_5 a:hover {
	z-index: 8;
	color: #ffffff;
	background-color: #000000;
}

#timeline ul ul ul li.current a {
	z-index: 7;
	color: #ffffff;
	background-color: #000000;
}

#timeline ul ul ul span {
	display: none;
}

#timeline ul ul ul a {
	text-decoration: none;
	color: #000000;
	padding: 1px 3px;
}

#timeline ul ul ul #marker {
	position: absolute;
	top: -59px;
	left: -11px;
	width: 27px;
	height: 30px;
	background: url(../images/bg_marker.png) no-repeat;
}

#SearchResults h3 {
	font-size: 1em;
	margin-bottom: 0px;
}

#footer {
	position: fixed;
	z-index: 6;
	width: 100%;
	bottom: 4px;
	height: 20px;
}

#footer ul {
	height: 20px;
	width: 420px;
	margin: 111px auto 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	background: url(../images/bg_footer.gif) center repeat-x;
	font-size: 0.8em;
	text-transform: lowercase;
}

#footer li {
	display: inline;
	margin: 0px 6px;
}

#footer a {
	padding: 0px 10px 2px;
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}

#footer a:hover {
	color: #fff;
	background-color: #333;
}

#searchform {
	position: fixed;
	bottom: 200px;
	z-index: 12;
	width: 100%;
	background-color: #cecece;
	padding: 10px;
	display: none;
}

#searchform fieldset {
	width: 300px;
	margin: 0px auto;
	padding: 0px;
}

#searchform .keywords {
	width: 200px;
	border: 1px solid #999;
}

#searchform .submit {
	width: 80px;
	border: 1px solid #999;
	background-color: #999;
	color: #fff;
	cursor: pointer;
}

#content .edit_page_link {
	text-align: right;
}

#markers_bottom {
	position: relative;
	bottom: 51px;
	margin: -136px auto 0px;
	height: 25px;
	width: 760px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}