@charset "utf-8";
/* CSS Document */

body {
	width: 800px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
	font: .8em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  }
  
#timeline {
	margin: 24px 0 0 0;
	padding: 0;
	}

#bottom {
	width:778px;
	margin:0;
	padding:24px 12px 24px 12px;
	text-align:left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.picleft {
	margin:0 12px 0 0;
	padding:0;
	float:left;
	}
	
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	}

a:link {
	color:#660033;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal
	}
	
a:visited {
	color:#0033CC;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal
	}
	
a:hover {
	color:#660033;
	text-decoration:underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}