@charset "utf-8";
/*	 CSS DOCUMENT -- INLEAGUE */

body	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	padding:0;
	margin:0;
	background: #61687F;
	}

/* 	====================
	   BACKGROUND DIVS
	==================== */
/* 	--------------------
		 BCK_STRIPE
	-------------------- */
#bckStripe	{
	width: 100%;
	background: url(images/bck_stripes.jpg) repeat-x top;	
	}
#bckStripeSub	{
	width: 100%;
	background: url(images/bck02.gif) repeat-x top;		
	}
/* 	--------------------
		  BCK_PAGE
	-------------------- */
#bckPage	{
	width: 1020px;
	margin: 0 auto;	
	min-height: 500px;	
	background: url(images/bck_top.jpg) no-repeat top center;
	}
/* 	--------------------
		BCK_COLUMNS
	-------------------- */
#bckColumns	{
	width: 1020px;
	margin: 0 auto;
	background: url(images/bck_columns.gif) repeat-y center;
	}	
/* 	--------------------
	     BCK_CONTENT
	-------------------- */
#bckContent	{
	width: 1020px;
	margin: 0 auto;
	float: left;
	background: url(images/bck_capBottom2.gif) no-repeat bottom center;
	}
	

/* 	====================
		UTILITY NAV
	==================== */
#utility	{
	width: 100%;
	height: 75px;
	}
#utilityContent	{
	width: 800px;
	margin: 0 auto;
	text-align: right;
	padding: 50px 5px 2px 2px;
	}
/* 	====================
		  MASTHEAD
	==================== */
#mastheadHome	{
	height: 177px;
	width: 856px;
	margin: 0 auto;
	background: url(images/masthead_inLeague.jpg) no-repeat left top;
	}
.mastheadSub	{
	width: 786px;
	height: 66px;
	}


/* 	====================
		 COLUMN DIVS
	==================== */
/* 	--------------------
	  LEFT COLUMN & NAV
	-------------------- */		
#leftNav	{
	float: left;
	font-size: 90%;
	margin: 0;
	padding-left: 85px;
	vertical-align: top;
	width: 158px;	
	}
#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 158px;
	}
#leftNav li {
	margin: 0;
	}
#leftNav li a {
	display: block;
	width: 100%;
	padding: 5px 5px 5px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fffef8;
	}
#leftNav li a#active {
	background-color: white;
	}
#leftNav li a:hover {
	background-color:#ACDB93;
	}
/* 	--------------------
		RIGHT COLUMN
	-------------------- */	
#right	{
	float: right;
	width: 625px;
	padding: 25px 110px 30px 0;
	}
	

/* 	====================
		    FOOTER
	==================== */
#footer	{
	clear: both;
	background: url(images/bck_footer.gif) repeat-y top center;
	}
#footerCap	{
	clear: both;
	background: url(images/bck_capBottom.gif) no-repeat bottom center;
	height: 66px;
	}
#copyright	{
	padding: 10px 10px 0 100px;
	}
#footerNav	{
	padding: 10px 10px 25px 100px;
	}


/* 	====================
		   GENERAL
	==================== */
p	{
	line-height: 1.5em;
	}
.small	{
	font-size: .95em;
	}	
.smaller	{
	font-weight:normal;
	font-size: .75em;
	}
#PageAnchors	{
	margin: 0 10px 10px 10px;
	font-size: .95em;
	}
.top	{
	margin: -5px 0 5px 0;
	padding-right:15px;
	font-size: .95em;
	text-align:right;
	}

/* 	====================
		   LINKS
	==================== */
a	{
	color: #0E2104;
	text-decoration:underline;
	}
a:visited	{
	}
a:hover	{
	text-decoration:none;
	background-color:#F2E3FF;
	}
#breadcrumb	{
	clear:both;
	padding:5px 25px 0 25px;
	background-color: white;
	font-size: .95em;
	}
.LocalNav	{
	/* Do Not Remove */	
	}
	
/* 	====================
		   HEADERS
	==================== */
h1#masthead
	{
	font-size: 1.5em;
	text-align:left;
	padding: 5px 0 0 205px;
	font-weight: normal;	
	}	
/* HACK: position left nav narrow for non-IE browsers 
html>body h1#masthead	{
	font-size:20pt;
	font-weight: normal;
	margin:0;
	}		*/	
h1	{
	font-size:1.5em;
	font-weight:bold;
	}
h2	{
	font-size:1.25em;
	font-weight:bold;
	}
#left_nav h2	{
	padding-left:10px;
	}
	
	
	
	
/* 	====================
		   TABLES
	==================== */
th	{
	text-align:left;
	}
td	{
	vertical-align:top;
	}

/* ====================
	Additions by SWK
   ==================== */
   
.center
	{
	text-align: center;
	}

.noMargin
	{
	margin-top: 0px;
	padding-top: 0px;
	}
