
body {
	margin: 10px;
	font: 12px georgia, times, serif;
	background-color: #f8f8f8;
	color: black;
	}

#header {
	background-color: #C4D4CB;
	border: 1px solid black;
	border-bottom: none;
	}
	
#content {
	background-color: white;
	font: 14px georgia, times, serif; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
	
#footer {
	background-color: #C4D4CB;
	border: 1px solid black;
	border-top: none;
	}
	
p, form {
		margin: 0px 10px 0px 20px;
		color: black;
		font: 12px georgia, times, serif;
		}

h1 		{
		margin: 0px 10px 0px 10px;
		color: black;
		font: 16px georgia, times, serif;
		font-weight: bold;
		}
		
h2 		{
		margin: 0px 10px 0px 20px;
		color: black;
		font: 14px georgia, times, serif;
		font-weight: bold;
		}

		
h4		{
		margin: 0px;
		color: black;
		font: 18px georgia, times, serif;
		font-weight: normal;
		}

h5		{
		margin: 0px;
		color: black;
		font: 16px georgia, times, serif;
		font-weight: normal;
		}		
		
h6		{
		margin: 0px;
		color: black;
		font: 14px georgia, times, serif;
		font-weight: normal;
		}		
		
.button	{
		color: black; 
		background-color: #C4D4CB; 
		font: 10px geneva, verdana, arial, helvetica, sans-serif; 
		padding: 2px;
		font-weight: bold;
		border: 1px solid black;
		} 			
		
.top {
		font:	16px georgia, times, serif;
		color: black;
		font-weight: bold;
		text-align: right;
		}

.graphic {
		margin: 5px 0px 0px 10px;
		}

.address {
	display: none;
	}
		
.imagename {
		background-color: #C4D4CB;
		background-image:   url(images/green.gif);
		background-repeat: repeat;
		}		
		
.footertext {
		font:	14px georgia, times, serif;
		color: black;
		font-weight: bold;
		}

.smfootertext {
		font:	11px georgia, times, serif;
		color: black;
		font-weight: normal;
		}

.title:hover {
		background-color: transparent;
		}
		
a:link {
		color: #C33D3D;
		text-decoration: none;
		}

a:visited {
		color: #C33D3D;
		text-decoration: none;
		}

a:hover {
		color: black;
		text-decoration: none;
		background-color: #A9B8B2;
		}

a:active{
		color: #C33D3D;
		}
		
a.nav:link {
		color: #C33D3D;
		text-decoration: none;
		}

a.nav:visited {
		color: #C33D3D;
		text-decoration: none;
		}

a.nav:hover {
		color: black;
		text-decoration: none;
		background-color: #A9B8B2;
		}

a.nav:active{
		color: #C33D3D;
		}
a.internal_nav:link, a.internal_nav:visited {
		color: black;
		font-size: 10px;
		text-decoration: none;
		padding: 3px;
		border: 1px solid black;
		background-color: #C4D4CB;
		}

a.internal_nav:hover, a.internal_nav:active {
		color: #C33D3D;
		font-size: 10px;
		text-decoration: none;
		padding: 3px;
		background-color: white;
		border: 1px solid black;
		}

.grey { color: #666; }
.red { color: #C33D3D; }
.black { color: black;}

.smallred {font-size: 11px; color: #c33d3d; }


 a.img:hover {
		background-color: transparent;
		}