@charset "utf-8";
/* CSS Document */
h1 {
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	/*text-align: center;*/
}

table.calculator, 

table, td, th {
	border: 1px solid black;
	width: 100%;
}

th, td {
	padding: 5px;
	text-align: left;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right:auto;
}

p.center-text {
	text-align: center;
}

h3.center-text {
	text-align: center;
}

aside.center-text {
	text-align: center;
}

img.float-left {
	display: block;
	float: left;
	margin: 0 1em .2em 0 
}

img.float-right {
	display: block;
	float: right;
	margin: 0 0 .2em 1em;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	background-color: #FFFF00;
}

#nav-across-width ul {
	overflow: hidden;
	width: 100%;
	text-align:center;
	/*font-size: 1.1em;*/
	/*left: 50%;*/
	/*position: relative;*/
}
#nav-across-width ul li {
	list-style-type: none;
	float: left;
	border-style: solid;
	border-width: 2px;
	display: inline;
	font-size: 1.1em;
	/*right: 50%;*/
	/*position: relative;*/
}


#nav-across-width ul li a {
	display: block;
	text-align: center;
	background-color: #FFFF00;
	text-decoration: none;
	font-size: 1.1em;  /*This is errantly not being read.*/
	padding: .3em;   /*This is correctly being read.*/
	line-height: 1em;
}

span.on-this-page {
	display: block;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	padding: .3em;
	line-height: 1em;
}

#map-google {
	/*display: block;
	margin-left: auto;
	margin-right:auto;*/
	margin: 1em 0 1em 0;
	/*width: 500px;
	height: 400px;*/
}

/*table {
	width: 100%;
}*/

/*#center-map-text {
	display: block;
	background-color:#F00;
	}*/

p {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
