BODY {
	margin-left: 0em;
	margin-top: 0em;
	font-family: Arial;

}

#PRIZE_BREAKDOWN{
	position:relative;
	left: 1em;
	top: 0em;
	width: 50em;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	color: #000000;

	border-color: #000000;
	border-width: 1px 1px 1px 1px;
}

#BLOCK_1_FLOAT {
/* background-color: #EAEBD3; */

width: 12em;
float: left;
padding-left: .5em;
}

#BLOCK_2_FLOAT {
/*background-color: #EAEBD3;*/

width: 25em;
float: left;
padding-left: .75em;
padding-right: .75em;
}

#BLOCK_3_FLOAT {
/*background-color: #EAEBD3;*/

width: 15em;
float: right;
padding-left: .25em;
padding-right: .25em;
}

#PAD{
	padding-left: 5em;
}

#PAD_PRINT{
	padding-left: 1em;
}

#HEADER{
	position:relative;
	
	left: 0em;
	top: 0em;
	
	width: 60em;
	height: 8em;
	
	font-weight: bold;
	background-color:black;
}
/* HEADER_NAV goes inside HEADER.  Used for links at the top of the page.  */
#HEADER_NAV{
	position:absolute;
	
	left: 38em;
	top: 1em;
	
	width: 20em;
	height:2em;

	font-weight: bold;
	background-color:black;
	text-align: right;
	color: #FFFFFF;
}
/* Holds the main buttons.  Home, Scores, Winners, etc.  */
#BUTTONS{
	position:relative;
	
	left: 0em;
	top: 0em;
	
	width: 60em;
	
	background-color: #000066;
	color: #FFFFFF;
}

/* CONTENT_FRAME holds the other DIV tags. SIDENAV, WEEKS, CONTENT */
#CONTENT_FRAME{
	position:relative;
	
	left:0em;
	top:0em;
	
	width:60em;
	
}
/* Get ticket area */
#SIDENAV{
	position:absolute;
	
	left: 0em;
	top: 0em;
	
	width: 8.25em;
	height: 20em;
	
	text-align: left;
	background-color: #000066;
	color: #FFFFFF;
}	
/* For basketball this holds the rounds */
#WEEKS{
	position:relative;
	left: 8.25em;
	top: 0em;
	width: 51.75em;
	height: 2em;  
	
	/* font-family: Arial; */
	font-weight: bold;
	text-align: left;
	background-color: #000066;
	color: #FFFFFF;
	
}

/* Used in the org admin section */
#WEEKS_NO_INDENT{
	position:relative;
	left: .75em;
	top: 0em;
	width: 60em;
 	 height: 2em;   
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	background-color: #000066;
	color: #FFFFFF;
	
	vertical-align: middle;
	
	text-indent: 1em;
}

/* Main content area */
#CONTENT{
	position:relative;
	
	left:9em;
	top:1em;
	
	width: 51em;

}
#FOOTER{
	position:relative;
	
	left:0em;
	top:0em;
	
	width:60em;
}

