body
{
	background-image: url(img/Greenjrl.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}

td
{
	vertical-align: top;
}

table.left_column
{
	width: 150px;
	border: none;
}

.left_heading
{
	background-color: #005A9B;
	color: #FFFFFF;
}

.left_content
{
	border-left: #005A9B 1px solid;
	border-right: #005A9B 1px solid;
	border-bottom: #005A9B 1px solid;
	background-color: #FFFFFF;
}

table.right_column
{
	width: 150px;
	border: none;
}

.right_heading
{
	background-color: #CD9F39;
	color: #FFFFFF;
}

.right_content
{
	border-left: #CD9F39 1px solid;
	border-right: #CD9F39 1px solid;
	border-bottom: #CD9F39 1px solid;
	background-color: #FFFFFF;
}

table.main_column
{
	width: 432px;
	border: none;
}

.main_heading
{
	font-size: 20px;
	background-color: #CD9F39;
	color: #FFFFFF;
	text-decoration: underline;
}

.main_content
{
	border-left: #CD9F39 1px solid;
	border-right: #CD9F39 1px solid;
	border-bottom: #CD9F39 1px solid;
	background-color: #FFFFFF;
}

a
{
	color: #005A9B;
	font-weight: bold;
	text-decoration: none;
}

a.contact
{
	color: #CD9F39;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}