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

a.disabled { color: #777;
  text-decoration: none; }

a:hover { color: red;
 text-decoration: underline; }

.agenda {
	font-family: Georgia, "Times New Roman", Times, serif;
  	margin-left: 2em;
	text-indent: -2em;
	text-align: left;
}

body {
	width: 100%;
	height: 100%;
	max-height: 100%;
	background-color: #000;
	color: #e8e8e8;
	font: 12pt/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 2px;
}

#center_column {
	background-color: #000;
	position: absolute;
	left: 14em;
	width: 36em;
	top: 0;
	padding-left: 3em;
	padding-right: 3em;
	padding-bottom: 3em;
}

#center_column a
{ text-decoration: underline; }

#center_column h3 {
	margin-top: 4em;
}

code { margin-left: 2em; }

#columns {
	position: absolute;
	top: 2em;
	width: 100%;
}

.copyright { font-size: x-small; }

div.inline_figure {
	text-align: center;
}

div.floating_inline_figure_left {
	float: left;
	text-align: center;
}

div.floating_inline_figure_right {
		float: right;
		text-align: center;
	}
	
.enumeration
 {
	margin-top: 0.25em;
	margin-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h1 {
	margin-bottom: 0;
}
h4{ margin-bottom: 0em; }
.infotext {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-indent: 3em;
}

#left_column {
	background-color: #000;
	text-align: right;
	z-index: 1;
	position: fixed;
	top: 2em;
	bottom: 2em;
	left: 0;
	width: 14em;
}

#left_column p {
	margin: 0.5em 1.0em;
}

li {font-family: Georgia, "Times New Roman", Times, serif;}

p.nav_level_2 {
	font-size: small;
}

p.nav_level_1_disabled {
	color: #777;
}

p.nav_level_2_disabled {
	font-size: small;
	color: #777;
}

#page_footer a
{
  margin-left: 1em;
  margin-right: 1em;
}

#page_header {
	background-color: #000;
	z-index: 1;
	position: fixed;
	top: 0;
	height: 2em;
	right: 0em;
	text-align: right;
}

.prose {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-indent: 3em;
}

p.prose {
	margin-top: 3em;
}

span.inline_callout {
	font-weight: bold;
	font-size: x-large;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


