	
	
	/* ----======== Reseting All Browsers ========---- */				
		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img
	{
	border:0;
	}
	
	ol
	{
	list-style-position:inside;
	line-height:25px;
	}
	
	ul
	{
	list-style:none;
	}
	
	caption, th
	{
	text-align:left;
	}
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym
	{
	border:0;
	}
	
	img, div, input { behavior: url("includes/js/iepngfix.htc") }

		
	/* ----======== HTML Elements ========---- */				
		
	html, body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	body
	{
	background: #fff url(../images/bg_tile.jpg) repeat-x;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	}
	
	h1
	{
	color: #2a2e6c;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	}

	h2
	{
	color: #2a2e6c;
	padding-bottom: 10px;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	}

	h3
	{
	color: #2a2e6c;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 24px;
	}
	
	h4
	{
	color: #2a2e6c;
	padding-bottom: 10px;
	font-size: 14px;
	}
	
	h5
	{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #877b6a;
	}
	
	p
	{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
	p.note
	{
	font-size: 10px;
	color: #666;
	}
	
	a
	{
	color: #cc0000;
	text-decoration: underline;
	}
	
	a:hover
	{
	color: #000;
	}
	
	.clearer
	{
	clear: both;
	}
	
	.line
	{
	width: auto;
	height: 2px;
	background: url(../images/line.gif) repeat-x;
	margin-left: 2px;
	margin-bottom: 10px;
	margin-right: 5px;
	}
	
	#content ul
	{
	padding-bottom: 5px;
	}
	
	#content li
	{
	background: url(../images/bullet.jpg) no-repeat;
	padding-bottom: 5px;
	padding-left: 12px;
	line-height: 16px;
	background-position: 0 5px;
	}
	
	table.registrationForm
	{
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CC2D18;
	}
	
	table.red-top {
	border-top: 1px solid rgb(204, 0, 0);
	}
	
	.registrationForm th
	{
	font-weight: bold;
	padding: 6px 8px;
	color: #fff;
	background: #1a1d4b url(../images/th_bg.jpg) repeat-x;
	font-size: 12px;
	border-bottom: 4px solid #CC2D18;
	}
	
	.registrationForm td
	{
	color: #000;
	padding: 4px 6px;
	background: #efefef;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 20px;
	}
	
	table
	{
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CC2D18;
	}
	
	th
	{
	font-weight: bold;
	padding: 6px 8px;
	color: #fff;
	background: #1a1d4b url(../images/th_bg.jpg) repeat-x;
	font-size: 12px;
	border-bottom: 4px solid #CC2D18;
	}
	
	td
	{
	color: #cc0000;
	padding: 6px 8px;
	background: #efefef;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 20px;
	}
	
	.alt td
	{
	background: #eaeaea;
	}
	
	td.purple
	{
	background: #1A1D4B;
	color: #fff;
	border-right: 1px solid #3F447F;
	border-bottom: 1px solid #3F447F;
	}
	
	td.purpleAlt
	{
	color: #fff;
	background: #2A2E6D;
	border-right: 1px solid #3F447F;
	border-bottom: 1px solid #3F447F;
	}
	
	.redText
	{
	color: #cc0000;
	}
	
	/* ----======== Layout ========---- */
		
	#wrapper
	{
	text-align: left;
	margin: auto;
	width: 914px;
	position: relative;
	}
	
	#header
	{
	padding-left: 14px;
	height: 191px;
	}
	
	.logo
	{
	margin: 23px 14px;
	}
	
	#banner
	{
	padding-left: 14px;
	margin-bottom: 10px;
	height: 282px;
	width: 885px;
	}
	
	.slide
	{
	display: none;
	}
	
	#mainMenu
	{
	background: url(../images/menu_bg.gif) no-repeat;
	height: 48px;
	width: 914px;
	position: absolute;
	top: 143px;
	padding-left: 14px;
	}
	
	#mainMenu ul
	{
	}
	
	#mainMenu li
	{
	float: left;
	}
	
	#mainMenu li a
	{
	color: #5C60A2;
	font-size: 4px;
	overflow: hidden;
	text-indent: -500px;
	}	
	
	#mainMenu li a:hover
	{
	color: #DF3A26;
	}
	
	li.active a
	{
	background-position: bottom left !important;
	color: #DF3A26 !important;
	}
	
	#mainMenu li#conferenceOverview a 
	{
	width: 155px;
	height: 48px;
	background: url(../images/conference_overview.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#conferenceOverview a:hover 
	{
	background: url(../images/conference_overview.jpg) no-repeat bottom left;
	}
	
	#mainMenu li#conferenceProgram a 
	{
	width: 153px;
	height: 48px;
	background: url(../images/conference_program.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#conferenceProgram a:hover 
	{
	background: url(../images/conference_program.jpg) no-repeat bottom left;
	}
	
	#mainMenu li#sponsors a 
	{
	width: 81px;
	height: 48px;
	background: url(../images/sponsors.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#sponsors a:hover 
	{
	background: url(../images/sponsors.jpg) no-repeat bottom left;
	}
	
	#mainMenu li#register a 
	{
	width: 75px;
	height: 48px;
	background: url(../images/register.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#register a:hover 
	{
	background: url(../images/register.jpg) no-repeat bottom left;
	}
	
	#mainMenu li#accommodation a 
	{
	width: 127px;
	height: 48px;
	background: url(../images/accommodation.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#accommodation a:hover 
	{
	background: url(../images/accommodation.jpg) no-repeat bottom left;
	}
	
	#mainMenu li#airport a 
	{
	width: 129px;
	height: 48px;
	background: url(../images/airport.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#airport a:hover 
	{
	background: url(../images/airport.jpg) no-repeat bottom left;
	}
	
	#mainMenu li#contact a 
	{
	width: 72px;
	height: 48px;
	background: url(../images/contact.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#contact a:hover 
	{
	background: url(../images/contact.jpg) no-repeat bottom left;
	}
	
	#mainMenu li#links a 
	{
	width: 53px;
	height: 48px;
	background: url(../images/links.jpg) no-repeat top left;
	display: block;
	}	
	#mainMenu li#links a:hover 
	{
	background: url(../images/links.jpg) no-repeat bottom left;
	}
	
	#content
	{
	padding-right: 15px;
	}
	
	#columnFull
	{
	padding-right: 0px;
	padding-left: 14px;
	padding-bottom: 5px;
	}
	
	#columnRight h1
	{
	border-bottom: none;
	padding-bottom: 0;
	}
	
	#columnLeft
	{
	width: 585px;
	float: left;
	padding-left: 14px;
	padding-bottom: 5px;
	}
	
	#columnRight
	{
	width: 281px;
	float: right;
	padding-bottom: 5px;
	}
	
	#detailBox
	{
	background: #1e2155 url(../images/details_bg.jpg) no-repeat top left;
	padding: 10px 14px;
	color: #fff;
	}
	
	#detailBox h2
	{
	font-size: 13px;
	color: #fff;
	padding-bottom: 5px;
	}
	
	#detailBox a
	{
	color: #afbb9c;
	text-decoration: underline;
	}
	
	#detailBox a:hover
	{
	color: #fff;
	text-decoration: underline;
	}
	
	#detailBoxBottom
	{
	width: 281px;
	height: 13px;
	background: url(../images/detail_bottom.jpg) no-repeat top left;
	margin-bottom: 10px;
	}
	
	#sponsorsDiv
	{
	clear: both;
	padding: 10px 0 0 0;
	margin: 0 14px;
	border-top: 1px solid #ddd;		
	}
	
	#footer
	{
	background: url(../images/footer_bg.jpg) no-repeat top left;
	color: #fff;
	padding: 11px 14px;
	height: 27px;
	font-size: 11px;
	}
	
	#footer a
	{
	color: #afbb9c;
	text-decoration: underline;
	}
	
	#footer a:hover
	{
	color: #fff;
	text-decoration: underline;
	}
	
	.fr {
	float:right;
	}
	.fr-pad {
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
	}	