body {
	margin: 0;
	padding: 0;
	background-color: #f6f6e9;
	color: #333;
	font-family: "Lucida Grande",Lucida, Verdana, sans-serif;
}

p, li{
	font: .8em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;

}
#branding{

	color: #fff;
	background-color: #591419;
	padding: .2em 0em .2em 1em;
	font-size: .75em;
	font-weight: bold;
	border-bottom: 3px solid #767676;
}

#nav_crumbs{
	padding:  .5em 0em .5em 1em;
	font-size: .9em;
}

#content {
	width: 90%;
	margin: .5em; 
	background-color: #fff;
	border:  0;
	color: #333;
	font-size: .8em;
}


#sidebar{
	display: none;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}

#sidebar ul ul {
}

#sidebar li {
	padding: 0;
}

#sidebar li li{
	padding:  .25em;
}

#sidebar h1{
	font-size: 1em;
	font-weight: bold;
	padding: .5em 0em 0em 0em;
	border-top: 1px dotted #7a7060;
	color: #414141;
}

#sidebar h2{
	font-size: .9em;
	font-weight: bold;
	padding: 0;
}

#sidebar h3{
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	color: #4b4b4b;
}
#footer{
	clear: both;
	margin:  1em;
	padding: .5em 0 .5em .5em;
	border-top: 1px dotted #8f8f8f;
	font-size: .8em;
	font-style:  italic;
}
h1{
	font-size: 1.4em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
	font-weight: bold;
}



sidebar a{
	color: #354971 !important;
}

a {
	color : #800000;
	text-decoration : none;
	font-size: inherit;
}

a:hover {
	text-decoration: underline;
	color: #800000;
}


.figure_popup {
	margin: 0 10% 0 10%;
	border-top: 1px solid #d1d1d1;
	border-bottom:  1px solid #d1d1d1;
	font-size:  .8em;
}

.figure_popup img {
	padding: .1em;
	border: 2px solid #d1d1d1;
	margin: 1% 0 0 0;
}

.figure {
	margin: 0 10% 0 10%;
	border-top: 1px solid #d1d1d1;
	border-bottom:  1px solid #d1d1d1;
	font-size:  .8em;
}
.figure img {
	padding: .1em;
	border: 2px solid #d1d1d1;
	margin: 1% 29% 0 29%;
}
p.caption{

}

.courtesy {
	font-style: italic;
}

