	.maintable{
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background: #ededed;
	}
	
	table td, table th{
	padding:0px;
	spacing:0px;
	}
	
	.headertable{
	position: relative;
	width: 1000px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-image: url(images/header_bg.jpg);
	}
	
	.footertable{
	position: relative;
	width: 1000px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
	
	body{
	margin: 0px;
	height: 100%;
	padding-bottom: 0;
	background-color: #ededed;
	}
	
	a:link{
	color: #2990c1;
	text-decoration: none;
	font-weight: normal;
	}
	
	a:visited{
	color: #2990c1;
	text-decoration: none;
	font-weight: normal;
	}
	
	a:hover{
	color: #2990c1;
	text-decoration: underline;
	}

	.bodytext {	color: #666666;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

	*{
	margin:0;
	padding:0px;
	}
	
	* html #footer{
	margin:-162px 0 0 -162px;
	margin-left: auto;
	margin-right: auto;
	}
	
	* html #nonfooter{
	height:100%;
	}
	
	h4{
	background-image: url(images/footer_bg.jpg);
	color:#ededed;
	font-size:14px;
	height:162px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}
	
	html{
	background:#ededed;
	height:100%;
	margin-bottom:0px;
	}
	
	p{
	color: #999;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 12px;
	}
	
	
	
	#nonfooter{
	background:#ededed;
	border-bottom:0px solid #ededed;/* keep opera happy */
	margin:0 auto;
	min-height:100%;
	text-align:left;
	width:900px;
	}

