@charset "UTF-8";

#slogan strong {
	display: block;
	text-align: center;
	font-size: 1.8em;
	font-weight: 800;
}

#history table {
	width: 100%;
}

#history table thead {
	background-color: #004690;
	color: #FFFFFF;
	font-size: 0.6em;
}

#history table th {
	vertical-align: middle;
	text-align: center;
	font-weight: 100;
	height: 25px;
	border-bottom: solid 1px #FFFFFF;
}

#history table th.hisYear {
	width: 9%;
	border-right: solid 1px #FFFFFF;
	valign="middle"
}

#history table th.hisA {
	width: 18%;
}

#history table tbody {
	background: #FFFFFF;
	font-size: 0.5em;
	line-height: 1.6em;
}

#history table tbody tr.even {
	background-color: #bac7ce;
}

#history table tbody tr.even td {
	border-bottom: solid 1px #434343;
}

#history table td {
	vertical-align: middle;
	text-align: center;
	height: 25px;
	border-bottom: solid 1px #434343;
}

#history table td.hisYear {
	width: 9%;
	border-right: solid 1px #434343;
	valign="middle";
}

#history table td.hisTopics {
	text-align: left;
	padding-left: 10px;
}

p.alineRight{
	text-align: right;
	font-size: 0.7em;
}

#teamInfo p {
	width: 100%;
	text-align: center;
}

#teamInfo img {
	width: 200px;
}

#teamInfo dl {
	width: 100%;
}

#teamInfo dt {
	text-transform: uppercase;
}

#teamInfo dd {
	font-size: 0.8em;
	line-height: 1.2em;
}

#teamInfo dd.blue {
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -999px;
	background-color: #004696;
	margin-bottom: 5px;
}

#teamInfo dd.navy {
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -999px;
	background-color: #141e37;
	margin-bottom: 5px;
}

#teamInfo #secondary {
	margin-top: 20px;
}


/* /_/_/_/_/_/_/_/_/_/_/
Tablet 641px-960px 
 /_/_/_/_/_/_/_/_/_/_/ */

@media only screen and (min-width: 641px){

#history table thead {
	font-size: 0.7em;
}

#history table tbody {
	font-size: 0.7em;
}

#teamInfo dl {
	width: 50%;
	float: left;
}

#teamInfo #secondary {
	margin-top: 0px;
}

#access p {
	margin-bottom: 10px;
}

iframe {
	width:100%;
	height:350px;
	frameborder:0;
	scrolling:no;
	marginheight:0;
	marginwidth:0;
}

}