@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #00549f;
}
body { color: #00549f; background-color: #FFFFFF; margin:0px; width:980px; margin:auto;}
a:link, a:visited {color:#ff8500; text-decoration:none;}
a:hover {text-decoration: underline;}

h1 {margin:0px; font-size:16px; line-height:20px; color:#00549F; font-weight:bold;}
h2 {margin:0px; font-size:14px; line-height:18px; color:#FF8500; font-weight:bold;}
h3 {margin:0px; font-size:14px; line-height:18px; color:#00549F; font-weight:bold;}

.orange {color:#FF8500; font-weight:bold;}
.blue {color:#00549F; font-weight:bold;}
.white {color:#FFFFFF; font-weight:bold;}
.white14 {color:#FFFFFF; font-weight:bold; font-size:14px; line-height:18px;}
a.white:link, a.white:visited, a.white:hover, a.white:active {color:#FFFFFF; text-decoration: underline;}

.small {font-size: 11px; line-height:12px;}

/* top text and navigation bar for the whole site */
.textTop {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #00549f;
	margin: 0px;
	padding-right: 10px;
	text-align: right;
	vertical-align:middle;
}
/* navigation top */
.topNavBar{
	background-image:url(images/topNavBar.png);
	background-repeat:no-repeat;
	height:24px;
	width:980px;
	color:#FFF;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	line-height:20px;
	padding-top:2px;
	
}
.topNavBar_ff8500{
	background-image:url(images/topNavBar_ff8500.png);
	background-repeat:no-repeat;
	height:40px;
	width:980px;
	color:#FFF;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	line-height:20px;
}
.topNavBar a {
	color: #FFF;
	text-decoration: none;
}
.topNavBar a:hover {
	font-weight: bold;
	color: #f26862;
	font-size:12px;
}
#gst {
	width:290px;
	height:40px;
	vertical-align:middle;
	padding-top:3px;
}
/* homepage main navigation */
.navHome {
	font-size: 18px;
	font-weight: bold;
	color: #00549f;
}
.navBoxes {
	height: 145px;
	width: 245px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#FFF;
	padding-top:11px;
}
.navBoxes a {
	color: #FFF;
	text-decoration: none;
}
.navBoxes a:hover {
	font-weight:bold;
	color: #f26862;
	text-decoration: none;
}
.navBoxes ul li {
	font-size: 14px;
	line-height: 18px;
	color: #FF8500;
	text-align: left;
	text-indent: 10px;
	list-style-type: square;
}
.navBoxes ul li a {
	color: #00549A;
	text-decoration: none;
}
.navBoxes ul li a:hover {
	font-weight:bold;
	color: #00549A;
	text-decoration: none;
}

/* dropdown menu */
#menu {height:31px; background:url('images/menuBkgd.jpg'); background-repeat:repeat-x;}

#countdown {background:#fff;  width:245px;text-align:center; font-size:36px; color:#006fba; line-height:60px;}
.event {font-size:14px; line-height:28px; font-weight:bold; color:#00549F;}
#nav {background:url('images/MenuBG_blue.png'); height:31px; font-size:12px; line-height:31px; width:980px; margin:0 auto; font-weight:bold;}
#nav ul {margin:0; padding:0; list-style:none; display: table;}
#nav .menu .level1-li {float:left; display:inline; width:122px; margin-top:-32000px;}
#nav .menu a {display:block; width:122px; text-decoration:none; text-align:center; color:#FFF;}
#nav .menu a.level1-a {position:relative; float:left; display:inline; margin-right:-121px; margin-top:32000px;}
#nav .menu .sub {background:#006fba; float:left; margin-top:-31px; padding-top:28px; line-height:20px; font-size:10px;}
#nav .menu .sub a {background:#006fba; position:relative; margin-right:-1px;}
#nav .menu a:hover, #nav .menu a:focus, #nav .menu a:active {background:#006fba; margin-right:0; color:#f26862;}
/* container */
.container {width:980px;}
/* text */
.textBox {
	float: left;
	width: 700px;
	padding:10px
}
#content .textBox p a {
	color: #ff8500;
	text-decoration: none;
}
#content .textBox p a:hover {
	text-decoration: underline;
}
#content .textBox ul li a:hover {
		text-decoration: underline;
}

/* homepage bottom w/ sponsors*/
#bigblue {
	width:960px;
	height:101px; 
	background:url('images/newBigBlue.png'); 
	background-repeat:no-repeat; 
	padding:26px 20px 0px 0px;
}
/* home footer*/
#footer {
	color: #FFF;
	background-color:#006fba;
	text-align:center;
	font-size:10px;
	line-height:14px;
	padding-bottom:5px;
	padding-top:5px;
	
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	font-size: 11px;
	text-decoration: underline;
}
#footerHome {
	color: #FFF;
	background-color:#006fba;
	text-align:center;
	font-size:10px;
	line-height:14px;
	padding-bottom:5px;
	padding-top:5px;
	border-top:#fff 1px solid;
	
}
#footerHome a {
	color: #FFF;
}
#footerHome a:hover {
	font-size: 11px;
	text-decoration: underline;
}
/* footer for internal pages 
#footerPages {
	color: #FFF;
	text-align:center;
	font-size:10px;
	line-height:14px;
	padding-bottom:10px;
	padding-top:7px;
	background-image: url(images/topnavbar.jpg);
	background-repeat: no-repeat;
}
#footerPages a {
	color: #FFF;
}
#footerPages a:hover {
	font-size: 11px;
	text-decoration: none;
}*/
/* tables */
#dddBG {
	background-color: #DDD;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#dddBG_bot {
	background-color: #DDD;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom:#AAA 1px solid;
}
#fffBG {
	background-color: #FFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#fffBG_top {
	background-color: #FFF;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#fffBG_bot {
	background-color: #FFF;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom:#AAA 1px solid;
}
.greyBGtd {
	background-color: #ddd;
	vertical-align: middle;
	height: 20px;
	padding-left:4px;
}
.whiteBGtd {
	background-color: #fff;
	vertical-align: middle;
	height: 20px;
	padding-left:4px;
}
.whiteBGtd_bot {
	background-color: #fff;
	vertical-align: middle;
	height: 20px;
	padding-left:4px;
	border-bottom:#ddd thin solid;
}
.firstcolumn {
	padding-left: 4px;
	vertical-align:middle;
}
.lastColumn {
	text-align: center;
}
#content .textBox table .whiteBGtd td a {
	color: #ff8500;
	text-decoration: none;
}
#content .textBox table .whiteBGtd td a:hover {
	font-size: 13px;
	color: #ff8500;
	text-decoration: underline;
}
#content .textBox table .greyBGtd td a {
	color: #ff8500;
	text-decoration: none;
}
#content .textBox table .greyBGtd td a:hover {
	font-size: 13px;
	color: #ff8500;
	text-decoration: underline;
}
.specialLinks {
	background-color:#00549A; 
	font-size:18px; 
	line-height:40px; 
	text-align:center;
}
#content .textBox .specialLinks p a strong {
	font-size: 18px;
	color: #ff8500;
	text-decoration: none;
}
#content .textBox .specialLinks p a:hover strong {
	font-size: 19px;
	color: #FFF;
	text-decoration: underline;
}

