﻿body {
	margin: 0;
	padding: 0;
	border-color: #6D8553;
	border-style: solid;
	border-width:1%;
    background-color: #E2E8CA; 
   	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1{
	font-size:large ;
	font-weight:bold;
	text-align:center;
}
#ButtonHeaderTable a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#ButtonHeaderTable a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#ButtonHeaderTable a:hover {
    color: red;
    text-decoration: none;
    font-weight: bold;
	}
#ButtonHeaderTable a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#ButtonHeaderTable {
    text-align:center;
    width:100%;
    margin:0;
}
.DarkGreenLine {
    height: 10px;
    background-color: #6D8553;
    margin: 0;
    border: 0;
}
div.ContentLeft
{
float:left;
width:60%;
margin:0;
padding:1em;
}
div.ContentRight
{
margin-left:40%;
padding:1em;
}
#DivFooter{
	text-align:center;
	clear:both;
}
 