/* Meyers Reset...Take care of oddball cross-browser descrepencies... */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Tags */
html, body { height: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.3em; 	background: #ccff77; color: #666; }
a { text-decoration: none; color: #dd2255 }
a:hover { text-decoration: underline; }

h1 {}
h2 { font-size: 2em; }
h3 { font-size: 1.4em; }

p { padding: 0 25px 0 25px; }

/* Wraps */

#wrapBody {
/*	margin: 0px auto;*/
	height: 100%;
	width: 1000px;
}

#wrapHeader {
	margin-right: auto;
	float: left;
	height: 100%;
	width: 490px;
	background: #fff;
	border-right: 4px solid #3399ff;
}

#wrapHeader img {
	padding: 150px 0 0 50px;
}

#wrapContent {
	float: left;
	height: 100%;
	background: #bbff55;
}

#wrapContent h2 {
	padding: 100px 0px 10px 10px;
	color: #369;
	font-weight: bold;
}

/* Other IDs */


/* Classes */
.replace { display: none; }
.floatRight { float: right; }
.floatLeft { float: right; }
.borderBlack { border: 1px solid black; }
.emMarginOne { margin: 1em 1em 1em 1em; }
.clearBoth { clear: both; }

.stationDescriptions{ width:500px; list-style:none;}
.stationDescriptions li{ display:block; margin: 0 0 1px 0; text-align: justify;}
.stationDescriptions li a{ padding:25px; display:block; background: #ffff66; text-decoration:none; color: #d06;}
.stationDescriptions li a:hover{ background: #ffff33;}
.stationDescriptions li a span{}

.copyright { text-align: right; font-size: 0.8em; padding: 80px 10px 0 10px;}
