* { margin: 0px; padding: 0px; }

body {
	font: 1em verdana, arial, sans-serif;
	background-color: #BEB4A5; }

a { 
	text-decoration: underline;
	color: #036; }

a:hover { 
	color: #F33;
	text-decoration: underline;}

img { border: 0; }

div#content_wrapper { 
	float: left;
	width: 800px; }

div#nav {
	margin-top: 20px;
	margin-bottom: 6px;
	text-align: center; }

div#banner {
	text-align: center;
	border-bottom: 2px groove #DDD;}

div.clearfloats {clear: both;}

/* these two divs are for all drilldown pages */
div#nav {
	margin-top: 20px;
	margin-bottom: 6px;
	text-align: center; }

div#banner {
	text-align: center;
	border-bottom: 2px groove #DDD;}


span.white {color: #FFF; }

span.smblkital {
	color: #000; 
	font-style: italic;
	font-size: .9em; }

span.ital { font-style: italic; }

span.red { color: red; }

span.sm { font-size: .9em;}

span.grayital {
	font-style: italic;
	color: #666; }

span.smital {
	font-size: .9em;
	font-style: italic; }

span.bold { font-weight: bold; }
