﻿@charset "utf-8";
 
body {
	background-color: #efefef;
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:15px 0 5px;
	padding:0;
	text-align:center;
}
.mainContent {
	background-color: #FCFEFC;
	color:#000000;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:775px;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	vertical-align:top;
}
th {
	font-family: Verdana, Geneva, sans-serif;
}
a {
	color: #003300;
	text-decoration: underline;
	border:none;
}
a:hover {
	color:#006600;
	text-decoration:none;
}
hr {
	color:#CCCCCC;
	height:1px;
	width:100%;
}
.button {
	background-color: #FFFFFF;
	border: 1px #CCFFCC solid;
	height: 25px;
	padding: 3px 10px 5px;
	width: auto;
}
.mainContentBody {
	width:775px;
	margin: 10px 0px 5px 0px ;
	}

/*Top Navigation Tabs*/
.topTabs{
	width: 775px;
	overflow: hidden;
	background: url(images/top_navbar.png);
	border-bottom: 2px solid #cbb676; /*bottom horizontal line that runs beneath tabs*/
}

.topTabs ul{
	margin: 0;
	padding: 0; /*offset of tabs relative to browser left edge*/
	font: bold 11px  Verdana, Geneva, sans-serif;
	list-style-type: none;
}

.topTabs li{
	display: inline;
	margin: 0;
}

.topTabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 14px 5px 14px; /*padding inside each tab*/
	 /*right divider between tabs*/
	color: #ffffff;
	background: url(images/top_navbar_link.jpg); /*background of tabs (default state)*/
}

.topTabs li a:hover {
	background: url(images/top_navbar_hover.jpg); /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #003300;
	font-weight: bold;
	}
.topTabs li .current {
	background: url(images/top_navbar_current.jpg); /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #ffffff;
	font-weight: bold;
	}
	
/*Side Navigation*/
.sideNavContainer {
	width: 190px;
	font-family:  Verdana, Geneva, sans-serif;
}
.sideNav{
	width: 180px; /*width of menu*/
	background-color: #CCCCCC;
	font-size: 11px;
	font-family:  Verdana, Geneva, sans-serif;
}

.sideNav .headerbar{
	border-style:none none none;
	border-width:0 0 0;
	margin:0;
	padding:3px 3px 3px 6px;
	background-color: #030;
	color: #ffffff;
	font-size: x-small;
	font-weight:bold;
}

.sideNav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sideNav ul {
	padding-bottom: 2px; /*bottom spacing between menu items*/

}
.sideNav li {
	border-bottom: 1px solid #FFFFFF;
}
.sideNav ul li a{
	font: normal 11px  Verdana;
	color: #006600;
	display: block;
	padding: 5px 0;
	line-height: 15px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.sideNav ul li a:visited{
color: #006600;
}

.sideNav ul li a:hover{ /*hover state CSS*/
color: #fff;
background: url(images/top_navbar_current.jpg);
}

.sideNav ul li .current{ /*current state CSS*/
color: #060;
background: url(images/top_navbar_hover.jpg);
}

.relatedLinks {
	background-color:#003366;
	margin:0;
	padding:0;
}
.relatedLinks h3 {
padding:10px 0 5px;
}

.departmentname {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.featurename {
	color:#444444;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.newsteaserdate {
	color:#666666;
	font-size:10px;
}
.newsteaserheadline {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.newsheadline {
	color:#336633;
	font-size:14px;
	font-weight:bold;
}
.newssubheadline {
	color:#336633;
	font-size:11px;
	font-weight:bold;
}
.newssubheadlineW {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.newssubheadlineW a {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.newsmodulesubheader {
	background-color:#EFEFEF;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding:5px 5px 5px 10px;
}
.newsmodulecontent {
	background-color:#CFCFCF;
	font-size:11px;
	padding:5px 5px 5px 10px;
}
.relateddocs {
	color:#003366;
	font-size:11px;
	font-weight:bold;
}
.banner {
	background-color:#030;
	padding-left:1px;
	padding-top:2px;
	color:#FFFFFF;
	font-size:11px;
}
.banner:hover {
	background-color:#030;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
.bannertext {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
.bannertext:hover {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
.tablecontent {
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	vertical-align:top;
}
.tablecontent2 {
	font-size:9px;
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	vertical-align:top;
}
.tablesubheader {
	font-size:11px;
	font-weight:bold;
	padding:2px 2px 2px 10px;
}
.tablecontentborder {
	border-color:#999999;
	border-style:solid;
	border-width:2px;
	font-size:11px;
	padding:10px 15px;
}
.championshipname {
	color:#222222;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}
.tableheader {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}
.gallerycontent {
	background-color:#FFFFFF;
	padding:5px 10px;
}
.footer {
	font-size:11px;
	text-align: center;
	padding: 5px;
	border-top: solid 1px #666;
}
.footerImg {
	width:185px;
	text-align: right
}
.footerlink {
	font-size:11px;
	text-align: center;
}
.footerlink:hover {
	font-size:11px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.copyright {
	color:#333333;
	font-size:10px;
}
.link1warn {
	background-color:#DFD700;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:15px;
	padding:3px 3px 3px 6px;
	text-decoration:none;
}
.link1auth {
	background-color:#2323EE;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:15px;
	padding:3px 3px 3px 6px;
	text-decoration:none;
}
.link1 {
	background-color:#E5EEF8;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:15px;
	padding:3px 3px 3px 6px;
	text-decoration:none;
}
#header H1{
	background-color: #093;
}
.formcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 400px;
	color: #333333;
	padding-left: 5px;
	text-align: left;
	border: 1px dotted #333333;
}

.formcontent label {
	font-size: 10px;
	color: #666666;
}
.formcontent input {
	background-color: #efefef;
	width: 200px;
}
.formcontent textarea {
	width: 300px;
}

#formAll {
	background-align:center;
	padding:5px;
	background-repeat: no-repeat;
	height: auto;
	vertical-align: top;
}

