body, td, tr {

}

body{

	background-image: url("pic/logo_with_banner2.png");
	background-repeat: no-repeat;
	background-position: 7px 5px;
}

.bg1{
	background-image: url(pic/eagle_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img {
	border:0px;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a#lower_menu:link, a#lower_menu:visited{
	text-decoration: underline;
	color: blue;
}

#topLine {
	
	height: 150px;
	width: 99%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menuBar {
	position: absolute;
	left: 10px;
	top: 150px;
	font-family: Georgia, Arial, Verdana, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;

}
#logo {
	position: absolute;
	left: 7px;
	top: 5px;
	width: 100%;
	height: 93px;
}

table.menuBar {
	border-spacing: 1px 10px;
}
.menuBarItem, .menuBarItem2{
	
	text-align: left;
	width: 190px;
	padding: 5px;
	margin: 1px;
	
}

.menuBarItem{
	background-color: #498D67;
 	background-color: #D4E7D9;
	border: 0px solid #D4E7D9;
}

.menuBarItem2{
 
 	background-color: #FFFFFF;
	border: 0px solid #498D67;
 }
 
.menuBarItem a:link, .menuBarItem a:visited{
 	color:#000000;
 }

.menuBarItem2 a:link, .menuBarItem2 a:visited{
 	color:#000000;
	text-decoration:none;
	
 }
 
.menuBarItem a:hover
 {
 	text-decoration:none;
 }

#location
{
	color:#129267;
	font-weight:bold;
	text-decoration:underline;

} 

#content
{

	position: absolute;
	left: 213px;
	top:118px;
	min-height: 400px;

	margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:9.0pt;
	line-height:121%;
	text-align:left;
	font-family:Georgia;
	font-size:9.1865pt;
	color:black;
}

table.content {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(73, 141, 103) rgb(73, 141, 103) rgb(73, 141, 103) rgb(73, 141, 103);
	border-color: rgb(18, 18, 146);
	border-collapse: separate;
	background-color: white;
}
table.content th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: rgb(227, 240, 224);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.content td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: rgb(227, 240, 224);

	-moz-border-radius: 0px 0px 0px 0px;
}