/* the default styles for the document */
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #004e97;
    margin: 0;
	padding: 0;
}


/* the styles for the page */
#page {
	width: 960px;
	background-color: white;
	margin: 0 auto;
	padding: 10px 15px;
}

/* the styles for the header */
#header img {
	height: 100px;
	width: 100px;
	margin: 0;
	float: left;
}
#tagline {
	font-size: 145%;
	font-weight: bold;
	color: white;
	background-color: #004e97;
	text-align: right;
	margin: 0;
	padding: 2px 20px;
}
#utilities p {
	font-size: 95%;
	text-align: right;
	margin: 49px 6px 0 0;
}
#utilities a {
	color: blue;
}
#navigation p {
	font-size: 110%;
	font-weight: bold;
	border-top: 2px solid #004e97;
	border-bottom: 2px solid #004e97;
	margin: 0;
	padding: 7px;
	clear: left;
}


/* the styles for the left sidebar */
#sidebar1 {
	background-color: #d3d3d3;
	width: 180px;
	padding: 0 10px 20px 15px;
	float: left;
}
#sidebar1 h2 {
	font-size: 115%;
	color: black;
	margin-top: 20px;
	margin-bottom: 7px;
}
#sidebar1 p {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}
#sidebar1 a {
	color: blue;
}

/* the styles for the center content */
#main {
	margin: 0 275px 0 265px;
	padding: 7px 0;
}
#main h1 {
	font-size: 140%;
	color: #004e97;
	padding-bottom: .3em;
	margin-bottom: 0;
}
#main h2 {
    font-size: 105%;
	margin-top: .6em;
	margin-bottom: 0;
	position: relative;
}
#main h3 {
	font-size: 95%;
	font-weight: normal;
	margin-top: .3em;
	margin-bottom: 0;
	position: relative;
}


p.video{ padding-top: 100px; padding-bottom: 100px;}
ul.captains{ list-style-image: url(../images/favicon.ico); margin: 0; padding-left: 2em;};}
li.captains{margin: 0; padding-left: .5em;}




.title {
	position: absolute;
	left: 90px;
}
.number {
	position: absolute;
	right: 0;
}

/* the styles for the right sidebar */
#sidebar2 {
	width: 200px;
	float: right; 
	padding: 7px 0;
	margin-right: 10px
}
#sidebar2 img {
	border: none;
}

ul.playoffs{ list-style-type: circle;}

#scottrade {
	font-size: 92%;
	line-height: 175%;
}

#scottrade a:link {
	color: blue;
}

#scottrade a:hover {
	color: #cc0000;
}
#playoff_appearance{
	margin-top: 25px;
	margin-right: 10px;
}


#playoff_appearance_head{
	font-size: 115%;
	font-weight: bold;
	color: white;
	background-color: #cc0000;
	text-align: center;
	border-bottom: 1px solid gray;
	margin-bottom: 0;
	padding: 7px;
}


/* the styles for the footer */
#footer {
	clear: both;
	margin-top: 12px;	
}
#footer p {
	font-size: 95%;
	text-align: right;
	border-top: 1px solid gray;
	padding: 3px 0;
}
