body {
	font: 62.5% "Lucinda Grande", Arial, Tahoma, sans-serif;
	background:url(/re2010i/images/bg.jpg) repeat-x #fff;
}

h1 {
	font-size:150%;
	color: #005232;
}

h2 {
	font-size:135%;
	color:#005232;
}

h3, h4, h5, h6 {
	font-size:125%;
	color:#404549;
	padding: 0px;
}

a, a:active, a:visited {
	color:#005232;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border:none;
}

/* STRUCTURE */
#wrapper {
	margin:0 auto;
	width:960px;
}

#newsbar {
	width:940px;
	height:35px;
	padding:5px 10px 20px 10px;
	line-height: 0px;
	font-size:115%;
	color:#fff;
	background:url(/re2010i/images/navbg.gif) no-repeat #232323;
	clear:both;
}

#leftside {
	width:160px;
	padding-top:36px;
	float:left;
	background:#f2f8f9;
}

#rightside {
	width:155px;
	padding:26px 0 25px 5px;
	float:right;
	background:#f2f8f9;
}

#middle {
	width:565px;
	margin:0;
	padding:34px;
	float:left;
	font-size:125%;
	color:#666;
	background:#fff;
}
#middle img{
	max-width: 400px;

}

#middle ul li {
background: url(/re2010i/images/list_item.gif) no-repeat left top;
padding:0 0 0 20px;
margin-bottom:5px;
list-style:none;
}

#footer {
	clear:both;
	text-align:center;
	padding:10px;
	font-size:110%;
	color:#666;
	width:960px;
}

.clear {
	clear:both;
}


/* BREAKING NEWS BAR */

#breakingnews {
	float:left;
	width:500px;
	padding:15px 0 0 5px;
	height:25px;
}

#breakingnews img {
	width:0;
	height:0;
}

#breakingnews a {
	color:#fff;
}


form#search_form {
	width:200px;
	float:right;
	margin:0;
	padding:10px 10px 0 0;
}

#ticker {
padding-bottom: 10px;
}

/* LEFT */
#leftside ul {
	list-style: none;
	margin:0 0 25px 0;
	padding:0;
	font-size:110%;
}

#leftside ul li ul {
	margin-top:8px;
	padding:0;
}

#leftside ul li {
	padding:7px;
	background:url(/re2010i/images/libg.gif) repeat-x;
}

#leftside ul li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#leftside ul li a:hover {
	text-decoration:underline;
}

#leftside ul li ul li {
	background:none;
	padding:0;
	padding-top:10px;
	height:10px;
}

#leftside ul li ul li a {
	font-size:90%;
	color:#666;
	text-transform: none;
}

#leftside ul li.register {
	background-image:none;
	background:#232323;
}
/* MIDDLE COLUMN */
img#main {
	margin-bottom:10px;
}

#middle p {
	line-height:18px;
}

/* RIGHT */

img.ad {
	margin:10px 0 10px 15px;
}

#rightside p {
	font-size:110%;
	padding:5px;
	color:#404549;
}

/* Exhibitor List Scroller */


#exlistscrollercontent { 
position: relative;
width: 110px;
padding:0 0 0 10px;
z-index: 99; 
visibility: visible;
text-align:center;

}
 
#exlistscroller {
position: relative;
color:#000;
width: 110px; 
height: 120px; 
z-index: 100;
overflow: hidden; 
clip: rect(0px 117px 180px 0px); 
visibility: visible;
padding:0 10px 0 10px;
margin-bottom:10px;
}

#exlistscroller ul, #exlistscroller ul li {
	margin:0;
	padding-bottom:0;
	list-style:none;
}

#exlistscroller ul li {
	border-bottom: 1px dotted #d0cfcf;
	padding:3px 0 3px 0;
	font-size:110%;
	color:#232323;
	background:none;
}

.exhib_title {
	text-align: center;
}

/* forms */


.submit_button {
background-color: #005232;
border-top: none;
border-left: none;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
font-size: 11px;
font-family: Arial, Verdana, Sans-serif;
color: #fff;
margin-top: 2px;
padding: 2px 6px;
}

.inputtext {
border: 1px solid #ccc;
margin: 0px;
font-family: Verdana, sans-serif;
font-size: 10px;
padding: 2px;
background-color: #fff;
}



/* print styles */

@media print {

#newsbar, #leftside, #rightside, #footer {
display: none;
}

a:link, a:active, a:hover, a:visited {
text-decoration: none;
font-weight: bold;
color: #000;
}

}








