body
{
	margin: 0;
	padding: 0;
	border-top: solid 5px #C5DADD;
	font-family: Verdana;
}

h1
{
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	color: #294954;
}

h2
{
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	color: #294954;
}

p
{
	font-size: 0.8em;
	color: #444444;
}

#menu
{
	position: relative;
	margin: auto;
	text-align: left;
	width: 850px;
	top: 0px;
}

span#menuTitle
{
	margin: 0.8em 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	left: 0px;
	color: #294954;
	font-size: 1em;
}

ul#menuList
{
	margin: 1em 0 0 2em;
	padding: 0 0 0 0;
	position: absolute;
	right: 0px;
	width: 46em;
	height: 1.4em;
	vertical-align: top;
	border-bottom: solid 5px #85ACBD;
}

ul#menuList li
{
	padding: 0.5em 0 0.5em 0;
	margin: 0 2.5em 0 0;
	float: left;
	font-size: 0.7em;
	list-style-type: none;
}

ul#menuList li a
{
	color: #444444;
	text-decoration: none;
}

ul#menuList li a:hover
{
	color: #aaaaaa;
	text-decoration: underline;
}

ul#menuList li#lastItem
{
	margin: 0 0 0 0;
}

#mainContent
{
	position: absolute;
	margin: auto auto auto -455px;
	top: 80px;
	left: 50%;
	width: 950px;
	height: 700px;
}

#banner
{
	border-top: solid 5px #C5DADD;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #777777;
	background-color: White;
	font-size: 0.7em;
}

#banner #bannerContainer
{
	position: relative;
	margin: auto;
	width: 700px;
}

#bannerContainer div
{
	float: left;
	padding: 5px;
}

#addressLinks a
{
	font-size: 0.8em;
	color: #444444;
	text-decoration: none;
}

#addressLinks a:hover
{
	font-size: 0.8em;
	color: #aaaaaa;
	text-decoration: underline;
}

@media screen
{
	div#banner
	{
		position: fixed;
	}
	
	/* Don't do this at home */
	* html
	{
		overflow-y: hidden;
	}
	
	* html body
	{
		overflow-y: auto;
		height: 100%;
	}
	
	* html div#banner
	{
		position: absolute;  
	}
	/* All done. */
}
