body {
	font-size: 15px;
	font-family: Verdana, sans-serif;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #2862ab;
}

a:hover {
	color: #aa2835;
}

#trueheader {
	width: 100%;
	float: left;
	clear: both;
	min-height: 150px;
	padding: 5px;
	margin: 0px;
	background-color: black;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Verdana;
}

#logo {
	padding-right: 5px;
	float: left;
}

#headerparts {
	display: table;
}

#title {
	margin-top: 15px;
	text-align: center;
	font-size: 25px;
}

#subtitle {
	text-align: center;
}

#menu {
	margin-top: 60px;
	text-align: center;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a.current {
	color: #2862ab;
}

#menu a:hover {
	color: #aa2835;
}

.mixedblue {
	color: #2862ab;
}

.mixedred {
	color: #aa2835;
}

#footer {
	margin-top: 10px;
	width: 100%;
	float: left;
	clear: both;
	padding: 10px;
	text-align: center;
	background-color: black;
	color: white;
	font-family: Verdana;
}

#footerlinks {
	margin: 0px;
}

#footercredits {
	font-size: 10px;
	font-style: italic;
	margin: 0px;
}

h1 {
	text-align: center;
	font-size: 25px;
}

h2 {
	text-align: center;
	font-size: 20px;
}

#header {
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
}

.fullwidth {
	width: 100%;
	clear: both;
	position: relative;
}

.colmask {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}

.colright, .colmid, .colleft, .colrighta, .colmida, .collefta {
	width: 100%;
	position: relative;
	float: left;
}

.col1, .col2, .col3, .col1a, .col2a, .col3a {
	position: relative;
	float: left;
	overflow: hidden;
}

.threecol .colmid {		/* width of right column */
	right: 40%;
}

.threecol .colmida {	/* width of right column */
	right: 10%;
}

.threecol .colleft {	/* width of middle column */
	right: 40%;
}

.threecol .collefta {	/* width of middle column */
	right: 70%;
}

.threecol .col1 {		/* width of middle column content */
	width: 36%;
	left: 102%;
}

.threecol .col1a {
	width: 66%;			/* width of middle column content */
	left: 102%;			/* 100% plus left padding of center column */
}

.threecol .col2 {
	left: 46%;			/* width of right column plus center padding plus left col left padding */
	width: 16%;			/* width of left column content */
	text-align: right;
}

.threecol .col2a {
	left: 16%;			/* width of right column plus center padding plus left col left padding */
	width: 16%;			/* width of left column content */
	/* text-align: right; */
}

.threecol .col3 {
	left: 90%;			/* (100% - left col width) plus center col padding plus left col padding plus right col left padding */
	width: 36%;			/* width of right col content */
	text-align: center;
}

.threecol .col3a {
	left: 90%;			/* (100% - left col width) plus center col padding plus left col padding plus right col left padding */
	width: 6%;			/* width of right col content */
	text-align: center;
}

hr {
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: center;
	width: 70%;
	background: #2862ab;
	height: 2px;
	border: 0;
}

h3 {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	clear: both;
	margin-top: 20px;
}

td {
	padding-right: 20px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

td.time {
	text-align: right;
}

tr.highlightx {
	background-color: #bbd5f9;
}

.spaced {
	margin-bottom: 1em;
}

.small {
	font-size: 10px;
}

.frontpagescorelink {
	text-align: center;
	font-size: 10px;
}

img.team {
	float: left;
	padding: 0 20px 20px 0;
}
dl.team dd {
	margin-bottom: 8px;
}
table.draw td, table.draw th {
	width: 20%;
}
table.draw th {
	color: #aa2835;
}
table.draw td {
	text-align: center;
}
ul.sponsors {
	list-style-type: none;
}
.fullwidth table.livescore {
	margin-right: auto;
	margin-left: auto;
}
table.livescore {
	font-size: 12px;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	border-color: black;
	border-style: solid;
}
table.livescore th, table.livescore td {
	padding-right: 5px;
	padding-left: 5px;
	border-color: black;
	border-style: solid;
    margin: 0;
    border-width: 1px 1px 0 0;
}
table.livescore th {
	color: #aa2835;
}
table.livescore td {
	text-align: left;
	width: 10px;
}
table.livescore th.team {
	width: 125px;
	text-align: left;
}
table.livescore td.team {
	width: 125px;
	text-align: left;
}
table.livescore td.score {
	text-align: center;
}
table.livescore tr.updatedtime td {
	font-style: italic;
	font-size: 10px;
	/*white-space: pre;
	overflow: hidden;*/
	width: 100%;
	text-align: right;
}
table.livescore td.none {
	background-color: black;
	color: black;
	text-align: center;
}
table.livescore td.win {
	width: auto;
	color: #2862ab;
	text-align: center;
	white-space: nowrap;
}
table.livescore td.loss {
	width: auto;
	color: #aa2835;
	text-align: center;
	white-space: nowrap;
}
dl.credits {
	margin-right: 20px;
}
dl.credits dt {
	margin-top: 10px;
	font-weight: bold;
}
.weloveourpresident {
	font-size: 20px;
}
div.col3 table.livescore {
	margin-right: auto;
	margin-left: auto;
}
#ZoomCapDiv td {
	padding: 0px;
}
