body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #003366;
	color: #eeeeee;
	text-align: center;
}

a { border-bottom: 1px dotted #335577; }
a:link { color: #ffdd00; text-decoration: none; }
a:visited { color: #ccff00; text-decoration: none; }
a:hover { color: white; }

#container {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: left;
}

h1 {
	width: 500px;
	height: 150px;
	margin: 0;
}
	h1 a {
		display: block;
		width: 100%; height: 100%;
		background: url(/img/sfny.gif) no-repeat center;
		border: 0;
	}
	h1 span { display: none; }
h2 { font-size: 1.3em; color: #99bbdd; }

#action, #resources {
	width: 40%;
	padding: 0 2em;
	float: left;
	line-height: 1.5em;
	height: 300px;
}
#resources { border-left: 1px solid #557799; }

#report { line-height: 1.5em; }
#report h3 {
	margin-bottom: 0;
	font-size: 1.1em;
	background: white;
	border: 1px solid gray;
	text-transform: uppercase;
	padding: 3px;
}

ul { list-style-type: none; margin: 0; padding: 0; }
li { margin-bottom: .5em; }

#light {
	padding: 5px;
	background: #eeeeee;
	border: 1px solid black;
	color: black;
}
	#light td { color: black; }
	#light a { color: blue; }

.listing td { color: black; }
.listing td a { color: blue; }


