body
{
	background: white;
	color: black;
}

body,
input,
select,
textarea,
td,
th,
p,
a
{
	font-family: sans-serif;
	font-size: 10pt;
}

a
{
	font-weight: bold;
	color: #696969;
}

a img
{
	border: none;
}

#top #logo
{
	float: right;
}

h1
{
	font-size: 15pt;
}

#mainMenu,
#leftMenu,
#footer,
.nav
{
	display: none;
}

#mainContent
{
	clear: both;
	margin-top: 2em;
}

.boxHolder h2,
#newsPane h2,
#claim h3
{
	font-size: 10pt;
	border: solid 1pt black;
	padding: 5pt;
	margin: 1em 0 0 0;
}

.boxHolder .boxContent,
#newsPane .content,
#claim .content
{
	border-width: 0 1pt 1pt 1pt;
	border-style: solid;
	border-color: darkgrey;
	padding: 5pt;
}

.boxHolder p,
.boxHolder h3,
#newsPane .content p,
#newsPane .content h3,
#claim .content p
{
	margin: 0 0 1em 0;
}

#middlePane,
#rightPane
{
	display: none;
}
