	body
	{
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background-image:url(/images/bodyBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFF;
	text-align: center;
	}
	#page	
	{
	margin: 10px auto 10px auto; /*clockwise*/
	background-color: #FFF;
	border: #030 solid 1px;
	width: 900px;
	color: #000;
	text-align: left;
	height: auto;
	}
	#topbanner 
	{
	width: 900px;
	height: 170px;
	background-image: url(/images/topBanner.jpg);
	background-color: #030;
	background-repeat: no-repeat;
	}
	#logo /*hold the logo in place*/
	{
	width: 170px;
	height: 170px; /* place the logo so you can click on the icon */
	background-color: #030;
	float: left;
	}
/* flash scoreboard container */
	#flashContent
	{
	float:left;
	width: 700px;
	height: 100px;
	margin-top: 50px;
	margin-left: 15px;
	background-color: #030; /* dark green */
	}   
/*single col page*/	
	.main 
	{
	height: auto;
	width: 100%;
	}
/*regular page layout with 10px gutter */
	.left 
	{
	display: inline;
	float: left;
	height: auto;
	width: 166px;
	}
	.center
	{
	display: inline;
	overflow: hidden;
	float: left;
	height: auto;
	width: 515px; /* 526 total IE breaks */
	margin-left: 1px;
	}
	.center2Col
	{
	float: left;
	height: auto;
	width: 725px; /* 726 total */
	margin-left: 1px;
	}
	.right
	{
	display: inline;
	float: right;
	height: auto;
	width: 200px;
	margin-left: 1px;
	}	
/*misc items you might need */
	.clearboth 
	{ 
	clear: both; 
	}
	.break 
	{
	height: 5px;
	width: 900px;
	}
/*footer*/
	#footer
	{
	width: 900px;
	border-top: #999 solid 1px;
	height: auto;
	margin: 0;
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 0.9em;
	line-height: 120%;
	text-align: center;
	}
/* typography body defines */
	h1, h2, h3, h4, h5, h6 /* define common H tag style */ 
	{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-left: 3px;
	color: #030;
	}
	h1 /* use this tage sparingly */
	{
	margin-top: 0px;
	font-size: 1.8em;
	}
	h2 {font-size: 1.6em;}
	h3 {font-size: 1.4em;}
	h4 {font-size: 1.2em;}
	h5 {font-size: 0.8em;}
	h6 /* use this tag only with images  */ 
	{
	font-size: 1.0em;
	text-align: center;
	padding: 0 0 0 0;
	} 
	img 
	{
	border: 0;
	padding: 0 0 0 0; /* clockwise */
	}
	ol, ul, li /* general page layout */
	{
	font-size: 1.0em;
	line-height: 110%;
	}
	p 
	{
	font-size: 1.0em;
	line-height: 1.4em;
	margin-left: 3px;
	}
	.colhead /* a subset of p */
	{ 
	margin-top: 0px;
	padding-left: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	}
	pre 
	{
	font-family: monospace;
	font-size: 1.0em;
	}
	table, tr, td 
	{
	font-size: 1.0em;
	}
/* body link styles */	
	a:link
	{}
	a:visited
	{}
	a:hover
	{color: #F00;}.HeaderRed {
	color: #FF0000;
}
