body
{
	background-color: #ffffff;
	color: black;
	font-family: verdana,arial,sans-serif;
	font-size: 12pt;
	text-align: center;
}

a
{
	color: inherit;
	background-color: inherit;
	font: inherit;
	text-decoration: none;
}

a:link { color: blue; }
a:visited { color: purple; }
a:hover { text-decoration: underline; }
a:active { color: red; }

.content
{
  width: 850px;
  margin: 0px auto;
}

.top
{
  clear: both;
}

.title
{
	text-align: center;
	font-weight: normal;
	font-size: 14pt;
	color: #550000;
}

.sub-title
{
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	color: #005500;
	padding-bottom: 1em;
}

.main-content
{
	clear: both;
}

.left-column
{
	width: 200px;
	clear: left;
	float: left;
}

.google-search-left-column
{
  width: 200px;
	margin: 0 10px 10px 0;
	clear: left;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 9pt;
	background-color: #eeeeee;
	border-color: #dddddd;
	border-width: thin;
	border-style: solid;
}

.google-ads-left-column
{
	width: 160px;
	margin: 0 10px 10px 0;
	clear: left;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
	background-color: #eeeeee;
	border-color: #dddddd;
	border-width: thin;
	border-style: solid;
}

.right-column
{
	
}

.site-dater
{
	text-align: center;
	margin-left: 210px;
}

.site-dater table
{
  text-align: left;
  float: right;
  clear: right;
	margin-bottom: 1cm;
}

.bottom
{
	clear: both;
}

.footer
{
	text-align: center;
	font-weight: normal;
	font-size: 7pt;
	width: 100%;
	margin: 10px 0 0 0;
	padding-bottom: 2em;
}

.footer-date
{
	color: #550000;
	float: right;
}

.footer-address
{
	color: #000000;
	float: left;
}