body{
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
#bgheader{
	background-color: #014001;
	height: 154px;
	width: 100%;
}
#uwgbheader{
	width: 800px;
	height: 24px;
	margin: 0 auto 0 auto;
}
#uwgbheader a img{
	border: none;
}
#header{
	width: 800px;
	height: 130px;
	margin: 0 auto 0 auto;
}
#header a img{
	border: none;
}
#bgcontent{
	background-image: url(../images/gradient.jpg);
	background-repeat:repeat-x;
	min-height: 800px;
	
}
#content{
	border: 3px solid black;
	width: 796px;
	margin: 0 auto 0 auto;
	background-color: #d3ffd2;
}
#textHeader{
	text-align: center;
}
#textContent{
	padding: 0 20px 20px 20px;
}
table{
	text-align: center;
}
table td img{
	margin-top: 10px;
}
table td a img{
	border: none;
} 
#footer{
	margin:10px;
	text-align: center;
}
