/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

* {
	margin:0; padding:0;
}

body {
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;
	background:#e8eaec;
}

a {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: Fuchsia;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

a img {
	border:none;
}

p {
	padding:0 0 1.6em 0;
}

p form { 
	margin-top:0; 
	margin-bottom:20px;
}

p.center {
	text-align: center;
} 

img.left, img.center, img.right {
	padding:4px; 
	border:1px solid #a0a0a0;
}

img.left {
	float:left; 
	margin:0 12px 5px 0;
}

img.center {
	display:block; 
	margin:0 auto 5px auto;
}

img.right {
	float:right; 
	margin:0 0 5px 12px;
}

img.sponsor {
	display: block;
	margin: 0 auto 0 auto;
}

#mainlink  {
	/* "Skip to main content" link */
	display : none !important;
}

/**************** Header and navigation styles ****************/

#container {
	width: 980px;
	margin: 20px auto;
	padding: 1px 0;
	text-align: left;
	color: #303030;
	border: 2px solid #a0a0a0;
	background-color: #ffffff;
}

#header {
	height: 110px;
	width: 978px;
	margin: 0 1px 1px 1px;
	color: #ffffff;
	background-color: #000063;
	background-image: url(../images/header.jpg);
}

#header h1 {
	padding: 35px 0px 0 100px;
	font-size: 2.4em;
	letter-spacing: -1.5px;
	font-weight: normal;
}

#header h2 {
	margin: 10px 0 0 100px;
	font-size: 1.2em;
	letter-spacing: -1px;
	font-weight: bold;
}

#navigation {
	height:2.2em;
	line-height:2.2em;
	width:978px;
	margin:0 1px;
	background:#000063;
	color:#ffffff;
}

#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#navigation li a {
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

* html #navigation a {
	width:1%;
}

#navigation .selected {
	background:#80b0da;
	color:#ffffff;
	text-decoration:none;
}

#navigation a:hover {
	background:#634C00;
	color:#ffffff;
	text-decoration:none;
}
/**************** Content styles ****************/

#content {
	float: left;
	width: 750px;
	font-size: 0.9em;
	padding: 5px 20px 0px 20px;
}

#content h2 {
	display: block;
	margin: 0 0 30px 0;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #505050;
	background-color: inherit;
}

#content h2 a {
	font-weight: normal;
}

#content h3 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
	color: #505050;
	background-color: inherit;
}

#content a:hover,#subcontent a:hover {
	text-decoration:underline;
}

#content ul,#content ol {
	margin: 0 5px 16px 35px;
}

#content dl {
	margin: 0 5px 10px 25px;
}

#content dt {
	font-weight: bold; 
	margin-bottom: 5px;
}

#content dd {
	margin: 0 0 10px 15px;
}

/**************** Sidebar styles ****************/

#subcontent{
	float: right;
	width: 170px;
	padding: 20px 10px 20px 10px;
	line-height: 1.4em;
	margin: auto;
	font-size: 0.8em;
}

/**************** Menublock styles ****************/

.menublock {
	margin: 0 0 20px 10px;
}

.menublock li {
	list-style:none; 
	display:block; 
	padding:2px; 
	margin-bottom:2px;
}

.menublock li a {
	font-weight:bold; 
	text-decoration:none;
}

.menublock li a:hover {
	text-decoration:none;
}

.menublock li ul {
	margin:3px 0 3px 15px; 
	font-size:1em; 
	font-weight:normal;
}

.menublock li ul li {
	margin-bottom:0;
}

.menublock li ul a {
	font-weight:normal;
}

/**************** Newsblock styles ****************/

.headline {
	margin-bottom: 30px;
}

.headline p {
	padding: 10px 0 10px 0px;
	font-size: 1em;
	border-bottom: medium dotted #e8eaec;	
}

.headline img {
	float: left;
	padding-right: 10px;
}
/************** simple list style **************/

ul.list,
ol.list {
	padding-bottom: 15px;
	font-size: 1em;
	font-weight: normal;
}

