@charset "UTF-8";
/* CSS Document */

body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #002526;
	background-repeat: no-repeat;
	background-position: center top;
}
.center {
	text-align: center;
	vertical-align: middle;
}
.affiliation {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-left: 15px;
}
.speaker {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	margin-top: 15px;
}
.link {
	color: #F9F29A;
	text-decoration: underline;
}
.linkNoLine {
	font-weight: bold;
	color: #F9F29A;
}
.floatLeft {
	float: left;
}
a.registerBTN:link, a.registerBTN:visited {
	line-height: 67px;
	text-align: center;
	display: block;
	height: 67px;
	width: 210px;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	background-image: url(Images/register_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h1, h2, h3, h4, p {
	margin-top: 0px;
}
#navBar {
	height: 59px;
	width: 100%;
	border-bottom: 1px solid #6c5f56;
	background-color: #230001;
}
#navContent {
	margin: auto;
	height: 59px;
	width: 900px;
	position: relative;
}
#navContent h2 {
	height: 57px;
	width: 189px;
	color: #FFF;
	float: left;
	position: relative;
	padding: 0;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}
#navContent h2 span {
	position: absolute;
	height: 57px;
	width: 189px;
	background-image: url(Images/CNLSLSpanLogo.jpg);
	background-repeat: no-repeat;
}
ul#navHome {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	width: 89px;
	position: absolute;
	left: 222px;
	top: 34px;
}
ul#navHome li {
	float: left;
}
ul#navHome a:link, ul#navHome a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-right: 30px;
	text-align: center;
	display: block;
	padding-left: 15px;
	background-image: url(Images/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
ul#navHome a.noImage {
	background: url(none);
	padding: 0px 0px 0px 15px;
}
ul#navHome a:hover {
	color: #F9F29A;
	text-decoration: underline;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	width: 589px;
	position: absolute;
	left: 312px;
	top: 25px;
}
ul#nav li {
	float: left;
}
ul#nav a:link, ul#nav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-right: 30px;
	text-align: center;
	display: block;
	padding-left: 15px;
	background-image: url(Images/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
ul#nav a.noImage {
	background: url(none);
	padding: 0px 0px 0px 15px;
}
ul#nav a:hover {
	color: #F9F29A;
	text-decoration: underline;
}
a.registerBTN:hover {
	background-image: url(Images/register_btn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#speakers {
	color: #002526;
	background-color: #999;
	padding: 10px;
	float: left;
	width: 160px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#wrapper {
	margin: auto;
	width: 900px;
	padding: 1px 0px 0px;
	background-color: #FFF;
	background-image: url(Images/wrapper_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#copy {
	color: #000001;
	background-color: #FFF;
	text-align: justify;
	padding: 10px;
	width: 640px;
	margin-bottom: 5px;
	float: left;
	margin-right: 0px;
}
#banner {
	margin: 15px auto;
	height: 168px;
	width: 840px;
}
.bold {
	font-weight: bolder;
}
#registrationBox {
	float: right;
	height: 158px;
	width: 220px;
	color: #FFF;
	padding: 5px;
	background-color: #05A6A3;
}
#footer {
	clear: both;
	width: 880px;
	color: #FFF;
	padding: 10px;
	background-color: #791B01;
	background-image: url(Images/footer_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.italics {
	font-style: italic;
}
.redItalics {
	font-size: small;
	font-weight: normal;
	color: #7E0101;
}
