﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	list-style-position: inside;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
td {
	font-size: 12px;
	line-height: 1.5em;
}
ul {
	list-style-position: outside;
}
h2 {
	color: #0035AD;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
a {
	color: #0035AD;
	text-decoration: none;
}
a:hover {
	color:#990000 
}
#flashcontent {
	border: 1px solid #000000;
	background:white;
}
#flashcontent p {
	color:red;
}
#contenttool {
	padding: 5px;
}
#contenttool p {
	margin: 1.1em 0;
}
#whatsnew {
	margin: 10px;
}
#whatsnew p {
	margin: 8px 0;
}
#tagline {
	height:20px;
	text-align:center;
}
#remote {
	color: #fff;
	width: 163px;
	font-size: 10px;
	float: right;
	margin: 15px 35px 0 0;
	padding: 0;
}
#remote h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#remote a {
	color: #fff;
}
.imgborder {
	padding: 1px;
	margin: 1px;
	border: 1px #0035AD solid;
}
.blue {
	color: #0035AD;
}
.commEventImg {
	float: right; 
	width: 300px; 
	font-size: 10px; 
	line-height: 12px; 
	margin-left: 60px; 
	text-align: justify;
}
.textHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background:#0035AD;
}
.textSubHead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0035AD;
	font-weight: bold;
	line-height: 1.75em;
}
.textMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.textAttnHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0035AD;
	font-style: normal;
	line-height: 1.75em;
}
.textAttn {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 1.75em;
}
.linkNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0035AD;
	background-color: #F7D25E;
}
.linkFootNav {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0035AD;
}
.textFoot {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.linkSideNav {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0035AD;
	line-height: 20px;
}
.textBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
}
.nowrap {
    font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    white-space: nowrap;
}
/* MAIN NAV
*******************************/
#nav, 
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	line-height: 1;
	/*background: #F7D25E;
	border-right: 1px #0000ff solid;
	border-bottom: 1px #0000ff solid;
	border-top: 1px #0000ff solid;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	color: #0035AD;
	text-decoration: none;
	text-align: center;
	padding: 0 22px; /* adjust padding to control filling main nav across entire space */
	line-height: 1.2em;
	border-left: 2px #fff solid;
	font-size: 1em;
	font-weight: bold;
}
#nav a.firstlink {
	border-left: none;
}
#nav a:hover {
	color: #990000;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 250px;
	font-weight: normal;
	margin: 0 0 0 1px;
	border: 1px #F7D25E solid;
	background: #F7D25E;
	font-size: .9em;
}
#nav li li {
	width: 200px
}
#nav li ul a {
	width: 244px;
	color: #0035AD;
	line-height: 1.5em;
	text-align: left;
	border: none;
	padding: 0 3px;
}
#nav li ul a:hover {
	color: #990000;
}
#nav li ul ul {
	margin: -1.3em 0 0 250px;
}
#nav li ul.noclip {
	margin-left: -140px;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
	display: block;
}
