html,body
	{
	margin: 0;
	padding: 0;
	height:100%;
	font-family: "Courier New", Courier, mono;
	background-color: #660000;
	color: #FF0000;
	}
div#container
	{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	width: 800px;
	background-color: #CC9966;
	color:  #990000;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	}
div#content
	{
	padding:1em 1em 5em; /* bottom padding for footer */
	overflow: auto;
	}
a
	{
	color: #009;
	}
img#line
	{
	margin-left: 7px;
	margin-right: 7px;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	}
div#menu
	{
	border-bottom: 1px solid #FFFFFF;
	}
.smallcaps
	{
	font-variant: small-caps;
	}
h1,h2,h3,h4,h5,h6
	{
	clear: both;
	}
img
	{
	margin: 0;
	padding: 0;
	border: none;
	}
div#census
	{
	background-color: #003366;
	color: gray;
	border-bottom: white 1px solid;
	background-image: url(img/cblogo.jpg);
	text-align: right;
	background-repeat: no-repeat;
	}
div#census a
	{
	color: white;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: auto;
	}
div#menu
	{
	background-repeat: repeat;
	background-image: url(img/brushed-metal.png);
	background-color: gray;
	}
div#menu a
	{
	text-shadow: 0px 0px 8px #333333;
	font-family: courier;
	color: #660000;
	text-decoration: none;
	font-size: x-large;
	font-weight: bold;
	}
div#menu table
	{
	width: 100%;
	padding: 5px;
	}
.sitepreview
	{
	border: 2px solid white;
	margin: 10px;
	float: left;
	}


div#joelascenzo
	{
	position: fixed;
	bottom: 0;
	right: 0;
	padding-right: 4px;
	text-align: right;
	color: white;
	font-size: smaller;
	}
div#foia
	{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	}
div#foia a
	{
/*	color: silver;
	text-decoration: none;
	font-size: smaller;*/
	}