body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #5e6163;
	font-size: 12px;
	background: url(/images/webbg_dive.jpg) no-repeat top center #000;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #205873;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #205873;
	margin-bottom: 15px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

.hr {
	width: 100%;
	height: 20px;
	background: url(/images/hrindent.jpg) repeat-x top center;
	float: left;
	display: inline;
}

.title {
	width: 100%;
	color: #205873;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #c8c8c0;
	float: left;
	display: inline;
	
}

.scheduleTitle {
	color: #205873;
	font-size: 12px;
	font-weight: bold;	
}

#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#widthSetter {
	width: 960px;
	margin: 0 auto;
}

#topBanner {
	width: 100%;
	height: 150px;
	float: left;
	display: inline;
}

#topBanner h1 a {
	width: 170px;
	height: 85px;
	margin: 42px 0 0 65px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	display: inline;
}

#nav ul {
    width:572px;
    height:34px;
    margin: 0;
    padding: 0;
    margin: 67px 0 0 29px;
    list-style: none;
    float: left;
    display: inline;	
}

#nav ul li {
    float:left;
    position:relative; }

#nav ul li a {
    display:block;
    float:left; 
    height:34px;	
    background-image: url(/images/topnavbg.jpg);
    text-indent:-6000px; }
    
/* up */
#nav li#home a { width:88px; background-position:0px 0px; }
#nav li#schedule a { width:119px; background-position:-88px 0px; }
#nav li#ataglance a { width:134px; background-position:-207px 0px; }
#nav li#presenters a { width:128px; background-position:-342px 0px; }
#nav li#register a { width:102px; background-position:-470px 0px; }
    
/* over */
#nav li#home a:hover { width:88px; background-position:0px -34px; }
#nav li#schedule a:hover { width:119px; background-position:-88px -34px; }
#nav li#ataglance a:hover { width:134px; background-position:-207px -34px; }
#nav li#presenters a:hover { width:128px; background-position:-342px -34px; }
#nav li#register a:hover { width:102px; background-position:-470px -34px; }

#stayInformed a {
	width: 252px;
	height: 24px;
	margin-left: 330px;
	text-indent: -9999px;
	float: left;
	display: inline;
}

.registerButton {
	background-color: #205873;
	padding: 10px 15px;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

.registerButton a:link, .registerButton a:visited {
	color: white;
}

#contentHolder {
	width: 526px;
	padding: 20px;
	margin-left: 45px;
	line-height: 19px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: url(/images/contentbg.png) top repeat-x;
	float: left;
	display: inline;
}

#contentHolder img {
	float: left;
	margin: 0 10px 50px -10px;
}

#footerHolder {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	display: inline;
}

#footer {
	width: 526px;
	padding: 20px;
	margin-left: 45px;
	margin-top: 10px;
	line-height: 18px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	color: #bdbdb3;
	background-color: black;
	float: left;
	display: inline;
}

