﻿html, body {
	font-family: arial, sans-serif;	
	background-color: #ffcc66;
	}
#headspace {
	height: 50px;
	width: 100%;
	}
#head {
	background-color:white ;
	height: 100px;
	width: 100%;
	text-align: right;
	font-weight:700;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	}
#head a:link {
	color: #000000;
	text-decoration: none;
}
#head a:visited {
	color: #000000;
	text-decoration: none;
}
#head a:hover {
	color: #000000;
	text-decoration: underline;
}
#head a:active {
	color: #0000ff;
	text-decoration: none;
}
#head p {
	line-height: 130%;
	margin-right: 10px;
	}
#infobox {
	float: right;
	text-align: center;
	font-family: arial;
	font-size: 90%;
	padding: 5px;
	margin: 5px;
	width: 330px;
}
#infobox p a {
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	}
#infobox h1 {
	text-align: center;
	}
#footer {
	text-align: center;
	}
h1.feature {
	background-color: #ff0000;
	border: 2px solid #000000;
	}
h1 { /*page titles*/
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	color: #003366;
	}
h2 { /*secondary titles*/
	font-size: 110%;
	color: #003366;
	font-weight: bold;
	}
h3 { /*teritary titles*/
	font-size: 105%;
	color: #003366;
	font-weight: bold;
	}
h2, h3 {
	margin-bottom: -1em;
	}
img {
	border-style: none;
	margin: 4px;
	}
p.timestamp { /*last modified date before footer*/
	font-size: 65%;
	font-style: italic;
	text-align: right;	
	clear: both;
	}
