body {
	margin: 0;
	background: url("/images/body_bg.gif") repeat-x 0% 0% #3B4CE6;
	font-size: small;
	font-family: "Verdana", Sans-Serif;
}

.printonly{ display: none;}

img {
	behavior: url("/includes/js/pngbehavior.htc");
}

#wrap {
	background: url("/images/body_bg.jpg") no-repeat 0% 0%;
	min-width: 790px;
	width:expression(document.body.clientWidth < 800 ? "790px" : "100%" );
	position: relative;
}

#header {
	position: relative;
	background: url("/images/header_bg.gif") repeat-x 0% 0%;
	
}

#pagetitle {
	position: absolute;
	width: 790px;
	top: 85px;
}

#pagetitle h1 {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	color: #520000;
	font: normal 35px "Verdana", Sans-Serif;
	
}

#nav {
	position: absolute;
	width: 262px;
	top: 145px;
	z-index: 100;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav ul ul>li {
	padding: 0 0 0 12px;
}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
}

#nav img {
	border: 0;
	float: left;
}

#contentpanel {
	margin: 0 0 0 262px;
	padding: 0 10px;
	width: 508px;
	background: #FFFFFF;
	line-height: 150%;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#contentpanel p {
	margin: 0;
	padding: 10px 0;
}

#contentpanel a:link, #contentpanel a:active, #contentpanel a:visited {  
  color: #520000;
}

#contentpanel a:hover {  
  color: #E2C923;
}

#starbullets {
	width: 470px;
	min-height: 201px;
	background: url("/images/bullet_bg.gif") no-repeat 0% 0% #FFFFFF;
	padding: 15px 0 0 40px;
	position: relative;
}
	

#footerwrap {
	background: url("/images/footer_bg.gif") repeat-x 0% 0% #000000;
}

#footer {
	color: #FFFFFF;
	font-size: 80%;
	width: 528px;
	margin: 0 0 0 262px;
}

#footer a {
	color: #FFE42C;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #BB3F2F;
}

#contentcap {
	height: 20px;
	margin: 0 0 0 262px;
	width: 528px;
	background: url("/images/content_bottom.gif") no-repeat 0% 100% #000000;
}

#footer_top {
	padding: 3px 0;
}

#footer_bottom {
	border-top: 1px solid #FFFFFF;
	padding: 3px 0;
}

#engine {
	position: absolute;
	left: -25px;
	bottom: 10px;
	left: 0;
	z-index: 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#conference_logos 
{
  position: absolute;
  top: 40px;
  left: 8px;
  border: 0;
}