#ContentHeader
{
	width: 610px;
	margin-bottom: 10px;
	font-size: 14px; 
	font-weight: bold;
}
#ContentFooter a
{
	color: #04988C;
}
#ContentFooter 
{
	height: 100px;
}


#Contact
{
	width: 610px;
	float: left;
	display: inline;
	height: auto;
}
#Contact table
{
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	
}
#Contact th
{
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
	height: 20px;
	text-align: left;
}
#Contact td
{
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}
#Contact td a
{
	color: #04988C;
	text-decoration: none;
}
#Contact td a:hover
{
	text-decoration: underline;
}

#Contact .Col1
{
	width: 150px;
	border-right: 1px solid #DDDDDD;
}
#Contact .Col2
{
	width: 200px;
	border-right: 1px solid #DDDDDD;
}
#Contact .Col3
{
	width: 250px;
}

#Contact .rowA .Col1
{
	background-color: #EEEEEE;
}
#Contact .rowA .Col2
{
	background-color: #EEEEEE;
}
#Contact .rowA .Col3
{
	background-color: #EEEEEE;
}
