﻿/*
Background: #B3BA8C
Table Border, Title Graphic: #6A6E53
Link: #6E6E6E
Text: #6E5F52
Light Grey: #919191
Light Pink: #BAA28C
*/

body 
{
	background-color: White;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
	
	color: #6E5F52;
	font-family: "Palatino Linotype", "Palatino", "Times New Roman", Serif;
	font-size: large;
}

table
{
	width: 100%;
}

img
{
	border-width: 0px;
}

a
{
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bold;
}

.headertext a
{
	color: Maroon;
	font-size: larger;
}

.news
{
	padding: 20px 20px 10px 20px;
	background-color: #E3EABC;
	width: 70%;
	text-align: left;
}

.news td
{
	width: 50%;
	border-color: #6A6E53;
	border-style: groove;
	border-width: thin;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

.newsitemtitle
{
	color: Black;
	font-weight: bold;
	text-align: center;
}

.newsletterForm td
{
	width: 33%;
	border-style: none;
	border-width: 0px;
	padding: 2px 2px 2px 2px;
}

.sidecolumn
{
	width: 15%;
}

.footer
{
	padding: 0px 20px 20px 20px;
	font-size: small;
}

.navigation
{
	color: #6E5F52;
	background-color: #E3EABC;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.navigation .link
{
	color: #6E6E6E;
	background-color: White;
}

.navigation .link:hover
{
	color: #6E5F52;
	background-color: #E3EABC;
	cursor: pointer;
}