ul.list li,
ol.list li {
	padding: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

ul.list li a,
ol.list li a {
	text-decoration: none;
}

ul.list li a:hover,
ol.list li a:hover {
	text-decoration: none;
}

ul.list li {
	list-style: square;
} 

ol.list li {
	list-style: decimal;
}

ul.list li ol li {
	list-style: disc;
	margin-left: 0px;
}

ol.list li ul li {	
	list-style: square;
	margin-left: 0px;
}

ol.list li ol li {
	list-style: lower-alpha;
	margin-left: 0px;
}

/**************** Footer styles ****************/

#footer {
	clear:both;
	width:978px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.8em;
	color:#f0f0f0;
	background:#000063;
}

#footer p {
	padding:0; 
	margin:0; 
	text-align:center;
}

#footer a {
	color:#f0f0f0; 
	background-color:inherit; 
	font-weight:bold;
}

#footer a:hover {
	color:#ffffff; 
	background-color:inherit; 
	text-decoration: underline;
}

/**************** Misc classes and styles ****************/

.splitcontentleft {
	float:left; 
	width:42%;
}

.splitcontentright { 
	float:right; width:54%;
}

.clear {
	clear:both;
}

.small {
	font-size: 0.8em;
}

.signature {
	font-size: 0.8em;
	margin-top: 20px;
}

.location {
	font-size: 0.8em;
	padding-bottom: 30px;
}

.hide {
	display: none;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.date {
	text-align: left;
	font-style: italic;
}

.important {
	color: #f02025; 
	background-color: inherit; 
	font-weight: bold;
}

.add-this {
	padding: 15px 0 25px 0;
	border: none;
}

#matchpix {
	margin-top: 20px;
	margin-bottom: 20px;
}

#matchpix p {
	text-align: center;
}

#ticker {
	margin-bottom: 20px;
	margin-left: 69px;
}

.box {
	margin: 5px 0 20px 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;
}

#subbox {
	margin: 5px 0 20px 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #000063;
	line-height: 1.5em;
	color: #80b0da;
	font-weight: bold;
}

#subbox h2{
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	color: #80b0da;
	background-color: inherit;
}

#subbox p {
	margin:0 0 16px 0; 
	color: #80b0da;
	background-color: inherit;
}

#subbox a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

#subbox a:hover {
	color: Fuchsia;
	text-decoration: none;
	background-color: inherit;
}

#search {
	margin-left: 13px;
}

/**************** Table styles ****************/

table.simple {
	color: inherit;
	background: inherit; /* Don't make tables transparent */
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	padding: 0;
	border: 1px solid #000063;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin-top: 1em;
}

table.simple caption {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	caption-side: top;
	padding: 0;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
}

table.simple td,
table.simple th {
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #000063;
}

table.simple th {
	text-align: center;
	vertical-align: middle;
	background-color: #000063;
	font-weight: bold;
	color: White;
	border: 1px solid #ffffff;
}

table.simple td {
	vertical-align: top;	
}

table.simple tr.rowclr1 {
	background-color: #e8eaec;
}

table.simple td.bold {
	font-weight: bold;
}

table.simple td.team {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

table.simple td.heading {
	vertical-align: middle;
	background-color: #000063;
	font-weight: bold;
	color: White;
	border: 1px solid #ffffff;
}

table.simple td.left,
table.simple th.left {
	text-align : left;
}

table.simple td.center,
table.simple th.center {
	text-align : center;
}

table.simple td.right,
table.simple th.right {
	text-align : right;
}

table.supporters {
	color: inherit;
	background: inherit; /* Don't make tables transparent */
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin-top: 1em;
	width: 90%;
}

table.supporters td {
	margin: 0;
	padding: 0.5em 1em 1em 1em;
	border-bottom: 1px solid #000063;
	border-top: 1px solid #000063;
}

table.supporters td.text {
	text-align: left;
}

table,supporters td.logo {
	vertical-align: middle;
	text-align: center;
}