body {
    background-color: #689419;
}

DIV.mainFrame{
    width: 800px;
    background-color: #0d732a;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;
    border: solid 1px;
}

DIV.topBanner{
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: solid 2px #0d732a;
    border-top: solid 5px #cde611;
}

DIV.links{
    background-color: #FFFFFF;
    height: 20px;
    text-align: right;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 10px;
    color: #0d732a;
}

DIV.contents{
    background-color: #FFFFFF;
    text-align: left;
    border-bottom: solid 3px #cde611;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    z-index:2;
    }

a.tab:link {
    color: #0d732a;
    text-decoration:none;
}
    
a.tab:visited {
    color: #0d732a;
    text-decoration:none;
}

a.tab:hover {
    color: #FFFFFF;
    background-color: #0d732a;
    text-decoration:underline;
}

a.tab:active {
    color: #cde611;
    text-decoration:underline;
}

a.imgLink{
    color: #FFFFFF;
}

h1{
	color: #0d732a;
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	width: 380px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 2px #cde611;
}
h2 {
    color: #689419;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: 380px;
    margin-top: 20px;
    margin-bottom: 2px;
}
p{
    width: 450px;
    margin-top:5px;
    margin-bottom:20px;
}

td{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
