body {
	margin:25px;
	padding:0; 
	background-color: #ddd;
	font-family:trebuchet, arial, helvetica, sans-serif;
	color:#306
	}
#wrapper {
	width:99%;
	background-color:white;
	border: 1px black solid
	}
#header {
	height:150px;
	background:#369; 
	color:#fff;
	background-image:url(discovery.jpg); 
	border-bottom: 1px black solid
	}
#left {
	width:170px;
	float:left; 
	font-family:trebuchet, arial, helvetica, sans-serif;
	}
#right {
	margin-left: 180px;
	margin-right: 20px;
	background:#fff; 
	color:#306;
	line-height: 1.3em;
	height: 100%
	}
#footer {
	background:#369;
	color:#fff;
	font-family: georgia, times, serif;
	font-style:italic;
	text-align:center;
	padding:1px;
	border-top: 1px solid black
	}
.nav a:link {
	height: 20px;
 	display: block;
	background-color: #369;
	background-image:url(button.gif);
	padding: 0.5em 0.2em 0.5em 0.5em;
	border-width:2px;
	border-color: #fff #006 #006 #fff;
	border-style: solid;
	color: #000;
	text-decoration: none;
	text-align: right;
	font-size:12pt
	}
.nav a:visited {
	height: 20px;
	display: block;
	background-color: #369;
	background-image:url(button.gif);
	padding: 0.5em 0.2em 0.5em 0.5em;
	border-width: 2px;
	border-color: #fff #006 #006 #fff;
	border-style: solid;
	color: #000;
	text-decoration: none;
	text-align: right;
	font-size:12pt
	}
.nav a:hover {
	height: 20px;
	display: block;
	background-color: #369;
	background-image:url(button.gif);
	padding: 0.5em 0.2em 0.5em 0.5em;
	border-width:2px;
	border-color: #006 #ccc #ccc #006;	
	border-style: solid;
	color: #f00;
	text-decoration: none;
	text-align: right;
	font-size:12pt;
	}
h1 {
	font-family: georgia, times, serif;
	color:#f00;
	font-size:160%;
	}
li.anchor{
	list-style-image:url(anchor.jpg); 
	margin-bottom:10px;
	}
.clear {clear:both;}
.copyright {
	font-family: trebuchet, arial, helvetica, sans-serif;
	text-align:right;
	font-style:normal;
	font-size:75%;
	margin:1px;
	}
.author {
	font-size:90%;
	font-style:italic
	}
.Caption {
	font-family: Arial;
	color: #309;
	font-style: italic
	}