body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #95A4BB;
}

h1{
	font-family: verdana, arial;
	font-size: 16px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 8px;
}

p{
margin-top: 6px;
margin-bottom: 2px;
}

/* for center-positioning */
.group {
	position: relative;
	float: left;
	width: 70%;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content {
	position: relative;
	float: left;
	width: 800px;
	height: 600px;	
	background-color: White;
	background-image: url(img/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
/* End */

#top{
position: absolute;
width: 800px;
height: 98px;
top: 0px;
left: 0px;
background-image: url(img/top.jpg);
}


#menu{
position: absolute;
top: 70px;
left: 0px;
height: 20px;
}


#text{
	position: absolute;
	top: 110px;
	/*left: 267px;*/
	left: 40px;
	width: 630px;
	height: 310px;
	overflow: auto;
}

table{
font-size: 10px;
}

.odd{
	background-color: #F0F8FF;
}

.even{
	background-color: #95a4bb;
}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
font-family: arial;
font-size: 16px;
font-weight: bold;

}

/*Top level list items*/
.suckertreemenu ul li{
list-style: none;
position: relative;
width: 80px; /*Width of top level menu link items*/
display: inline;
float: left;
background-color: white; /*overall menu background color*/
border-top: 1px solid #263b10;
border-left: 1px solid #263b10;
color: #5e7c26;
text-align: center;
}

li.last{border-right: 1px solid #263b10;}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	/*width: 80px; Width of top level menu link items*/
	text-decoration: none;
		color: #5e7c26;
	background-color: #d2d2d2;
	border-bottom: 1px solid #263b10;
	padding: 6px;
}
.suckertreemenu ul li.this{
padding-top: 6px;
padding-bottom: 6px;
}


.suckertreemenu ul li a:hover{
	background-color: #97c555;

}

