﻿body {
	margin: 0; padding: 1px; text-align: center;
	  color: #000  ; background: #D2E9B3; padding-bottom: 25px;
}

a {
	border:none;
}

a:link {
	color: #006600;
}

a:visited {
	color: #003300;
	border:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

#container {
	width: 1024px;
	margin: 0px auto 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
}

#header {
	background: url('../images/header.jpg') 0 0 no-repeat;
	height: 327px;
}

#headerclear {
	position:absolute;
	top:0px;
}



#links { 
	top: 271px;
	position: absolute;
	width: 1024px;
}

#links a img {
	padding-left:10px;
	padding-right:10px;
}

#content {
	padding: 20px;
	margin: 2px;
}


h1 {
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:bold;
	color:#4D6034;	
	margin-bottom: 5px;
	text-align: center;
}

h2 {
	color: #4D6034;
	font-size: 1.3em;
}

h3 {
	color: #4D6034;
	text-transform:uppercase;
	font-size: 1.3em;
	margin-bottom: 5px;
	text-align: center;
}

h4{
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 1.1em;
}

h5{
	color:#993300;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

h6{
	color: #4D6034;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 1.0em;
}

p.textcenter{
	text-align: center;
}

p.pindent{
	margin: 0 0 0 20px;
}

/* Information table -- this is the default*/

table{
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: hide;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

table caption{
	caption-side: top;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #4D6034;
	font-size: 1.2em;
}

table td{

	border: 0px;
	vertical-align: top;
}

table ul{
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
	position: relative;
	padding-left: 50px;
	width: 400px;
}


/* --- End of table code --- */

.dateandtime {
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	
}

#foot {
	background-color: #5C743D;
	text-align:center;
	padding:5px;
}

#foot p {
	color:#D2E9B3;
	font-size: x-small;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}

#foot a {
	color:#D2E9B3;
}