  body {
	margin:0;
	background-color:#000;
}
#topwrapper {
	background-color: #37939b;
	
}
.container {position:relative;}


#bottomwrapper {
	background: #000 url(images/bottomBG.gif) no-repeat bottom center;
	min-height:210px;
}

#home #bottomwrapper {
	background: #000 url() no-repeat top center;
	overflow:hidden;
}

#topwrapper .container {
	background: transparent url(images/topBG.gif) repeat-y right top;
	overflow:hidden;
}

#bottomwrapper .container {
	background: #191817 url(images/bottomBG.gif) no-repeat right bottom;
	overflow:hidden;
	padding-top:35px;
	min-height:210px;
}

#home #bottomwrapper .container {
	min-height:405px;
}

#maincontent {
	min-height:405px;
}

#topwrapper h1 {
	background: transparent url(images/header.gif) no-repeat right top;
	height:178px;
	width:950px;
	margin:0;
	padding:0;
	text-indent: -9000px;
	
}

#utilities {
	margin:0pt auto;
	width:950px;
	text-align:right;
	padding-top:5px;


}
#utilities li {
	display:inline;
	padding-right:10px;
}
#utilities li a { 
	color:#fff;
	text-decoration:none;
}
#utilities li a:hover {
	text-decoration:underline;
}

a {
	color:#37939b;
}

#eventdate {
	display:none;
}

#menu {
	float:left;
	margin-right:10px;
	list-style:none;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
	display: inline;
}

#menu li {
	padding:10px 0px;

}

#menu li a {
	color:#37939b;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}

#menu li a:hover {
	color:#333;
	text-decoration:none;
}

#menu li ul {
	padding:5px;
	background-color:#fefefe;
	display:none;
	left:170px;
	position:absolute;
	margin-top:-35px;
	z-index:10000;
	list-style:none;
}

#menu li ul li {
	padding:5px 0;

}
#menu li ul li a {
	font-size:13px;

}


#menu li:hover ul { 
	display: block; }

#menu li:hover ul { 
	display: block; }

#footer {
	color:#777;
}
#maincontent h2 {
	font: 3.4em Helvetica, Arial, sans-serif;
	color: #37939b;
	margin-top: 40px;
	text-transform:uppercase;
}
#maincontent p {
	font-size:1.3em;
	color:#333;
	margin-right:55px;
}
#maincontent h2 + p, #maincontent p.first {
	font-size:1.4em;

}

h4 {
	font-size:1.3em;
	font-weight:bold;
}

#Lectures h4 {
	height:auto;
	font-weight:bold;
	margin-bottom:1em;

}

h5 {
	font-size:1.2em;
}
#Tutorials h4 {
	color: #37939B;
}	
#Tutorials h5 {
	margin-bottom:0;
}

h6 {
	font-size:1.1em;
}
#Tutorials h6 {
	color:#444;
	margin-bottom:1.2em;
}


#Tutorials #menu .tutorials a, #Registration #menu .registration a, #Program #menu .program a, #Lectures #menu .lectures a, #Info #menu .info a, #Sponsor #menu .sponsors a, #Committees #menu .committee a, #Abstracts #menu .abstracts a  {
	color:#333;
}

th {
	background-color: #37939b;
}

#Program td {
	width:33%;
}

tr {
	background-color: #fff;
}

/*ANNOUNCEMENT BOX STUFF
===============================*/
.announcement {
	width: 307px;
	float: left;
	display: inline;
	margin-left: 5px;	
	text-align: left;
	min-height:250px;
	font: Helvetica, Arial, sans-serif;
	}
	
.announcement h3, .announcement p {/*controls space inside boxes--and bottom margin*/
	margin: 0 0 7px 10px;
	}
	
.announcement h3 {
	font-size: 1.5em;
	margin-top: 3px;
	color: #4e949b;
	margin-bottom: 22px;
	}
	
.announcement p {
	line-height:1.4em;
	font-size: 1.1em;
	margin-right: 5px;
	color: #fff;
	}
	
.announcement a:hover {
	color:#DDF0F2;
}
/*=================================*/

#footer p {
	color:#fff;
}
/*GODDAMN counter doesn't work in IE*/
ol { list-style:none; }
