body
{
	margin:0;
	font-family: Futura, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:100%;
}
h1 {
	font-weight:normal;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*#Chrome#*/
#wrapper 
{
	width: 980px;
	margin-left: auto;
  	margin-right: auto;
	height:100%;
}

#banner 
{	
	width: 980px;
}

.logo
{
	float:left;
	width:228px;
	height:121px;
	background-image: url(/app_themes/umcka/images/chrome/logo.png);
}
.search
{
	margin-top:45px;
	float: right;
}
.menu
{
	height:40px;
	width:750px;
	margin-top:10px;
	background-image: url(/app_themes/umcka/images/chrome/nav-background.png);
	float:left;	
}

#content
{
	clear:both;
	padding:5px;
	margin: 0px 2px 0px 3px;
}
#footer
{	
color:#00aeef;	
float:right;
	font-size:13px;
	padding-top:5px;
}
#footer a
{
	margin:0px 15px;
}
#footer a:link, #footer a:visited
{
color:#00aeef;	
text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
#footerNewsletter
{	
	width:370px;
	float:right;
}
.fdaStatement
{
	text-align:center;
	color:#0071BC;
}
/*#Top Nav#*/

/* IE6 IFRAME Hack */
* html ul#menuElem iframe, * html ul.menuElem iframe {
	position: absolute;
	left: 0em;
	top: 0em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

.topNav, .topNav ul{	
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 500;
	font-size:13px;
	height: 40px;
}

.topNav a {
	text-align:center;
	height:27px;
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin:0px;
	border-right: solid 1px #fff;
	padding-top:13px;
}
.topNav li {
	width:150px;
	float: left;
	height:40px;
}
.topNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	background: #00aeef;
}

.topNav li li {
	margin: 0;
	padding: 0;
}

.topNav li ul a {
	color: #fff;
}

.topNav li:hover ul ul, 
.topNav li:hover ul ul ul, 
.topNav li.sfhover ul ul, 
.topNav li.sfhover ul ul ul
{
	color: #fff;
	left: -999em;
}

.topNav li:hover ul, 
.topNav li li:hover ul, 
.topNav li li li:hover ul, 
.topNav li.sfhover ul, 
.topNav li li.sfhover ul, 
.topNav li li li.sfhover ul 
{
	color:#fff;
	left: auto;
	z-index: 50;
}

.topNav li:hover, 
.topNav li.sfhover 
{
	background: #00aeef;	
	color: #fff;
	z-index: 50;
}

.topNav li:hover a,
.topNav li.sfhover a
{
	color: #fff;
}

.topNav a:hover 
{
	color: #fff;
}

.topNav ul li:hover, 
.topNav ul li.sfhover, 
.topNav ul ul li.sfhover 
{
	z-index: 50;
}