html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #225872;
	/*background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top*/
} 
.bg1 {
	background-image:url(images/exhibitor_specials/blue_solid.gif); 
	background-repeat:no-repeat;  
	height:80px;
	width:225px;
}
.bg2 {
	background-image:url(images/exhibitor_specials/blue_texture.gif); 
	background-repeat:no-repeat;  
	height:80px;
	width:225px;
}
.bg3 {
	background-image:url(images/exhibitor_specials/green_texture.gif); 
	background-repeat:no-repeat;  
	height:80px;
	width:225px;
}
.bg4 {
	background-image:url(images/exhibitor_specials/brown_texture.gif); 
	background-repeat:no-repeat;  
	height:80px;
	width:225px;
}
.bg5 {
	background-image:url(images/exhibitor_specials/red_texture.gif); 
	background-repeat:no-repeat;  
	height:80px;
	width:225px;
}
#pagewidth{ 
 width:802px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-image: url(images/background_new.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#CFCFCF; 
 width:100%;
} 

 
#leftcol{
	width:20%;
	float:left;
	position:relative;
	background-color:#EEEEEE;
	padding-left: 4px;
	margin-top: 25px;
 }
 
#twocols{
	width:77%;
	float:right;
	position:relative;
	background-color: #FFFFFF;
	margin-top: 15px;
  }
#header #topNav {
	background-color: #CCCCCC;
	background-image: url(images/topNav_bar.jpg);
	background-repeat: no-repeat;
	width: 802px;
	text-align: center;
}

 
#rightcol{
	width:24%;
	float:right;
	position:relative;
	background-color: #FFFFFF;
	margin-top: 10px;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:76%;
 }
 
#footer{
	height:100px;
	background-color:#1E3E95;
	clear:both;
	color: #FFFFFF;
 } 
#footer p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}
#printhead {display:none;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
} 
#twocols, #maincol{
	width:100%;
	float:none;
}
#header{display:none;} 
#printhead {display:block;}
}

.footer 
	{
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
	

	
/*for exhibitor help desk page*/ 

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}


#navcontainer { width: 200px; 
text-align: center;

}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 160px;
background-color: #005F47;
border-bottom: 1px solid #eeeeee;
font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEEeee;
text-decoration: none;
font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a:hover
{
background-color: #4F0003;
color: #ffffff;
font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
