/* main element styles
---------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: gray;
	background: white url(../img/background.gif) center top no-repeat fixed;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	text-align: center;
}

#container {
	width: 660px;
	margin: 0 auto;
	text-align: left;
}

/* heading styles
---------------------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 3px;
	font-weight: normal;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
h4 { font-size: .9em; }

/* link styles
---------------------------------------------------------------------------- */
a {
	color: #587992;
	text-decoration: underline;
}

a:active {
	color: #8f3b1b;
}

/* header styles
---------------------------------------------------------------------------- */

#header {
	height: 140px;
	margin: 0 14px 20px;
	background: url(../img/olin.jpg);
}

/* navigation styles
---------------------------------------------------------------------------- */

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
}

#nav a,
.currentPage {
	float: left;
	margin: 0 9px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	color: #587992;
	background: white;
	border: 1px solid transparent;
}

#nav a:hover {
	color: #587992;
	border-color: #e6e6e6;
}

#nav a:active {
	color: #8f3b1b;
}

/* current location styles */
#nav .currentPage {
	color: #8f3b1b;
	border-color: #e6e6e6;	
}

/* content styles
---------------------------------------------------------------------------- */

#content {
	clear: left;
	float: left;
	padding: 14px;
	line-height: 1.6em; 
}

/* timeline
---------------------------------------------------------------------------- */
table.timeline {
	font-size: .9em;
}

table.timeline th {
	background-color: #a5b8c9;
	color: #ffffff;
	text-align: center;
}

table.timeline td.date {
	padding: 0;
	background-color: #bcc9d6;
	text-align: center;
}

table.timeline td {
	padding: .4em;
	background-color: #ccd6e0;
}

table.timeline ul,
table.timeline ol {
	margin: 0;
	padding: 0 0 0 2em;
}

table.timeline li {
	margin: 0 0 .2em;
}

