html
{
  background: url( 'Images/mainBkgd.gif' ) repeat;
  background-attachment: fixed;
  }

body
{
  display: center;
  position: relative;
  /*background: url('Images/blackBkgdLt.png');*/
  background-repeat: repeat-y;
  margin: 0 auto;
	padding-left: 23px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	width: 698px;
  }


#container
{

  background: #fff;
  width: 683px;
  padding: 0;
	float: left;
	
  }
  


table
{
  padding-left: .7em;
}




p
{
  color: #5C5C5C;
  font-size: 14px;
  line-height: 160%;
  margin: 0.7em;
  padding: .7em;
  }
  
ol, li
{
  color: #5C5C5C;
  font-size: 14px;
  line-height: 160%;
  margin: 0.7em;
  
  }


h1, h2, h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
  }
  
h1
{
  font-weight: normal;
	font-size: 18px;

	
	color: #467720;
  }

h2
{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-left: .7em;
  }
  
h3
{
	font-weight: normal;
	font-size: 14px;
	padding-left: 1em;
  }

td
{
	font-weight: normal;
	font-size: 11px;
  }

th
{
	font-weight: bold;
	font-size: 11px;
  }



a
{
	text-decoration: none;
  font-weight: normal;
  }
a:link
{
  color: #652d0c;
  }
a:visited
{
	color: #652d0c;
  }
a:hover
{
	color: #b76738;
  }
a:active
{
	color: #b76738;
  }
img
{
	border: 0;
  }





#subBox1
{
	/*background-image: url('Images/leftBkgdLt.jpg');*/
  vertical-align: top;
	width: 30%;
	float: left;
	padding: 0;
	margin: 0;
  }

#subBox2
{
	/*background-image: url('Images/rightBkgd.gif');*/
  vertical-align: top;
	width: 70%;
	float: right;
	padding: 0;
	margin: 0;
  }

.boxlink
{
  text-decoration: underline;
}

.TitleHead1
{
  /* color: #467720; */
  color: #652d0c;
  font-weight: normal;
	/* font-size: 21px; */
    font-size: 16px;
	font-weight: bold;
	padding: 0;
	line-height: .1em;
  }
  
.TitleHead2
{
  /* color: #467720; */
  color: #652d0c;
  font-weight: normal;
	/* font-size: 16px; */
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	line-height: .1em;
  }
	
	.legalinfo {
	float: left;
  font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	font-style: normal;
	font-weight: normal;
	}

