<style>

html {
    overflow:hidden;
}

body {
    height:100%;
    overflow:auto;
}

table.add {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #334455 #334455 #334455 #334455;
	border-collapse: separate;
	border-spacing: 50;
	background-color: white;
}

table.ind {
  width:900px;
	border-width: 0px 0px 0px 2px;
	border-spacing: 2px;
	border-style: solid 1px;
	border-color: #000000 #334455 #334455 #334455;
	//border-collapse: separate;
	//background-color: #555500;
 table-layout: fixed;
}

#main {
	/*margin: 0 auto;  centers for Firefox and others */
  color: #000000;
	margin-left:10%;
	margin-right10%;
	width:950px; /* sets width of main container */
	background: #ffffff;
	background-attachment: scroll;
	background-position: left;
	background-repeat: repeat-y; /* these are for the illusion of equal height columns */
        font-family: arial;
      
      /*	border-right:black medium double; */
      	  /*	border-left:black medium double ; */
      	    	/*	border-top:black medium double; */
      		         /*	border-bottom:black medium double ; */
      
}
#head {
	/*background-image: url(../images/top.JPG);*/

	color: #444000;
	height: 100px;
	padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
}
#lh-col, #main-col {
  background: #ffffff;
	float: left; /* this places the side_col on the left of the page to place it on the right just change float: left to float: right */
	height:1300px;


}

#lh-col {
	width: 180px;
	margin-left: 10px;
	/* border-right: medium solid #005588; */
	text-align: center;  /*centers for IE*/ 
}

#c-col {
  float:right;
  margin-top:40px;
	width: 650px;
	padding: 10px;

 
}
#ftr {
	background-image: url(../images/top.JPG);
	/* background: #777; */
	height: 15px;
	clear: both;
	display: block;
	padding-top: -5px;
	padding-bottom: 5px;
	text-align: center;  /*centers for IE*/ 

}

</style>

