body
{
	margin:0;
	padding:0;
	text-align:center;
	font: verdana;
}

#page {
  margin: 0 auto;
  text-align: left;
  width: 650px; 
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom: 1px dashed #999;
}

#banner {
  margin-bottom: 15px; 
  height: 210px;
}

#banner img {
  position: absolute;
  z-index: 10;
  top:0;
  margin-left:-210px;
}

#top_image img {
  /*height: 140px;
  border: 1px solid #555;*/
  margin-bottom: 10px;
  border:1px solid #555;
}

#menu {
  margin-bottom:20px;
}

#menu a {
  color: black;
  font-family: Arial;
  font-size: 1.1em;  
}
#menu a:hover {
  color: #a8b700;
}

td.header
{
	width:700px;
	border:0;
	margin:0;
	padding-top:15px;
	text-align:center;
}



table.container
{
	border:0;
	width:100%;
	background-color:#ffffff;
}

td.spacer
{
	width:auto;
	border:0;
	background-color:#ffffff;
}

td.left
{
	width:450px;
	border-left:0px;
	border-top:0;
	border-bottom:0;
	border-right:1px dashed #444444;
	background-color:#ffffff;
	vertical-align:top;
	padding-right: 10px;
}

td.right
{
	width:200px;
	border:0;
	background-color:#ffffff;
	vertical-align:top;
}

p, big
{
	font-family: Verdana, Helvetica, Sans-Serif;
	color: black;
	line-height: 1.4em;
	font-size: 0.8em;
	margin-bottom:15pt;
	margin-left:2px;
	margin-right:15px;
}

big {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial;
}

td.right p
{
	margin-bottom:8pt;	
	margin-left:13pt;
	/*text-indent:-8pt;*/
}

a:hover
{
	color:#676c04;
	color:#a8b700;
	
}

a
{
	/*color:#98a002;*/
	color:#5b2d24;
  font-weight:bold;
	text-decoration:none;
}

img
{
	border:0;
}

input.text
{
	width:400px;
	border:1px solid #98a002;
	height:19pt;
	padding:3pt;
	font-size: 10pt;
}

textarea
{
	width:400px;
	border:1px solid #98a002;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-color: #000000;
	font-size: 10pt;
	padding:3pt;
}