/* CSS for Kansas Geological Survey web site. */
/* Stolen from University of Florida web site version of July 2004. */
/* Used on home page and second-level pages. */

body {
    text-align:center;
	margin:0;
	padding:0;
}
p, td, th { font-size : 100%; }
p, h1, h2, h3, h4, h5, h6, li, td, th { color : #444444; }
h2  {font-size: 120%;}
h1  {font-size: 140%;}
h3  {font-size : 110%;}
h4  {font-size : 105%;}

a:link  { color : #0021a5; text-decoration : none; }
a:visited  { color : #993333; text-decoration : none; }
a:hover  { color : #ff4a00; text-decoration : none; }
a:active  { color : #0021a5; text-decoration : none; }
a.replace { display: block; }
ul { list-style-type : square; margin: 10; }
#header {
	height: 70px;
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align : left;
}
#mainContainer {
	background: #FFFFFF;
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: 2cm 4cm 3cm 4cm;
	text-align: left;
	padding: 0;	display: block;	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;}
#footer {
	clear: both;
	padding: 24px 0 3px 11px;
	color: #999;
	margin: 0;
	background: #FFFFFF;
}
#footer p {
	text-align: center;
	font-size: 10px;
	margin: 0 0 1px 0;
}