html, body {
	margin: 0px 0;
	padding: 0px;
	text-align: left;
	background-color: 7E8083; /*#446E81; Blue */
	}

.BodyText {
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	list-style-image: url(images/bullet.jpg);
}

li {
	list-style-image: url(images/bullet.jpg);
}

#LayoutTable {
	/*margin: 0px auto; use this line to center site */
	background-color: #fff; 
	width: 800px;
    height: 100%;    
}

#companyname {
	position: relative;
	width: 300px;
	height: 52px;
	z-index: 2;
	left: 250px;
	top: 40px;
	visibility: visible;
}

#buttons {
	position: relative;
	width: 160;
	height: 360;
	z-index: 2;
	left: 25px;
	top: 70px;
	visibility: visible;
}

#image {
	position: relative;
	width: 150px;
	height: 150px;
	z-index: 2;
	left: 20px;
	top: 0px;
	visibility: visible;
}



#backgroundlayer {
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 0px;
	background-color: #fff;
	width: 800px;
	


}


#item2 {
	width:580;
	margin: 20px;
	margin-left: 200px;
	/* background-color: #FFFFFF;  /*#F2F2F2 #DFF8A4 #CCF884; */
	
}

#credit {
	position: relative;
	width: 300px;
	height: 24px;
	z-index: 4;
	left: 415px;
	top: 0px;
	visibility:visible;
}

.headlineText {
	font-family: Verdana;
	font-size: 14px;
	color: #769C9B;
	line-height: 20px;
	list-style-image: url(images/bullet.jpg);
}

a:link {
	color: #000;
}

a:hover {
	color: #009999;
}

td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #333	;
}