#address
{
	position: absolute;
	float: right;
	font-size: 10pt;
	right: 13%;
	text-align: right;
	top: 10px;
}

#content
{
	position: relative;
}

#main
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#newsItem
{
	background-color: #2bf987;
	border-style: inset;
	border-width: 3px;
	color: #ff0000;
	font-size: 9pt;
	font-weight: bold;
	height: 5.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	position: relative;
	text-align: center;
	width: 150px;
}

#subTitle
{
	text-align: left;
	font-size: 18pt;
}

#title
{
	font-size: 24pt;
	font-weight: bold;
	margin-top: 3px;
}

a.nav:link
{
	background-color: rgb(255, 255, 132);
	color: #0000ff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.nav:visited
{
	background-color: rgb(255, 255, 132);
	color: #0000ff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.nav:hover
{
	background-color: rgb(171, 255, 115);
	color: #0000ff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

body
{
	background-color: #79afa1;
	font-family: Arial, Helvetica, Verdana;
}

hr.titleLine
{
	color: blue;
}

hr
{
	color: rgb(171, 255, 115);
}

.pastelGreen
{
	background-color: rgb(171, 255, 115);
}

.pastelYellow
{
	background-color: rgb(255, 255, 132);
}