#banner {
	background-image: url(images-css/banner.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:93px;
	width: 750px;
	margin: 2em 0px;
}
#banner * {
	display: none;
}
#hd #links {
	text-align: center;
}
html {
	background-color: #FFFFCC;
}
body {
	font-family: Georgia, Times, "Times New Roman",  serif;
}
strong {
	font-weight: bold;
}
#ft {
	font-size: 70%;
	padding: 2em 0;
	text-align: center;
}
p {
	margin: .5em 0;
}

h1
{
	font-size: 200%;
	font-weight: bold;
	margin: 0.75em 0;
}
h2
{
	font-size: 160%;
	font-weight: bold;
	margin: 0.75em 0;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 0.75em 0;
}

ul li
{
	margin: 1em 0;
	margin-left: 1.5em;
	list-style-type: disc;
}
ul li li {
	list-style-type: square;
}
ul li li li {
	list-style-type: circle;
}

img.float-right {
	float: right;
	margin: 15px;
	margin-right: 0;
}