body, td, tr {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

body
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 30px 150px;
}
body{
	background-attachment: fixed;
	background-image: url(pic/bg3.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.bg1{
	background-image: url(pic/eagle_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#topLine {
	
	height: 150px;
	width: 99%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menuBar {
	position: absolute;
	left: 90px;
	top: 81px;
}
#logo {
	position: absolute;
	left: 7px;
	top: 5px;
}

.menuBarItem, .menuBarItem2{
	
	text-align: center;
	width: 122px;
	padding: 1px;
	margin: 1px;
	
}

.menuBarItem{
	background-color: #498D67;
	border: 1px solid #D4E7D9;
}

.menuBarItem2{
 
 	background-color: #D4E7D9;
	border: 1px solid #498D67;
 }
 
 .menuBarItem2 a:link, .menuBarItem2 a:visited{
 	color:#000000;
	text-decoration:none;
	
 }
 
 .menuBarItem a:link, .menuBarItem a:visited 
 {
 	color:#FFFFFF;
 }

 
   .menuBarItem a:hover
 {
 	text-decoration:none;
 }
#content
{
	position: absolute;
	left: 13px;
	top:118px;
	width: 97%;
	
	min-height: 400px;
	
}
#innercontent
{
	padding: 10px;
}

 .basket-t {background: url(./pic/dot.gif) 0 0 repeat-x; inherit: none; width: 100%; height: 100%;}
 .basket-b {background: url(./pic/dot.gif) 0 100% repeat-x; inherit: none; width: 100%; height: 100%;}
 .basket-l {background: url(./pic/dot.gif) 0 0 repeat-y;  inherit: none; width: 100%; height: 100%;}
 .basket-r {background: url(./pic/dot.gif) 100% 0 repeat-y;  inherit: none; width: 100%; height: 100%;}
 .basket-bl {background: url(./pic/bl.gif) 0 100% no-repeat;  inherit: none; width: 100%; height: 100%;}
 .basket-br {background: url(./pic/br.gif) 100% 100% no-repeat;  inherit: none; width: 100%; height: 100%;}
 .basket-tl {background: url(./pic/tl.gif) 0 0 no-repeat;  inherit: none; width: 100%; height: 100%;}
 .basket-tr {background: url(./pic/tr.gif) 100% 0 no-repeat; inherit: none; width: 100%; height: 100%;}



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-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;
}