/*	 	========================
			FILE INFORMATION
		========================
PROJECT:		AYSO
DESCRIPTION:	Style Sheet: PRINT
	
AUTHOR/ph:		Camille Lee
DATE CREATED:	9/1/2004	
*/

/* 	------
	LAYOUT
	------ */	
body	
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	padding:0;
	margin:0;
	background: white;		
	}

/* 	----------------
	FULL PAGE LAYOUT
	---------------- */
	
/* full page main content */
#full_page_content
	{
	width: 100%;
	}
	
/* full page utility nav */
#full_page_utility
	{
	display:none
	}
	
/* full page stripes */
#full_page_stripes
	{
	width: 100%;
	}

#full_page
	{
	width: 100%;
	}	
	
/* 	----------------
	2 COLUMN LAYOUT
	---------------- */
#utility
	{
	display: none;
	}

#utility_narrowLeft
	{
	display: none;
	}
	
#utility_content
	{
	display: none;
	}

/* stripe background on home page*/
#stripe_background
	{
	width: 100%;		
	}
	
/* stripe background on sub pages*/
#stripe_background_sub
	{
	width: 100%;		
	}

/* 2 column layout */
#main_content
	{
	width: 100%;		
	text-align:center;
	}

/* 2 column layout; narrow left nav */
#main_content_narrowLeft
	{
	width: 100%;		
	text-align:center;
	}

#masthead_home
	{
	display: none;
	}
	
#masthead_sub
	{
	width: 100%;	
	}
			

.masthead_sub#full
	{
	}
	
.masthead_sub#generic
	{
	}

.masthead_sub#players
	{
	}
	
.masthead_sub#referees
	{
	}
	
.masthead_sub#registration
	{
	}
		
.masthead_sub#news
	{
	}
	
.masthead_sub#tournaments
	{
	}
	
.masthead_sub#narrow
	{
	}
				
#stripes
	{
	width: 100%;	
	position: relative;
	text-align:left;
	}
	
/* for narrow left nav */
#stripes_narrowLeft
	{
	width: 100%;	
	position: relative;
	text-align:left;
	}
	
#left_nav
	{
	display: none;
	}	

/* for narrow left nav */
#left_nav_narrow
	{
	display: none;
	}	
	
/* HACK: position left nav for non-IE browsers */
html>body #left_nav
	{
	display: none;
	}	

/* HACK: position left nav narrow for non-IE browsers */
html>body #left_nav_narrow
	{
	display: none;
	}	
	
#right
	{
	width: 100%;
	}	
/* for narrow left nav */
#right_wide
	{
	width: 100%;
	}	
	
#PageAnchors
	{
	margin: 0 10px 10px 10px;
	font-size: .95em;
	}
	
.top
	{
	display:none;
	}

#StripeFix
	{
	display:none;
	}
	
	
#footer
	{
	width: 100%;	
	font-size:90%;
	text-align: left;
	}

#footerCap
	{
	display:none;
	}
	
#copyright
	{
	padding-top: 25px;
	font-size:95%;
	}
	
/* 	-------
	GENERAL
	------- */	
p	
	{
	font-size: 1em;
	line-height: 1.5em;
	}
	
.small
	{
	font-size: .95em;
	}
	
.smaller
	{
	font-weight:normal;
	font-size: .75em;
	}
	
	
/*	-------
	HEADERS
	------- */

h1#masthead
	{
	font-size:2em;
	text-align:left;
	}
	
h1#masthead_narrowLeft
	{
	font-size:2em;
	text-align:left;
	}	
	
/* HACK: position left nav narrow for non-IE browsers */
html>body h1#masthead
	{
	font-size:2em;
	font-weight: normal;
	margin:0;
	}		

/* HACK: position left nav narrow for non-IE browsers */
html>body h1#masthead_narrowLeft
	{
	font-size:2em;
	font-weight: normal;
	margin:0;
	}		
	
h1	{
	font-size:1.5em;
	font-weight:bold;
	}

h2	{
	font-size:1.25em;
	font-weight:bold;
	}
	
	
/* 	----------
	NAVIGATION
	---------- */
	
a
	{
	color:#6600CC;
	text-decoration:underline;
	}
	
a:visited
	{
	color:#6600CC;
	}
	
a:hover
	{
	color:#6600CC;
	text-decoration:none;
	background-color:#F2E3FF;
	}

#breadcrumb
	{
	clear:both;
	font-size: .95em;
	}

.LocalNav
	{
	display:none;
	}

#footerNav
	{
	display:none;	
	}

#MainNav
	{	
    display: none;
	}
	
/* 	------
	TABLES
	------ */	


/* 	------
	IMAGES
	------ */


/* 	------------
	FORM CONTROL
	------------ */