﻿body 
{
	margin: 0 0 0 0;
	width: 600px;
	border: none;
}

.pageHeader
{
	background-color: Transparent;
	height: 70px;
}

.pageContent
{
	background-color: Transparent;
	border: none;
}

.header
{
	font-weight: bold;
	font-family:Times New Roman;
	font-size: 11pt;
	color: #37554B;
	background-color: Transparent;
	margin-left: 10px;
}

.weatherGizmo
{
	float: right;
	position: relative;
	left: -10px;
	top: -2px;
	background-color: Transparent;
	border: ridge 2px #34A767;
}

div.clear
{
	clear: both;
}

.logo
{
	position: relative;
	top: 10px;
}

.left
{
	position: static;
	float: left;
	left: 10px;
}

.right
{
	position: relative;
	float: right;
	right: 0px;
	top: 5px;
}

div.news
{
	position: relative;
	top: 0px;
	font-weight: normal;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 10pt;
	color: #37554B;
	background-color: Transparent;
	left: 10px;
	margin-top: 5px;
	border: none;
}

div.newsHeader
{
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	font-weight: bold;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 11pt;
	color: #37554B;
	background-color: Transparent;
	margin-left: 0px;
	border: none;
}

div.content
{
	position: relative;
	top: 10px;
	font-weight: bold;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 10pt;
	color: #37554B;
	background-color: Transparent;
	left: 10px;
	border: none;
	width: 580px;
}

.contentHeader
{
	position: relative;
	margin-top: 0px;
	font-weight: bold;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 11pt;
	color: #37554B;
	background-color: Transparent;
	left: 0px;
	margin-bottom: 5px;
}

.contentTitle
{
	position: relative;
	font-weight: bold;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 10pt;
	color: #37554B;
	background-color: Transparent;
	margin-left: 10px;
	border: none;
	overflow: auto;
}

div.contentItemHidden
{
	position: relative;
	background-color: red;
	width: 560px;
	top: 0px;
	font-weight: normal;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 10pt;
	text-align: left;
	color: #37554B;
	left: 8px;
	display: none;
}

div.contentItemVisible
{
	position: relative;
	background-color: red;
	width: 560px;
	top: 0px;
	font-weight: normal;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 10pt;
	text-align: left;
	color: #37554B;
	left: 8px;
	display: inline;
	border: dashed 2px navy;
}

.contentItem
{
	position: relative;
	background-color: inherit;
	width: 560px;
	top: 0px;
	font-weight: normal;
	font-family: Baskerville Old Face, Times New Roman;
	font-size: 10pt;
	text-align: left;
	color: #37554B;
	left: 8px;
}

.scroller
{
	position: relative;
	float: none;
	top: 2px;
}

th
{
	text-align: left;
}

p
{
	background-color: inherit;
}

.nags
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	text-align: justify;
	font-size: 7pt;
	font-family: arial, times new roman;
}