﻿.main
{
	padding:10px;
}

.left_column
{
	width:75%;
	float:left;
}

.right_column
{
	text-align:left;
	width:25%;
	float:right;
}

.title
{
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
}

.address
{
	text-align:left;
}

.clearAll
{
	clear:both;
}

interemail
{
	color:Blue;
}

* html .interemail
{
	display:inline;
}

.interemail:hover
{
	color:Navy;
}
