@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-color:#005500;

}

table#menu {
	background-color:#005500;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 14px;
	text-align: center;
}

table#menu td {
	color: #FFFFFF;
}

table#menu td a {
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 100%;
}

table#menu td a:hover {
    color: #005500;
	background:#ddffdd;
	background-color:#ddffdd;
}

.headertext {
	color: #005500;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	padding-top: 2px;
	text-align: center;
	text-transform:uppercase;
}

div#container {
width:900px;
margin:0px auto;
z-index: 1;

}

div#headerdiv {
width:900px;
margin:0px auto;
z-index: 2;

}

div#banner {
width:830px;
height:30px;
}

div#bodycopy {
width:900px;
margin:0px auto;
z-index: 4;

}

div#footer {
width:900px;
margin:0px auto;
z-index: 2;

}

div#bodycopy table#bodytext {
    color: #000000;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height:30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-decoration: none;
    text-transform: none;
	text-align:left;

}

.copyright {
    color: #005500;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 11px;
}

table#bodytext a {
    color: #005500;
    text-decoration: none;
}

table#bodytext a:visited {
    color: #555555;
    text-decoration: none;
}

table#bodytext a:hover {
    color: #005500;
    text-decoration: underline;
}

table#bodytext img#1040 {
    border-width:thin;
	border-color:#005500; 
}