body { 
	background: #FFFFEE;
	/*font-family: Georgia, Times, "Times New Roman", serif; */
	color: #222200;
	height: 100%;
}
P {
	;
} 
code { 
	font-size: larger;
	font-family: Monaco, monospace;
}

H1 {
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}

H2 {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
H3 {
	text-align: center;
}
H4 {
	text-align: left;
	color: #444444;
}

A:link {
	color: #4444CC;
}
A:active {
	color: #4444EE;
}
A:visited {
	color: #4444AA;
}
A:hover {
	text-decoration: underline;
}

div.biglink { 
	vertical-align: middle;
}
div#map {
	float: left;
	width: 100%; 
	height: 600px;
	/* height: 95%; */
}
div.station {
	white-space: nowrap;
}
div.station h4
{
	margin-top: 0;
	white-space: nowrap;
	margin-bottom: 0;
}
div.station h3 {
	margin-top: 0;
	white-space: nowrap;
	margin-bottom: 0;
}
div.station p {
	margin-top: 0;
	white-space: nowrap;
	font-size: smaller;
	margin-bottom: 0;
}
div#stations {
	float: right; width: 18%; overflow: auto; display: inline
}
div#stations ul {
	list-style: none; margin-top: 0
}
div#stations ul li {
	padding-left: 1em; 
	cursor: pointer;
	font-size: smaller;
}
div.popup {
	float: left; 
	text-align: left;
} 
div.popup p {
	font-size: small;
	margin-bottom: 0;
	margin-top: 0;
}
div.store h4 {
	white-space: nowrap;
	font-size: small;
	color: #333333;
	margin-bottom: 0;
	margin-top: 0;
}
div.store p {
	white-space: nowrap;
	margin-bottom: 0;
	margin-top: 0;
}	
.footnote {
	margin-top: 100px;
	font-size: smaller;
	text-align: center;
	/*float: bottom;*/
}


.clearboth { clear: both; }
/*    <!-- IE hack --> 
	v\:* { behavior: url(#default#VML); }*/
	

hr { background-color: #FFFFD5; }

img {
    border: 1px solid #000;
}
a img {
    border: 1px solid #000;
}
img.teaser  {
	width: 100px;
	margin: 5px;
	padding: 5px 5px 5px 5px ;
	vertical-align: middle;
}	
img.fulltall {
	margin: 5px 80px 5px 80px;
	border: 2px solid #000;
}

img.fullwide {
	margin: 80px 5px 80px 5px;
    border: 4px solid #000;
}
img.thumbtall {
	margin: 2px 12px 2px 13px;
}

img.thumbwide
{
	margin: 12px 2px 13px 2px;
}

