html, body{
	height:100%;
	text-align: center;
}

body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #051c31;	
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
}

.wrapper{	
	position: relative;
	height:100%;
}

#container {
	width:950px;
}

a {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}

#width{	
	margin:0 auto;
	width: 950px;
}

.floatleft{	
	float:left;
}

.divMenu { 
	height:35px;
	width:880px;
	padding-left:70px;
	margin-bottom:0px;
	text-align:left;
	background-color:#051c31;
}

.menuBg {background-image:url(images/home-menu-bg-out.gif);width:880px;}

.menuOut a:link, .menuOut a:active, .menuOut a:visited, .menuOut a:hover   {
	color: #fff; 
	font-size: 12px;
	text-decoration: none; 
	display: block;
	height: 22px;
	padding: 8px 10px 0 10px;
	text-align:left; 
	margin-left:10px;
}

.menuOut a:hover, .menuOutSelected a:link, .menuOutSelected a:active, .menuOutSelected a:visited, .menuOutSelected a:hover   {
	background-color:#ff9e09;
	color:#051c31;
	border:1px solid #fff;
}

.menuOver a:link, .menuOver a:active, .menuOver a:visited, .menuOver a:hover   {
	color: #fff; 
	font-size: 12px;
	text-decoration: none; 
	display: block;
	padding: 4px 12px 4px 10px;
	text-align:left;
	background-color:#051c31;
}

.menuOver {
    border:1px solid #fff;
}

.menuOver a:hover   {
	color: #051c31;
	background-color:#ff9e09;
}

.IE8Fix
{
  z-index: 100;
}
