body {
	font-size:12px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#352B22;
	background-color:#F6F9EA;
	margin:0px;
}

div#framecontent {
	width:660px;
}

table#listtable {
	width:650px;
}

a {
    color:#0485B7;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
h1 {
    font-size:1.4em;
    text-transform:uppercase;
}
h1 a {
    text-decoration:none;
    color:#3D565A;
}
h2 {
    font-size:1.4em;
    color:#994d02;
}

div#stations td {
	border-bottom:1px solid #645140;
}

.colheaders {
	background-color:#352B22;
	font-weight:bold;
	color:#FFFFFF;
}

div#map {
	margin-bottom:15px;
}

div#dropnav {
	margin-bottom:7px;
	float:right;
}

.button {
	background: #994D02; 
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
