/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#pageFrame
{
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 20px;
	margin-left:auto;
	padding: 0;
	text-align: left;
	width: 821px;
}

#oldbrowser
{
	text-align: center;
}

#masthead
{
	height: 1%;
}

#masthead h1
{
	display: inline;
}

#masthead h1 img, #masthead p
{
	padding: 10px 10px 0 10px;
}


#masthead h1 a
{
	text-decoration: none;
}

#masthead h1 img.sports
{
	padding-bottom: 20px;
	padding-left: 10px;
}

#divider
{
	background-color: #3775B1;
	clear: both;
	height: 22px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

#leftcolumn
{
	margin-right: -149px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 149px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 149px;
}

#innerContentColumn, #innerFooter
{
	padding: 10px;
}

#premid{
	border-bottom: 1px solid #5C628F;
	padding-bottom: 10px;
}

#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}



/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/

img { border: none;}

.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

#innerContentColumn dl dd a.txtLink,
#innerContentColumn ul li a.txtLink,
#innerContentColumn p a.txtLink{
	color: blue;
	text-decoration: underline;
}

div#accessibility{
	width: 820px;
	text-align: right;
	margin: 0 auto;
}

	div#accessibility ul{
		margin: 0;
		paddign: 0;
	}
	
		div#accessibility ul li{
			margin-right: 10px;
			padding-right: 0;
			display: inline;
			font: 85% Arial, Helvetica, sans-serif;
		}
		
		div#accessibility ul li a{
			color: #5C628F;
		}