﻿body {
	text-align: center;
	font-family: Verdana;
	font-size: 10.0pt;
}

h2
{
	color: #669999;
	font-size: 11.0pt;
	font-family: Verdana, Arial, Helvetical, Sans-Serif;
	font-weight: bold;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: square;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.mainContent
{
	width: 768px;
	margin: 0 auto;
	text-align: right;
	background-image: url(images/navbar_extra.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.body
{
}

.navigation
{
	float: left;
	clear: left;
	display: inline;
	width: 116px;	
	text-align: center;
}

.navItem
{
	color: #FFFFFF;
	border: 2px solid #2C85BD;
	background-color: #279999;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	padding: 2px 0;
	margin: 0 auto 10px auto;
	display: block;
}

.navItem:hover
{
	background-color: #2C85BD;
	border: 2px solid #279999;
}

.content
{
	float: left;
	width: 640px;
	margin-left: 10px;
	text-align: justify;
	min-height: 400px;
}

.copyright
{
	vertical-align: bottom;
	font-size: 8.0pt;
}

.pageTitle
{
	color: #2ba6a4;
	font-size: 13.0pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;	
}