@charset "UTF-8";
.basketball {
	background-image: url(images/basketball.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background: repeat-x;
}
#bg {
	height: 100%;
	width: 100%;
	z-index: -1;
	left: 0px;
	bottom: 0px;
	position: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	vertical-align: middle;
	background-color: #FFF;
} 
#navigation ul , #navigation2 ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#navigation ul li , #navigation2 ul li{
	display: inline;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation ul li a , #navigation2 ul li a{
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	color: #F4F431;
	background-color: #0C3B86;
	border: medium inset #CCC;
	font-size: 16pt;
	background-image: none;
}
.twoColFixLtHdr #header {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FC0;
} 
#header #navigation {
	margin-top: 0px;
	padding-top: 25px;
	background-color: #FC0;
}
.twoColFixLtHdr #container #header h1 img {
	margin-top: -16px;
	text-align: center;
	border: thin inset #E8E8E8;
}
.twoColFixLtHdr #header h1 {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebar1 p {
	text-align: center;
}
ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FC0;
	font-family: "Minion Pro", "Times New Roman", serif;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent.home {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 300px;
	background-color: #FFF;
	background-image: url(images/ballplayer4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14pt;
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #04357E;
	color: #FFF;
} 
#mainContent #leftContent p {
	text-align: center;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #leftContent {
	float: left;
	width: 400px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-right-color: #009;
}
#mainContent #rightContent p {
	text-align: center;
}
#mainContent #rightContent {
	width: 380px;
	float: right;
}
.twoColFixLtHdr #container #mainContent.middle table {
	margin-right: auto;
	margin-left: auto;
}
#container #header #subnavigation {
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-left: .5em;
	background-color: #FC0;
}
#subnavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
}
#subnavigation ul li {
	display: inline;
}
#subnavigation ul li a {
	text-decoration: underline;
	border: medium dotted #FFF;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#mainContent table.blank {
	font-weight: bolder;
	background-color: #FFF;
	background-image: none;
}
#mainContent table {
	font-weight: bolder;
	background: url(images/flight2.jpg) no-repeat left top;
}
#mainContent table tr td {
	border: thin solid #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainContent table tr th {
	background-color: #69F;
	border: medium solid #999;
}
#container #mainContent.basketball {
	background-image: url(images/basketball.jpg);
	background-repeat: no-repeat;
}
#navigation ul li a:hover, #navigation2 ul li a:hover {
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	color: #F60;
	background-color: #0C3B86;
	border: medium inset #CCC;
	font-size: 16pt;
}
a:link {
	color: #009;
}
a:visited {
	color: #609;
}
a:hover {
	color: #F60;
}
a:active {
	color: #609;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainContent caption {
	font-size: 36px;
	background: #FF6;
}
.bktotop {
	margin-top: 585px;
}
.player {
	background-image: url(images/ballplayer4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainContent #profile {
	float: left;
}
#container #mainContent ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
