* {
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
}

body {
	background: url('../images/body_bg.gif') #ffffff;
}

#portalWrap {
	background: url('../images/bg_wrap.png') #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 884px;
}

#portalcontent {
	background:url(../images/bg_body_1.gif) bottom left repeat-x #fff;
	margin: 0 4px 0 5px;
	width: 875px;
	padding-bottom:40px;
}
#portalHead {
	background: #dadada;
	margin-left: auto;
	margin-right: auto;
	width: 874px;
	height: 40px;
}
/*#portalHead {
	background: #dadada;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 854px;
	height: 108px;
}*/

#portalHead h1 {
	display: none;
}

#portalHead ul {
	display:none;
	list-style: none;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

#portalHead ul li {
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 11px;
	font-weight: bold;
}

#portalHead ul li a {
	color: #525252;
	text-decoration: none;
}

#portalHead ul li a:hover{
	color: #6F0708;
	text-decoration: none;
}
#portalLogo {
	background: url('../images/logo_3.gif') #ffffff;
	float: left;
	height: 40px;
	margin: 0px;
	width: 874px ;
}
/*#portalLogo {
	background: url('../images/logo.gif') #ffffff;
	float: left;
	height: 108px;
	margin: 0px 15px 0px 0px;
	width: 576px ;
}*/

#portalNav  {
	display:none;
	background: url('../images/bg_nav.gif') #ffffff;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	width: 874px;
}

#portalNav ul {
	font-family: Arial,Helvetica,Sans Serif;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}	

#portalNav ul li {
	background: url('../images/bg_nav.gif');
	border-right:1px solid #A3AAC7;
	float:left;
	font-size:11px;
	font-weight:100;
	line-height:27px;
	margin:0;
	padding-left:0;
	padding-right:0;
	white-space:nowrap;
}

/* ASM: Changed 21px to 20px on padding */
#portalNav ul li a {
	background: transparent none repeat scroll 0 0;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	line-height: 27px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #portalNav ul li a { padding: 0px 20px 0px 19px; }
}

#portalNav ul li a:hover{
	background: url('../images/top_menu_bgover.gif');
	color: #FFFFFF;
	font-size: 12px;
}
#nav1  {
	background: url('../images/bg_nav.gif') #ffffff;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	width: 874px;
}

#nav1 ul {
	font-family: Arial,Helvetica,Sans Serif;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}	

#nav1 ul li {
	background: url('../images/bg_nav.gif');
	border-left:1px solid #A3AAC7;
	float:right;
	font-size:12px;
	font-weight:100;
	line-height:27px;
	margin:0;
	padding-left:0;
	padding-right:0;
	white-space:nowrap;
}

#nav1 ul li a {
	background: transparent none repeat scroll 0 0;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	line-height: 27px;
	padding: 0px 21px 0px 20px;
	text-decoration: none;
}

#nav1 ul li a:hover{
background: url('../images/top_menu_bgover.gif');
color: #FFFFFF;
font-size: 12px;
}