/* CSS Document
 typography styling .CSS */

body, p, ul, li, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#FFFFFF;
}

a:link {color:#4A7AA2; text-decoration:underline;}
a:hover {text-decoration:none; color:#efefef;}
a:visited {color:#4A7AA2; text-decoration:none;}
a:focus {color:#4A7AA2; text-decoration:underline;}
a:active {color:#4A7AA2; text-decoration:underline;}

#navlist{
	font-family:Arial, Helvetica, sans-serif
	font-size:11px;
}

#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#navlist a:link {color: #ffffff; font-weight:bold;}
#navlist a:visited {color: #ffffff; font-weight:bold;}
#navlist a:hover {color: #efefef; font-weight:bold; background-color:#000000;}
#navlist a:focus {color: #efefef; font-weight:bold;}
#navlist a:active {color: #efefef; font-weight:bold;}

/*** Top Sub Nav ***/

#subNav li{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

UL#subNav a:link {color: #ffffff; font-weight:bold;}
UL#subNav a:visited {color: #ffffff; font-weight:bold;}
UL#subNav a:hover {color: #000000; font-weight:bold; background-color:#ffffff;}
UL#subNav a:focus {color: #efefef; font-weight:bold;}
UL#subNav a:active {color: #efefef; font-weight:bold;}

#leftColumn a:link {color: #4A7AA2;}
#leftColumn a:visited {color: #4A7AA2;}
#leftColumn a:hover {color: #ffffff;}
#leftColumn a:focus {color: #ffffff;}
#leftColumn a:active {color: #ffffff;}

H3#newsBytes a:link {color: #4A7AA2;}
H3#newsBytes a:visited {color: #4A7AA2;}
H3#newsBytes a:hover {color: #ffffff; text-decoration:underline;}
H3#newsBytes a:focus {color: #ffffff;}
H3#newsBytes a:active {color: #ffffff;}

/*** Main Left Nav ***/
.navSystem{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#sponsors LI {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:-15px;
	list-style:square;
}

#sponsors a:link {color:#ffffff;}
#sponsors a:visited {color:#cccccc; text-decoration:none;}
#sponsors a:hover {color:#ffffff; text-decoration:none;}
#sponsors a:focus {color:#ffffff; text-decoration:none;}
#sponsors a:active {color:#ffffff; text-decoration:none;}

#sponsors H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

#downloadPush LI {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:-15px;
	list-style:square;
}

#downloadPush a:link {color:#ffffff;}
#downloadPush a:visited {color:#cccccc; text-decoration:none;}
#downloadPush a:hover {color:#ffffff; text-decoration:none;}
#downloadPush a:focus {color:#ffffff; text-decoration:none;}
#downloadPush a:active {color:#ffffff; text-decoration:none;}

#downloadPush H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

#footnav, #footnav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footnav li{
	display:inline;
	list-style-type:none;
	padding-right:0px;
}

#footnav a:link {color: #ffffff;}
#footnav a:visited {color: #ffffff;}
#footnav a:hover {color: #efefef;}
#footnav a:focus {color: #efefef;}
#footnav a:active {color: #efefef;}

/*** Class Styles ***/
.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.bandTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.bandTable a:link {color:#4A7AA2; text-decoration:none;}
.bandTable a:visited {color:#cccccc; text-decoration:none;}
.bandTable a:hover {color:#ffffff; text-decoration:underline;}
.bandTable a:focus {color:#ffffff; text-decoration:none;}
.bandTable a:active {color:#ffffff; text-decoration:none;}

/*** News Styles ***/
#newsArticles{
	padding-top:10px;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

H1.newsHeader {
	color:#9C0E1A;
	font-size:18px;
	font-weight:bold;
	line-height:19px;
}

H3.newsheadlines {
	color:#4A7AA2;
	font-size:14px;
	margin:0;
	padding-bottom:0px;
}

P.news, P#news {
	margin-top:0;
}

#news2 {
	margin-top:0;
	border-bottom: #efefef 1px dotted;
}

.tableHead{
	color:#4A7AA2;
	font-size:14px;
	border-bottom:1px dashed #CCCCCC;
}

#bioQuote{
	padding:10px;
	margin:10px;
	border:1px dashed #efefef;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background-color:#333333;
}

#bioQuoteByline{
	font-size:10px;
	text-align:right;
	line-height:120%;
}
.topLink {
	float: right;
	left: 348px;
	top: 0px;
	width: 200px;
	margin: 2px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #618FB6;
	padding: 3px;
	font-size: 10px;
	position: static;
}