body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	overflow-y:scroll;
	
}


a:link, a:visited, a:hover {
	color: #007fae;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

.top {
	height:260px;
	width:950px;
	background-image:url('top.png');
	position:top;
	overflow:hidden;

}

.header {
	height:70px;
	width:950px;
	background-image:url('header.png');
	text-align:left;
	position:relative;
	overflow:hidden;


}

.menu {
	height:50px;
	width:950px;
	position:relative;
	overflow:hidden;
}

.content {
	height:*px;
	width:950px;
	background-image:url('content.png');
	position:relative;
	text-align:left;
	overflow:hidden;

	}
	.indent {
		padding: 0px 30px 0px 30px;

}


.footer {
	height:100px;
	width:950px;
	background-image:url('bottom.png');
	position:relative;
	overflow:hidden;
}


	.cell {
		padding-left: 70px;
	}

	.cell-inner {
		width: 800px;
		padding: 0px 0px 0px 70px;
	}	
}



.clearboth { clear: both; }

