body
{
	margin: 0px;
	background-color: #8C8366;
}

table.Blue
{
	background-image: url(../../images/blueRepeat.gif);
	background-repeat: repeat;
	border-bottom: solid 1px White;
}

table.Blue td.Header
{
	background-color: White;
}

table.Blue td.Menu
{
	text-align: left;
	vertical-align: bottom;
	
}

table.Blue td.Menu table.Menu
{
	border-left: solid 1px white;
	border-top: solid 1px white;
	width: 547px;
	height: 22px;
}

table.Blue td.Menu table td.MenuItem
{
	width: 25%;
	text-align: right;
	padding: 5px;
	font-family: Arial;
	color: White;
	font-size: 8pt;
	border-right: solid 1px white;
}

table.Blue td.Menu table td.MenuItem a:link
{
	text-decoration: none;
	color: White;
}

table.Blue td.Menu table td.MenuItem a:visited
{
	text-decoration: none;
	color: White;
}

table.Blue td.Menu table td.MenuItem a:hover
{
	text-decoration: none;
}

table.Blue td.Address
{
	vertical-align: bottom;
}

table.Main
{
	width: 100%;
	height: 100%;
}

table.Main td.Left
{
	vertical-align: top;
	text-align: right;
	border-right: solid 1px White;
	width: 136px;
	background-image: url(../../images/globe.gif);
	background-repeat: no-repeat;
}

table.Main td.Left table.Menu
{
	width: 115px;
	border-left: solid 1px White;
}

table.Main td.Left table.Menu td.MenuItem
{
	width: 115px;
	text-align: right;
	padding: 5px;
	font-family: Arial;
	color: White;
	font-size: 8pt;
	border-bottom: solid 1px white;
}

table.Main td.Left table.Menu td.MenuItem a:link
{
	text-decoration: none;
	color: White;
}

table.Main td.Left table.Menu td.MenuItem a:visited
{
	text-decoration: none;
	color: White;
}

table.Main td.Left table.Menu td.MenuItem a:hover
{
	text-decoration: none;
}

table.Main div.PageTitle
{
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 14pt;
	font-weight: bold;
	color: #D3CBB4;
	border-bottom: solid 1px White;
}

table.Main td.Content
{
	color: White;
	font-size: 10pt;
	padding: 20px;
	vertical-align: top;
	height: 100%;
}

table.Main td.Content td
{
	color: White;
	font-size: 10pt;
}

table.Main input
{
	background-color: #9C9376;
	border: solid 1px White;
	font-size: 9pt;
	font-family: Arial;
	color: White;
}

table.Main textarea
{
	background-color: #9C9376;
	border: solid 1px White;
	font-size: 9pt;
	font-family: Arial;
	color: White;
}

table.Main td.Copyright
{
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
	color: White;
	font-family: Arial;
	padding-top: 3px;
}
td.VertRepeat {
	background-image: url(../../images/VertRepeat.gif);
	background-repeat: repeat-y;
}
table.Main td.Copyright a:link
{
	color: White;
	text-decoration: none;
}

table.Main td.Copyright a:visited
{
	color: White;
	text-decoration: none;
}

table.Main td.Copyright a:hover
{
	text-decoration: underline;
}
table.Main td.Right {
	background-image: url(../../images/surveyor.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
td.aboutRight {
	background-image: url(../../images/aboutRight.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
table.Main a:link
{
	text-decoration: none;
	color: Silver;
}

table.Main a:visited
{
	text-decoration: none;
	color: Silver;
}

table.Main a:hover
{
	color: White;
	text-decoration: underline;
}