#contentBody
{
	color: black;
	background-color:white;
	padding: 1em;
}


#contentContent
{
}


#contentTitle 
{ 
	font-size: 130%; 
	font-weight: 500; 
	color: black; 
	width: 100%;
	border-bottom: black 2px solid;
}

#contentFoot
{
	color: black;
	background-color: white;
	height: 40px;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
	padding: 25px;
}

