body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: white;
	font-family: verdana;
	margin: 0;
}

a:link {
	color: #006666;
	text-decoration: underline;
}

a:visited {
	color: #006666;
	text-decoration: underline;
}

a:hover {
	color: #006666;
	text-decoration: none;
}

.top {
	margin-top: 0px;
}

.masthead {
	background-color: white;
	background-image: url(images/mastheadBackground.png);
	background-repeat: no-repeat;
}

.masthead form {
	padding: 10 0 0 775;
}

.contentTop {
	background-color: white;
	background-image: url(images/contentTopBackground.png);
	background-repeat: no-repeat;
}

.main {
	background-image: url(images/mainBackground.png);
	background-repeat: repeat-x;
	background-color: white;
}

.navigation {
	background-color: #808080;
	background-image: url(images/navigationBackground.png);
	background-repeat: no-repeat;
}

.content {
	background-color: white;
	padding-top: 15px;
}

.content h1 {
	padding: 0 20 0 20;
	font-size: 17pt;
	color: #019482;
}

.content h2 {
	padding: 0 20 0 20;
	font-size: 17pt;
	color: #019482;
}

.content h3 {
	padding: 0 20 0 20;
	font-size: 13pt;
	color: #019482;
	font-style:italic;
}

.content h4 {
	padding: 0 0 0 0;
	font-size: 12pt;
	color: black;
	text-decoration: none;
}

.content h5 {
	padding: 0 20 0 20;
	font-size: 16pt;
	color: #573428;
}

.content ul, .content ol {
	padding-left: 15px;
}

.content li {
	list-style-position: outside;
	padding-left: 15px;
}

.content p,.content td {
	padding: 0 20 0 20;
	font-size: 10pt;
	line-height: 1.6em;
	color: black;
}

.content div {
	font-size: 9pt;
}

.content li {
	padding: 0 20 0 20;
	font-size: 10pt;
	line-height: 1.6em;
	color: black;
}

.sidebar {
	font-size: 9pt;
	padding-top: 15px;
}

.sidebar p {
	color: black;
	padding: 0 10 0 10;
}

.sidebar a:link {
	color: black;
	text-decoration: underline;
}

.sidebar a:visited {
	color: black;
	text-decoration: underline;
}

.sidebar a:hover {
	color: black;
	text-decoration: none;
}

.currentNews {
	/*background-image: url(images/currentNewsBackground.png);
	background-repeat: no-repeat;*/
	background-color: #02a888;
	border: 1px solid black;
	color: white;
}

.currentNews h5 {
	font-color: white;
	text-decoration: none;	
	font-size: 13pt;
	font-weight: bold;
	padding: 0 10 0 10;
}

.currentNews a:link {
	color: white;
}

.currentNews a:visited {
	color: white;
}

.currentNews a:hover {
	color: white;
}



.quickLinks {
	background-image: url(images/quickLinksBackground.png);
	background-repeat: no-repeat;
}

.footer {
	border-top: 1px solid #808080;
	background-color: white;
	font-size: 8pt;
	color: #808080;
}

.footer p {
	line-height: 1.6em;
}

.footer td {
	font-size: 9pt;
	line-height: 1.6em;
}

.footer a:link {
	color: #808080;
	text-decoration: none;
}

.footer a:visited {
	color: #808080;
	text-decoration: none;
}

.footer a:hover {
	color: #808080;
	text-decoration: underline;
}
	