@charset "UTF-8";
/* CSS Document */
#headlineDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	height: 16px;
	width: 200px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #006666;
	color: #336666;
	margin-top: 175px;
	margin-left:30px;
	text-indent: 8px;
	position:absolute;
	font-weight: bold;
	padding-left:8px;
	display: block;
}
#slideShowDiv {
	float: right;
	height: 305px;
	width: 400px;
	padding-right:30px;
	display: block;
	overflow: hidden;
	background-image: url(../Resources/conventionpics/lasvegasnights.jpg);
	background-repeat: no-repeat;
	margin-top: 180px;
}
#RainbowHeaderBox {
	height: 145px;
	position: absolute;
	background-repeat: no-repeat;
	width: 900px;
}
#copyDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	display: none;
	height: 450px;
	width: 330px;
	margin-top: 190px;
	overflow: hidden;
	text-indent: 5px;
	padding-left:30px;
	display:block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}
#copyRightDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	display: block;
	height: 450px;
	width: 200px;
	margin-top: 231px;
	overflow: hidden;
	position: absolute;
	text-indent: 5px;
	padding-left:20px;
	margin-left: 230px;
	font-size: 9px;
}
#hideCodDiv {
	display: block;
	height: 140px;
	width: 400px;
	margin-top: 565px;
	background-color: #FF0000;
	position: absolute;
	margin-left: 469px;
	z-index: 1;
}

