/* Basic CSS for CERC Conference 2006
 * CSS Author: Matthew Elliott
 * Updated: 1/31/2006
 */
 
body {
	background-color: #b2d0e4;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#mainBanner {
	background: black;
	border: solid white 1px;
}

#skipNav { display: none; }

#secondNav .nav { display: none; }

.fileInfo { font-size: .9em; }
