@charset "utf-8";
body {
	background-color: #8E929B;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodyback3.png);
}
h2 {
	font-size: 130%;
	color: #08396E;
	font-weight: bold;
	border-top-left-radius:     1em;
	border-top-right-radius:    1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius:  1em;
}
h3 {
	font-size: 110%;
	color: #08396E;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	text-decoration: underline;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #C90;
	font-weight: bold;
}

#bannerBack {
	background-image: url(../images/bannerBack.png);
	background-repeat: repeat-x;
	height: 120px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
}
#banner {
	background-image: url(../images/bannerC.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	padding: 0px;
	position: relative;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: auto;
	right: auto;
}
#teams {
	float: right;
	height: 30px;
	width: 970px;
	text-align: center;
	position: absolute;
	border-top-left-radius:     1em;
	border-top-right-radius:    1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius:  1em;
	top: 5px;
	right: 12px;
}
#teams a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bannerText {
	top: 50px;
	position: absolute;
	color: #B7D7EE;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #324B6B;
	border-right-color: #87A0C0;
	border-bottom-color: #87A0C0;
	border-left-color: #324B6B;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	left: 680px;
}

#topNav {
	bottom: 12px;
	position: absolute;
	color: #becdec;
	left: 290px;
	width:500;
}

#topNav a {
	text-decoration: none;
	color: #becdec;
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 60%;
	padding-right: 4px;
	border: thin solid #204E7F;
}
#topNav a:hover {
	color: #FBBC00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #163554;
	border-right-color: #2C68AB;
	border-bottom-color: #2C68AB;
	border-left-color: #163554;
	background-color: #083D74;
}
#wrapper {
	border: thin solid #1B3D63;
	max-width:1060px;
	min-width:200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	background-color: #9AAFD3;
	background-image: url(../images/darkback.png);
	background-repeat: repeat;
}
#sidebox {
	background-color: #5C6169;
	border: thin solid #7C97C2;
	padding: 5px;
	float: left;
	clear: none;
	position: relative;
	width: 19%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FBBC00;
	border-top-left-radius:     1em;
	border-top-right-radius:    1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius:  1em;
	background-image: url(../images/sidebarBack.png);
}
#sidebox a {
	color: #FBBC00;
}
#sidebox a:hover {
	color: #08396E;
}
#saveWarning 
{
    color:Red;
}
#saveWarning td
{
    color:Red;
}
.saveWarning 
{
    color:Red;
}

#Hide { display: none; }
#Hide td { display: none; }
#Show { display: inline; }
#Show td { display: inline; }
#mainBox 
{
    display:none;
	background-color: #DEDFE2;
	text-align: left;
	float: right;
	border: thin solid #000;
	clear: none;
	width: 71%;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 3ex;
	border-top-left-radius:     1em;
	border-top-right-radius:    1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius:  1em;
}

#mainBoxNav {
	text-align: center;
	clear: right;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}
#mainBoxNav a {
	font-size: 60%;
	text-decoration: none;
	display: inline-block;
	color: #666;
	padding-right: 3px;
}
#mainBoxNav a:hover {
	color: #000;
}
#mainBoxNav img {
	float: right;
	padding-left: 20px;
	vertical-align: text-bottom;
}
#mainBox center a {
	color: #06295B;
}
#mainBox center a:hover {
	color: #C90;
}
#mainBox h2 a {
	color: #08396E;
}

#mainBox h2 a:hover {
	color: #C90;
}
#mainBox h3 a {
	color: #08396E;
}

#mainBox h3 a:hover {
	color: #C90;
}
#mainBox table a {
	color: #08396E;
}
#mainBox table a:hover {
	color: #C90;
}
#footer {
	clear: both;
	float:right;
	position: relative;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 25px;
	left: 22px;
	background-image: url(../images/footBack2.png);
	border: thin solid #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #becdec;
	padding-top: 4px;
	vertical-align:middle;
}
#footer a {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #becdec;
}
#footer a:hover {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #becdec;
}
#footertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#mainBox a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#locationNav {
	font-size: 70%;
	color: #083D74;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #08386D;
	border-right-color: #08386D;
	border-bottom-color: #08386D;
	border-left-color: #08386D;
}
#locationNav a:hover {
	background-color: #D5D6D9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A5A8AF;
	border-right-color: #F8F8F8;
	border-bottom-color: #F8F8F8;
	border-left-color: #A5A8AF;
}

#locationNav a {
	text-decoration: none;
	color: #083D74;
	border: 1px solid #DEDFE2;
}

.imageFloatLeft {
	float: left;
	border: 2px solid #0A3B6F;
	margin-right: 12px;
}

