body{ font-family: Arial, Helvetica, sans-serif; margin:0 0 0 0; 	font-size:11px;}

ul{ list-style-type: square;}

a { cursor: hand;
	color: #000F30;
	text-decoration: underline;
}

a:hover {
	color: #AD893F;
	text-decoration: none;
	background-color: #000F30;
}

#head {background-image:url(/img/brewers/header_back.jpg);
		align: center;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #000F30;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #AD893F;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	display: block;
	border-bottom: 1px solid #AD893F;
	padding: 8px;
}

#sectionLinks a:hover{	background-color: #AD893F; color: #000F30; }

#sideColumn{
			vertical-align: top;
			background-color: #000F30;
			width: 20%;
}

.statPage { font-size:10px;
			border: 4px solid #D9DFDC;
			padding: 2px;
}

.statHeader { background-color: #000F30;
			  color:#AD893F;
			  text-align: center;	
}

.statTotals {
			 background-color: #000000;
			 color:#FFFFFF;
			 text-align: center;
}

.center { text-align: center; }
			  
			  