@charset "utf-8";
body {
	background-color:#EEE;
	color:#666;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	margin:.5em 0;
}
#window {
	width:700px;
	margin:0 auto;
	padding:1em 3em;
	border:1px solid #CCC;
	background-color:#FFF;
}
h1 {
	background:url(../images/car-free-jacksonville-logo.gif) no-repeat;
	position:relative;
	text-indent:-500em;
	height:130px;
}
h1 a {
	font-size:18px;
	font-weight:normal;
	display:block;
	font-style:italic;
	text-indent:0;
	position:absolute;
	left:300px;
	top:80px;
}
h2 {
	padding:.2em;
	background-color:#EEE;
	border-bottom:1px solid #CCC;
}
a			{text-decoration:none;}
a:link		{color:#6DA2E0;}
a:visited	{color:#AC87E9;}
a:active	{color:#F00;}
a:hover		{text-decoration:underline;}

#toc {
	padding:1em 2.5em;
	border:1px dashed #CCC;
}
#toc ol {
	font-size:.9em;
}
table {
}
caption {
	background-color:#F4F4F4;
	padding:.5em;
	text-align:left;
}
td {
	padding:.2em 1em;
	border-bottom:1px solid #CCC;
}
#poweredby {
	width:796px;
	margin:1em auto;
	font-size:12px;
	color:#999;
}
#gototop a {
	text-indent:-500em;
	width:42px;
	height:81px;
	position:fixed;
	right:0;
	top:100px;
	background:url(../images/top.gif) no-repeat;
	margin:0;
	padding:0;
}
#lastUpdate {
	color:#FFF;
	background-color:#FCB230;
	padding:10px;
}

