body
{
	background-color: #DEE9F3;
	font-family: Arial;
}

a
{
	color: #9A233D;
}

#header
{
	border-color: #6699CC;
	background-color:	#CFFFFF;
	border-style: solid;
	width: 100%;
	text-align: left;
	height: 128px;
	vertical-align: middle;
}

#headerLeft
{
	width: 105px;
}

#headerContent
{
	text-align: center;
}

h1
{
	display: block;
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}

h2
{
	display: inline;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

h3
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}

h4
{
	margin: 10px 0;
}

img
{
	border-style: none;
}

#navigationLeft
{
	float: left;
	font-size: small;
	font-weight: bold;
	width: 175px;
}

#bodyContent
{
	width: 80%;
	padding-left: 175px;
	padding-top: 15px;
}

#bodyContent p,
#bodyContent ul,
#bodyContent ol,
#bodyContent td
{
	font-size: 14px;
}

#singleContent
{
	height: 300px;
}

.inlineHeader
{
	font-weight: bold;
}

.centered
{
	text-align: center;
}

.bodyLink
{
	font-weight: bold;
}

#navigationFooter
{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-top: 30px;
}

#navigationFooter span
{
	display: block;
}

#copyright
{
	padding-top: 8px;
}