body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode" , "Arial" , "Helvetica" , sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

h1, h2
{
	font-family: Arial;
}

#outer
{
	margin: 0px;
	padding: 0px;
}

.header
{
	background-color: #87D3EB;
	border-bottom: solid 3px #446A76;
}

.logo img
{
	border-left: solid 5px #446A76 !important;
	border-right: solid 5px #446A76 !important;
	border-bottom: solid 5px #446A76 !important;
	border-top: 0px;
	margin: 0px;
}

.nav
{
	width: 742px;
	background-color: #446A76;
	margin: auto;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.nav a:link, .nav a:visited
{
	color: #E1F4FA;
}

.contentWrapper
{
	width: 742px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
}

h1
{
	margin-top: 30px;
	margin-bottom: 30px;
}

h2
{
	color: #901414;
	line-height: 25px;
}

.newsItem
{
	margin-top: 20px;
	margin-bottom: 50px;
}

.globalMessage
{
	margin-top: 30px;
	margin-bottom: 20px;
}

.contributor
{
	margin-bottom: 10px;
}

