		sup {
	vertical-align: super;
	font-size: smaller;	
	}
		
		html {
		background-color: #DEDEDE;
		}
		
		body {
		background-color: #FFFFFF;
		color: #000000;
		font-family:  Verdana, Arial, Sans-serif;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		max-width: 1200px;
		border: black 1px solid;
		
		line-height:150%;
		min-height:800px;
		}
		
		.head {
		background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #7C8EBF 100%);
		background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #7C8EBF 100%);
		margin-bottom: 1%;
		padding-bottom: 2%;
		}
		
		p, ol , h3, h4 { 
		margin: 3%;
		}
		
		h1 {
		display: block;
		font-size: 2em ;
		text-align:center;
		padding: 2% 0% 3% 0%;
		margin-right: 100px;
		line-height:100%;
		font-variant: small-caps;
		min-width: 850px;
		}
		
		h2 {
		display: block;
		font-size: 1.5em;
		text-align: center;
		} 	
		
		h3, h4 {
		font-weight: bold;
		}
		
		sub {
		vertical-align: sub;
		font-size: smaller;
		}
		
		em {
		font-style: italic;
		}
		
		table {
		background-color: white;
		border: gray 1px solid;
		border-collapse:collapse;
		margin: 2% 3% 2% 3%;
		}
		
		ol li {
		margin-left: 3%;
		}
		
		ol.method li {
		padding: 4px 0px 10px 0px ;
		}
		
		li table {
		margin-top: 2%;
		margin-bottom: 2%;
		}
		
			
		strong {
		font-weight: bold;
		}
		
		.state table {
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
		}
		
		/*table.sum tr:nth-child(2n+3) { 
		background-color: #E8E6E7;
		}*/

		td, th {
		text-align: center;
		vertical-align: middle;
		border-bottom: gray 1px solid;
		padding: 6px;
		}
		
		th[scope="col"], th[scope="colgroup"] {
		background: #E8E6E7;
		}
		

		
		.whole {
		background-color:#FFF;
		vertical-align: middle;
		border-right: gray 1px solid;
		}
		
		
		ol {
		list-style-type: decimal;
		padding-left: 10px;
		}
		
		a:link {
		color: #271D96;
		}

		a:visited {
		color:#271D96;
		}

		a:hover {
		color: gray;
		}

		a:active {
		color: red;
		}
		
		.area_explanation, .hmfa {
		margin-top: -1%;
		}
		

		select, label {
		display: block;
		}
		
		label {
		padding-top: 10px;
		}
		
		form {
		margin: 0% 0% 0% 3%;
		}
		
		form p {
		margin-left: 0%;
		}
		
		.newgeo {
		border-top: 2px solid gray;
		padding-top: 15px;
		height: 90px;
		}
		
		.newgeo form {
		float:left;
		width: 420px;
		padding-bottom: 20px;
		padding-right: 10px;
		}
		
		.newgeo label {
		padding-bottom: 10px;
		}
		
		.datafile {
		clear:both;
		margin-top: 20px;
		text-align: center;
		border-top: 2px solid gray;
		padding: 15px 0px 15px 0px;
		}
		
		#url {
		text-align: center;
		padding: 5px 0px 5px 0px;
		border-top: 2px solid gray;
		border-bottom: 2px solid gray;
		margin: 0px;
		clear: both;
		}
		
		
		.navfoot {
		margin: 0px;
		padding: 20px 0px 20px 0px ;
		font-size: 15px;
		border-top: 2px solid gray;
		}
		
		.footer {
		font-size: 13px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
		}
		
		.not_mtsp_click {
		color: #800000;
		cursor: pointer;
		background: url(../images/Close-32-2.png) no-repeat;
		padding-left: 25px;
		}
		
		.link {
		font-size: 14px;
		text-align: center;
		margin-top: 5px;
		padding-top: 10px;
		padding-bottom: 5px;
		}
		
		.link li {
		display: inline;
		}
		
		.acs, .cpi {
		border-bottom: 1px dotted gray;
		}
		
		
.button {

	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #010f5e), color-stop(1, #646573) );
	background:-moz-linear-gradient( center top, #010f5e 5%, #646573 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#010f5e', endColorstr='#646573');
	background-color:#010f5e;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#f7f7f7;
	
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:34px;
	line-height:34px;
	width:105px;
	text-decoration:none;
	text-align:center;
	}
	
	.prioryear.button {
	width:auto;
	margin: 15px auto;
	display: block;
	}

	.geo.button {
	float: left;
	width:260px;
	margin-left: 129px;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9c9e), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #9e9c9e 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9c9e', endColorstr='#dfdfdf');
	background-color:#9e9c9e;
	
}.button:active {
	position:relative;
	top:1px;
}

/*Applies to select_geography.odn*/
.state_select {
	float: left;
	padding-left: 5px;

	}

.county_select {
	padding-left: 300px;
	}
	
#select_geo_options {
	width: 500px;
	margin: 0 auto;
	
	}
	
.statewide {
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	text-align: center;
	clear: both;
	padding-bottom:75px;
	}	

.metro {
	text-align: center;
	clear: both;
	padding-bottom: 100px;
	}