html, body {
	width:100%;
	height:100%;
}

body {
	font: 11px/1.6 Verdana, Arial, Helvetica, sans-serif;
	background: #ae1010;
	color: #444;
}

body, h1, h3, #flashcontent, #container {
	padding: 0;
	margin: 0;
}

#flashcontent {
	position:absolute;
	width:100%;
	height:100%;
	min-width:984px;
	min-height:682px;
	/* Minimum width & height for IE */
	width:expression(document.body.clientWidth < 984 ? "984px" : "100%" );
	height:expression(document.body.clientHeight < 682 ? "682px" : "100%" );
	background:#ae1010;
	z-index:0;
 }

#backgroundNoFlashLeft, #backgroundNoFlashRight {
	width:200px;
	height:100%;
	background-color:#333333;
	padding:200px 3px;
	z-index:1;
}

#backgroundNoFlashLeft {
	float:left;
}

#backgroundNoFlashLeft p {
	width:190px;
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.5em;
	color:#FFFFFF;
	background-color:#333333;
}

#backgroundNoFlashRight {
	float:right;
}

#noJScript {
	margin-top:100px;
	margin-bottom:1000px;
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.8em;
	color:#FFFFFF;
}

#safari {
	display:none;
}

#container {
	position:absolute;
	width:100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	min-width:984px;
	min-height:682px;
	/* Minimum width & height for IE */
	width:expression(document.body.clientWidth < 984 ? "984px" : "100%" );
	height:expression(document.body.clientHeight < 682 ? "682px" : "100%" );
	z-index:3;
	border:0px #00FF00 solid;
	text-align:center;
}

#containerContent{
	width:519px;
	margin: 0 auto;
	z-index:4;
	text-align:center;
}

#content {
	margin-top:15px;
}

#header {
	height: 124px; 
	width: 519px;
	margin-bottom: 0 !important;
}

#logo {
	position:absolute;
	top:10px;
	left:8px;
	width:155px;
	height:114px;
	z-index:5;
}

a:link, a:visited {
	color: #646400;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

h3 {
	padding: 4px 0px;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: #333;
}

h3.toggler {
	width:460px;
	margin:0 auto;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #fff;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h3.call, h3.papers, h3.registration {
	background: #666;
}

h3.participants, h3.sponsors  {
	background: #999;
}

.accordion {
	margin:0 auto;
	padding:0;
	background: #fff;
	width:460px;
	max-height:370px;
	overflow:auto;
	/* Max height for IE */
	height:expression(this.scrollHeight > 370 ? '370px' : "auto" );
	text-align:left;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 1.15em;
	color: #333;
	border-bottom: 1px solid #eee;
}

ol, ul {
	margin: 0;
	padding: 0 10px 5px 35px;
}

strong {
	color: #8f1515;
}

em {
	font-style: normal;
	color: #769531;
}

p {
	margin:0;
	padding: 5px 10px;
	color: #222;
	background: #fff;
	width:395px;
	border:0px #009933 solid;
}

table {
	margin: 5px 10px;
}	

.boldGrey {
	font-size: 1em;
	color: #333;
	font-weight:bold;
}

input, select, textarea {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	display: block;
	height: 60px;
	width: 355px;
	background: url(footer.png) top right no-repeat;
	margin-left: 45px;
	padding-bottom: 30px;
}

img {
	border:0;
}

#safariBrowser {
	display:none;
	margin-top:50px;
	padding:10px;
	background-color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.8em;
	line-height:normal;
	color:#CCFF00;
	border:2px #fff solid;
}
