
.parent
	{
		position:			absolute;
		top:				0px;
		left:				0px;
		width:				995px;
		height:				;
		border:				thin solid #000000;
		background-color:	#ececec;
	}
				
.headerbox
	{
		position:			absolute;
		top:				0px;
		left:				202px;
		width:				793px;
		height:				160px;
		border:				thin solid #000000;
		background-color:	#ffffff;	
		font-size:			42pt;
		text-align:			center;
		color:				#0000ff;
		font-family:		impact;	
	}
	
.headerboxleft
	{
		position:			absolute;
		top:				12px;
		left:				20px;
		width:				140px;
		height:				160px;
		border:				none;
		background-color:	#ffffff;	
		font-size:			42pt;
		text-align:			center;
		color:				#0000ff;
		font-family:		impact;	
	}	
		
.headerboxcenter
	{
		position:			absolute;
		top:				0px;
		left:				140px;
		width:				513px;
		height:				160px;
		border:				none;
		background-color:	#ffffff;	
		font-size:			42pt;
		text-align:			center;
		color:				#0000ff;
		font-family:		impact;	
	}
		
.headerboxright
	{
		position:			absolute;
		top:				12px;
		left:				633px;
		width:				140px;
		height:				160px;
		border:				none;
		background-color:	#ffffff;	
		font-size:			42pt;
		text-align:			center;
		color:				#0000ff;
		font-family:		impact;	
	}		
		
.menubox
	{
		position:			absolute;
		top:				0px;
		left:				0px;
		width:				200px;
		height:				;
		border:				thin solid #000000;
		background-color:	#ffffff;
			
		
		
	}
				
.mainbox
	{
		position:				absolute;
		top:					160px;
		left:					202px;
		width:					793px;
		height:					;
		border:					thin solid #000000;
		background-color:			#000000;
		background-image:			url();
		background-attachment: 			scroll; 
		background-repeat: 			no-repeat; 
		background-position: 			right center;
		text-align:				center;
		font-weight:				;
		font-size:				16pt;
		color:					#ffff00;
		
	}

.journal
	{
		position:			relative;
		top:				0px;
		left:				7px;
		margin-top:			5px;
	}
	
.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12, .box13, .box14, .box15, .box16, .box17, .box18, .box19
	{
		position:			relative;
		top:				0px;
		left:				5px;
		width:				185px;
		height:				20px;
		border:				thin solid #000000;
		background-color:	#000000;
		text-align:			center;
		margin-top:			5px;
		
		
	}
	
.main
	{
		margin:				10px;
	}
	
.coaches
	{
		margin-left:		10px;
		margin-right:		10px;
		margin-top:			0px;
		margin-bottom:		0px;
		text-align:			left;
		font-size:			12pt;
	}
	
.underline
	{
		margin-left:		10px;
		margin-right:		10px;
		margin-top:			0px;
		margin-bottom:		0px;
		text-align:			left;
		font-size:			12pt;
		text-decoration:	underline;
	}
	
	a:link
		{
			color:				#ffffff;
			text-decoration:	underline;
		}
		
	a:active
		{
			color:				#cc3c85;
			background-color:	#ffffff;
			text-decoration:	none;
		}
		
	a:visited
		{
			text-decoration:	underline;
			color:				#ffff00;
			font-weight:		bold;
		}
		
	a:hover
		{
			color:				#ff0000;
			font-weight:		bold;
			text-decoration:	underline;
			background-color:	#ffffff;
		}
