body
{
	margin: 0px;
	padding: 0px;
	background: rgb(238, 238, 238) url(/images/figure-xlarge-mblur.png) no-repeat fixed 95% 95%;
}

span.datestamp
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	font-weight: bold;
	font-variant: small-caps;
}

span.aside
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-variant: small-caps;
}

ul.spacedList > li
{
	margin-bottom: 0.5em;
}

div.blockindentedRound
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 0.5em;
	background: #E0DCD0;
	color: black;
	border: solid 1px gray;
	-moz-border-radius: 1em;
}

div.indentedParagraphs p
{
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

div.indentedParagraphs p:first-letter
{
	padding-left: 2em;
        padding-right: 0.07em;
        display: inline-block;
        float: left;

}

div#headline
{
	padding: 0em;
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:	30px;
	position: fixed;
	overflow: hidden;
	top: 90px;
	height: 40px;
	width: 74%;
	left: 22%;
	color: rgb(120, 103, 88);
}

div#headline h2
{
	font-size: inherit;
	color: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
}

div#bodyContent
{
/*	border: 1px dotted rgb(102, 102, 102);
	border-bottom: 0px none;
*/	padding: 0.5em;
	background: transparent none;
	font-family: Georgia,Times New Roman,serif;
	font-weight: inherit;
	text-align: justify;
	position: fixed;
	overflow: auto;
	/* top: 100px; */
	top:	130px;
	bottom: 0.5em;
	width: 74%;
	left: 22%;
}

div#bodyUpperGradient
{
	display: block;
	position: fixed;
	top: 130px;
	height: 20px;
	left: 22%;
	width: 74%;
	background: transparent url(/images/dissolve-top.png);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 100;
}

div#bodyLowerGradient
{
	display: block;
	position: fixed;
	bottom: 0.5em;
	height: 20px;
	left: 22%;
	width: 74%;
	background: transparent url(/images/dissolve-bottom.png);
	background-repeat: repeat-x;
	background-position: top left;
	z-index; 100;
}

div#sidebar
{
	border-right: 0.2em solid rgb(168, 148, 126);
	background-color: rgb(199, 178, 153);
	display: block;
	float: left;
	overflow: auto;
	height: 100%;
	border-bottom-width: 0px;
	margin-top: 0%;
	margin-bottom: 0%;
	top: 0px;
	left: 0px;
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(120, 103, 88);
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 0%;
	/* padding-left: 2.5%; */
	width: 20%;
	position: fixed;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/images/header-dash-inverted-figure.png);
	text-align: center;
	white-space: normal;
}

div#sidebar a, div#sidebar a:visited
{
	text-decoration: none;
	color: #444;
	background: transparent none;

	border-bottom: none 1px #444;
}

div#sidebar a:hover, div#sidebar a:active
{
	border-bottom: dotted 1px #444;
}

div#sidebarSpacer
{
	position: relative;
	height:	90px;
	width:	2px;
}

div#sidebarFooter
{
	position: absolute;
	bottom:	0.5em;
	width:	96%;
	margin-left: 2%; 
	margin-right: 2%;
	font-size:	smaller;
}

div#sidebarFooter a, div#sidebarFooter a:hover
{
	border-bottom: none;
}

div#header
{
	left: 20%;
	top: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: inherit;
	font-size: small;
	padding-top: 70px;
	height: 20px;
	margin-left: 0.3em;
	text-align: left;
	width: auto;
	max-width: 79%;
	min-height: 20px;
	max-height: 90px;
	padding-left: 200px;
	min-width: 377px;
	font-style: italic;
	position: fixed;
	/* background-color: rgb(238, 238, 238); */
	background-color: transparent;
	background-image: url(/images/header-large.png);
	background-repeat: no-repeat;
}

#infobar
{
	font-family: normal,"Tahoma","Verdana","Geneva",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.8em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
	border-bottom: 0.16em outset;
	padding: 0.3em 0.3em 0.3em 2em;
	background: rgb(255, 255, 230) url(/images/warning.gif) no-repeat fixed 0.3em;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	color: black;
	text-decoration: none;
}

#infobar a:hover
{
	color: white;
	background-color: rgb(8, 36, 106);
}

#viewplot
{
	width: 100%;
	height: 95%;
}

