body {
	background:#eee url("../images/site/history-body-bg-4.gif") repeat-y center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#header {
	background:  url("../images/site/header-background.gif") repeat-x top;
}

#header h1 {
	display:none;
}

#content {
	padding-left: 50%;
}

#content-wrap {
	margin-left: -450px;
	width: 900px;
}

#splash {
width:740px;
margin-left:160px;
	text-align:right;
	position:relative;
}

.photoLink{
margin:0px;
padding:0px;
margin-top:-1em;
position:absolute;
bottom:0px;
right:0px;
}
p.photoLink a{
	background:#333;
	color:#999;
	padding:0 5px;
	font-size:.8em;
}

#splash img {
	float:none;
	margin:none;
	padding:none;
	
}

#sidebar {
	height: 1000px;
	position: absolute;
	top: 90px;
	width: 160px;
}

#sidebar ul, #secondarySidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondarySidebar li{
	margin-bottom:15px;
}

#sidebar li {
	margin-top: 5px;
}

#sidebar li.parent a {
	background: #eee url("../images/site/menu-arrow.gif") no-repeat right center;
	padding-right: 25px;
	width: 120px;
}

#sidebar li.child a {
	/*background: rgb(239, 231, 231);*/
	background:#eee;
}

#sidebar a {
	background:#eee;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	width: 130px;
	text-decoration: none;
}

#sidebar a[href^="http"]:after {
	color: #ACAC65;
	content: "\21D7";
	font-size: 14px;
}

#sidebar ul ul {
	border-left: 10px solid rgb(107, 101, 90);
	padding-left: 5px;
}

#sidebar ul ul li {
	padding-bottom: 1px;
}

#sidebar ul ul a {
	width: auto !important;
}

#sidebar a.current {
	background-color: white !important;
	color: #333 !important;
}

#sidebar a:hover {
	background-color: white !important;
	color: rgb(107, 101, 90) !important;
}

#text {
	padding: 6px 40px 6px 190px;
}

#text h1 {
	color: rgb(181, 24, 24);
	font-size: 24px;
	font-weight: normal;
}
#text h1.first{
	padding-top:145px;
}

#text h2 {
	border-bottom: 1px solid silver;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#text h3 {
	font-size: 14px;
	font-weight: bold;
}

#text p, #text li {
	line-height: 1.8em;
}

#text p {
	margin: 14px 0;
}

#text blockquote {
	background: rgb(230, 230, 230);
	padding: 1px 14px 1px 14px;
	margin-bottom: 14px;
	margin-top: 14px;
}

html[xmlns] #text table {
	margin: 14px 0;
}

#text table {
	border: 1px solid silver;
	margin: 2em 0;
	width: 670px;
}

#text th {
	background: #68645b;
	color: white;
	padding: 4px 10px;
	vertical-align: top;
}

#text th a {
	color: white;
	text-decoration: none;
}

#text th a:hover {
	text-decoration: underline;
}

#text td {
	background: rgb(230, 230, 230);
	padding: 4px 10px;
	vertical-align: top;
}

#text img {
	border: 1px solid rgb(181, 24, 24);
	display: block;
	font-size: 12px;
	margin: 10px;
	padding: 4px;
}

#footer {
	border-top: 1px solid silver;
	color: gray;
	font-size: 11px;
	margin: 2em 0 2.5em 0px;
	clear:left;
}

/*
=== twoColumn container ===
*/

#twoColumnContainer{
	width:670px;
	float:left;
	background:url("../images/site/innerWrapper-bg.jpg") repeat-y top;
}

#innerContent{
	float:left;
	width:400px;
}

#secondarySidebar{
	float:right;
	width:230px;
}

.calloutOne{
	width:200px;
	border:1px solid #b31b1b;
	margin:14px;
	padding:10px;
}

.calloutOne h3{
	margin:8px 0;
	padding:0;
}
/*
=== events list ===
*/

dl.textList, dl.textList dt, dl.textList dd{
	padding:0;
	margin:0;
	margin-bottom:5px;
	line-height:1.8em;
}

dl.textList dd{
	padding-left:10px;
}

/*
=== other ===
*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}