
.parent
	{
		position:			absolute;
		top:				0px;
		left:				0px;
		width:				995px;
		height:				1724px;
		border:				thin solid #000000;
		background-color:	#ececec;
	}
				
.headerbox
	{
		position:			absolute;
		top:				0px;
		left:				202px;
		width:				793px;
		height:				136px;
		border:				thin solid #000000;
		background-color:	#ffffff;	
		font-size:			45pt;
		text-align:			center;
		
	}
				
.menubox
	{
		position:			absolute;
		top:				0px;
		left:				0px;
		width:				200px;
		height:				1724px;
		border:				thin solid #000000;
		background-color:	#ffffff;
		
		
		
	}
				
.mainbox
	{
		position:				absolute;
		top:					136px;
		left:					202px;
		width:					793px;
		height:					1586px;
		border:					thin solid #000000;
		background-color:		#ececec;
		background-image:		url(images/.jpg);
		background-attachment: 	scroll; 
		background-repeat: 		no-repeat; 
		background-position: 	right center;
		text-align:				center;
		font-weight:			;
		font-size:				16pt;
		
	}

.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, .box20, .box21, .box22
	{
		position:			relative;
		top:				0px;
		left:				5px;
		width:				185px;
		height:				20px;
		border:				thin solid #000000;
		background-color:		#ff0000;
		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:				#000000;
			text-decoration:	underline;
		}
		
	a:active
		{
			color:				#cc3c85;
			background-color:	#ffffff;
			text-decoration:	none;
		}
		
	a:visited
		{
			text-decoration:	underline;
		}
		
	a:hover
		{
			color:				#ff0000;
			font-weight:		bold;
			text-decoration:	underline;
			background-color:	#000000;
		}
