body
{
	margin: 10px;
	color: #528988;
	background-color: #eeeedd;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a
{
	color: #528988;
}

#wrapper
{
	width: 700px;
	margin: auto;
	text-align: left;
}

#header
{
	height: 120px;
	background-image: url(../images/header.jpg);
}

h1
{
	margin: 0;
	padding: 0;
	margin: 0 0 0 -9999px;
}

#pageWrapper
{
	overflow: auto;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #538988;
}

#mainMenu
{
	float: right;
	width: 168px;
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
}

#mainMenu ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#mainMenu li
{
	padding: 0 5px;
	margin: 10px 0 0 0;
	/* Horrible IE hack. I have no idea why this is required */
	border: 1px solid #fff;
}

html>body #mainMenu li
{
	border: none;
}

#mainMenu li li
{
	margin-top: 5px;
}

#mainMenu li a
{
	display: block;
	padding: 0 0 0 15px;
	margin: 0;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 1px;
}

#mainMenu li a:hover
{
	background-image: url(../images/menu-over.gif);
}

#activeMenuItem
{
	background-image: url(../images/menu-highlight.gif);
}

#pageBody
{
	float: right;
	width: 491px;
	border-right: 1px solid #538988;
	height: 400px;
	padding: 10px 20px;
}

html>body #pageBody
{
	width: 491px;
	height: auto;
	min-height: 380px;
}

h2
{
	margin: 0 0 30px 0;
	font-size: 1.4em;
	text-align: right;
	font-weight: normal;
}

.newsPage #pageBody ol
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.newsPage #pageBody li
{
	padding: 0;
	margin: 0 0 30px 0;
}

.newsPage #pageBody li h3
{
	margin: 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #528988;
	font-size: 1em;
	font-weight: bold;
}

.newsPage #pageBody li h3 a
{
	text-decoration: none;
}

.newsPage #pageBody .datePublished
{
	margin: 1px 0 0 0;
	text-align: right;
	font-size: 0.8em;
}

.newsPage #pageBody li p
{
	margin: 0.5em 0;
}

.screenShot
{
	text-align: center;
}

.screenShot img
{
	margin: 5px;
}

.applet
{
	text-align: center;
}

.smallerText
{
	font-size: 0.9em;
}

#footer
{
	height: 20px;
	background-image: url(../images/footer.gif);
	font-size: 1px;
}
