/********************************* BODY/GENERAL STYLES **********************************/
body {
  text-align: center;
  background: #5d88a1;
  font: 70% "Verdana", "Geneva", "Trebuchet MS", "Tahoma", "Arial", sans-serif, "Helvetica";
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", sans-serif, "Helvetica", "Verdana", "Geneva", "Trebuchet MS", "Tahoma";
	font-size: 1.5em;
	margin: 0;
	padding: 0; 
}

h1 { 
	font-size: 1.5em;
	color: #00247E; 
	font-weight: bold;
	padding-top: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 { 
	font-size: 1.3em;
	color: #A12830;  
	font-weight: bold; 
	padding-top: 14px;
	margin-top: 0px;
}

h2, h4, h5, h6 { 
	font-size: 1.1em;
}

p {
  margin: 13px 0 4px 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 8px 18px 3px 18px;
	text-align: left;
  border: 0;
  list-style-type: square;
}

ul ul {
  margin: 0;
  padding: 3px 18px 4px 18px;
	text-align: left;
  border: 0;
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  margin: 0;
  padding: 8px 18px 3px 18px;
	text-align: left;
  border: 0;
}

a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:active {text-decoration: underline; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}

#main table { border: 1px solid #789DB3; }
#main th { padding: 2px; background-color: #ffffff; }
#main th.highlight { padding: 2px; background-color: #fffdec; }
#main td { padding: 2px; background-color: #f4f4f4; }
#main td.highlight { padding: 2px; background-color: #f3efd4; }

.date {
  color: #00247E;
  font-style: italic;
}

option.subheader {
  background-color: #EEEEEE;
  color: #000000
}

.photo {
  border: 1px solid #004a00;
}

/****************************************************************************************/
/************************************* HEADER STYLES ************************************/
#header {
  width: auto;
  display: block;
  text-align: left;
  height: 125px;
  background: #afc1cc url("/images/playersfrom.gif") no-repeat top left;
}

#header td { vertical-align: top; }

#navbar  {
	font-family: "Verdana", "Geneva", "Trebuchet MS", "Tahoma", "Arial", sans-serif, "Helvetica";
	font-weight: normal;
	font-size: 10px;
	color: #DDDDDD;
	background-color: #5D88A1;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navbar ul {
  margin: 0;
  padding: 5px 0 5px 0;
	text-align: left;
  border: 0px;
}

#navbar ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
  padding: 0;	
}

#navbar ul li a {
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
  color: #333333;
  background-color: #dddddd;
	padding: 4px 5px 4px 5px;
  border: 0px;
}

#navbar ul li a:hover {

  color: #000000;
  background-color: #f0f0d0;
}

#navbar ul li.highlight a {
	font-weight: bold;
	color: #DDDDDD;
  background-color: #263866;
}

#navbar ul li.highlight a:hover {
  color: #FFFFFF;
  background-color: #891517;
}

#breadcrumbs {
  width: auto;
  display: block;
  padding: 8px 21px 10px 21px;
  background: #ffffff;
  border-bottom: #bbbbbb 1px dashed;
	font-size: 9px;
	color: #888888;
	text-align: left;
}

#breadcrumbs p { margin: 0; padding: 0; }

#breadcrumbs a:link { text-decoration: underline; color: #888888; }
#breadcrumbs a:visited { text-decoration: underline; color: #888888; }
#breadcrumbs a:active { text-decoration: underline; color: #888888; }
#breadcrumbs a:hover { text-decoration: underline; color: #888888; }

/****************************************************************************************/
/************************************* FOOTER STYLES ************************************/
#footer {
  width: auto;
  display: block;
	color: #ffffff;
	font-size: 0.9em;
}

#footer a:link { text-decoration: underline; color: #ffffff; }
#footer a:visited { text-decoration: underline; color: #ffffff; }
#footer a:active { text-decoration: underline; color: #ffffff; }
#footer a:hover { text-decoration: underline; color: #ffffff; }

/****************************************************************************************/
/************************************* LAYOUT STYLES ************************************/
#container {
  width: 900px;
  margin: 0 auto;
	text-align: left;
}

#main {
  width: auto;
  display: block;
  padding: 20px;
  background: #ffffff;
}

#leftcolumn {
  width: 450px;
  margin: 0 12px 0 0;
  float: left;
  text-align: left;
}

#rightcolumn {
  width: 450px;
  margin: 0;
  float: left;
  text-align: left;
}

div.spacer {
  clear: both;
  height: 14px;
  display: block;
}
