body {
	color: #f9f5f9;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	background-color: #01325C;
	background-image: url(/images/bckgrndbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {color: #ffff9a;}
p {maring: 0 0 10px 0;}
td { }
a:link { color: #ffffad; }
a:visited { color: #ff6; }
a:hover { color: #0f0; }
a:active { color: #f9f5f9; }
.bluesmall { color: #67c7ed; font-size: 11pt; font-family: arial; font-weight: normal; }
.darkbluesmall { color: #01325c; font-size: 10pt; font-family: arial; font-weight: normal; }
.whitesmall { color: #f9f9f9; font-size: 11pt; font-family: arial; font-weight: normal; }
.whitesmallletted { color: #f9f9f9; font-size: 11pt; font-family: arial; font-weight: normal; line-height: 13pt; }
.headeryellow { color: #ffff9a; font-size: 12pt; font-family: arial; font-weight: bold; }

li h4 {
	margin: 0px;
}
li {
	margin-bottom: 16px;
	line-height: 120%;
}
.play {
	background-image: url(/images/buttons/play.jpg);
	background-repeat: no-repeat;
	background-position: left -19px;
	display: block;
	height: 19px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.play:hover {background-position: left top;}
.footer {
	background-image: url(/images/bottombar.jpg);
	background-repeat: no-repeat;
	height: 56px;
	padding-top: 6px;
	padding-left: 11px;
	font-size: 12px;
	padding-bottom: 6px;
	text-align: left;
}
.rsaTag {color: #67c7ed; font-size: 11px; text-align:center}
tr.nav td img {vertical-align: bottom; /* This fixes the IE5 Win gap! */ }

#navigation, #navigation ul {list-style:none; margin: 0; padding:0}
#navigation li {
	float:left;
	position: relative;
	margin: 0px;
}
#navigation li a {
	display:block;
	height:24px;
	background-image: url(/images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	padding: 16px 22px 0px;
	*padding: 16px 24px 0px;
	border-right: 1px solid #008e3b;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	_float: left; /* because IE 6 fails at life*/
}
#navigation li a:hover {
	color: #ffff9a;
	background-position: center -40px;
}
#navigation ul {
	position: absolute;
	left: -3000px;
}
#navigation ul li {
	float: none;
	width: 200px;
	margin: 0px;
	vertical-align:bottom; /* for our friends on IE*/
}
#navigation ul a {	
	background-color: #00481c;
	background-image: none;
	padding: 0 0 0 12px;
	text-align: left;
	border-bottom: 1px solid #00B147;
	height: 24px;
	line-height:24px;
	_float: none;
	vertical-align:bottom; /* for our friends on IE*/
}
#navigation ul a:hover {background-color: #61a9e6;}

#navigation li:hover ul, #navigation li.sfhover ul {left: 0; top:40px}
