body {
 	text-align: center;
	background-color: #F5F8ED;
 	}
	
div#container {
	width:740px; margin-left:auto; 
	margin-right:auto; 
	background-color:#FFFFFF; 
	border: 1px solid #b02025;
	text-align: left;
	/* this b/g color is visible below the center col content div  */
	}
	
div#header {
	width:740px; 
	background-color:#FFFFFF;
	border-bottom: 1px solid #b02025;
	} 
	
div#contentarea {
	float:left; 
	width:740px; 
	background-color:#FFFFFF;
	color:#333333;
	background:url(../images/back_nav.gif) repeat-y top left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 15px;
	/* faux columns graphic left column */ 
	}
	
div#navbar {
	float:left; 
	width:150px; 
	margin-left:-740px; 
	}
	
div#content {
	float:left; 
	width:590px; 
	margin-left:150px; 
	display:inline; 
	background-color:#FFFFFF;
	}
	
div#footer {
	width:740px; 
	background-color:#FFFFFF; 
	float:left; 
	border-top: 1px solid #b02025; 
	/* float:left ensures the footer background displays correctly - below the container divs, not the header */
	}
	
.title {
	font-size: 14px;
	font-weight: bold;
	color: CF3F02;
	}

p {
	padding-left: 15px;
	padding-right: 15px;
	}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	}

a:link {
	color: CF3F02;
	}

a:hover {
	color: FC5B03;
	}
	
a:visited {
	color: #fc5b03;
	}

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
	}

.chart {
	padding-left:12px;
	padding-right:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333;
	clear:both;
	margin-top:12px;
	}
	
.chart th.firstcol, td.firstcol {
	width:20%;
}
.chart th, td {
	; /* need to specify default widhts on a chart-by-chart basis for this site */
}
 
.chart td {
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	padding-right:6px;
	vertical-align:top;
	}
	
.chartheds, .chart th {
	text-align:left;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: CF3F02;
	}
	
.chartmainheds {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: CF3F02; 
	}
	
.numberlist {
	padding:5px;
	}
	
.tableheader {
	font-weight: bold; 
	}
	
.chartinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333;
	}
	
.topic {
	font-weight: bold;
	text-transform: uppercase; 
	color: CF3F02;
	}

.clearfix {
	display: inline-block;
	}   /* a fix for IE Mac */

	/* next a fix for the dreaded Guillotine bug in IE6 */
	/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

	/* End hide from IE-mac */
	/* end of "no-extra-markup" clearing method */
.specialnumbers {
	font-weight: bold;
	}
	
.specialsubs {
	font-weight: bold;
	}
	
.specialmonth {
	font-weight: bold;
	text-transform: uppercase;
	color: CF3F02;
	}
	
.salestitle {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: CF3F02;
	}
	
.saleslocation {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: CF3F02;
	}

.salesname {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 333333;
	}

.calmonth {
	font-weight: bold;
	text-transform: uppercase; 
	color: CF3F02;
	}
	
.calissue {
	font-weight: bold;
	text-transform: uppercase; 
	color: 333333;
	}
		
.accolades-year {
	font-size: 12px;
	font-weight: bold;
	color: CF3F02;
	}

.accolades-title {
	font-weight: bold;
	}
	
li { margin-bottom:12px; }
