@charset "UTF-8";
.leftcolumn {
	position: absolute;
	width: 300px;
	top: 0px;
	background-image: url(images/left_column_bg.png);
	height: auto;
	left: 0px;
}
body {
	background-image: url(images/background.png);
}
.navigation {
	background-color: ffcc99;
	position: absolute;
	height: 23px;
	width: 100%;
	left: 300px;
	top: 42px;
	background-image: url(images/navigationbar_bg.png);
	background-repeat: repeat;
	z-index: 100;
}
.tagline {
	position: absolute;
	left: 450px;
	top: 0px;
}
.MainContent {
	background-image: url(construction_images/hand.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 100%;
	width: 830px;
	top: 70px;
	left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: justify;
	float: left;
	z-index: 5;
}
.MainContentBold  {
	font-weight: bold;
	font-size: 15pt;
}
.Alliance {
	position: absolute;
	z-index: 100;
	left: 803px;
	top: 468px;
}
.MainContentBoldPurple {
	font-size: 14pt;
	font-weight: bold;
	color: #4b106f;
	font-style: italic;
}
.MainContentItalics  {
	font-style: italic;
}
a:hover {
	color: #cd5a13;
	text-decoration: underline;
}
a {
	text-decoration: underline;
	color: #000000;
}
#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}
.MainContentBoldItalics {
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
}
.MainContentBoldHeadline {
	font-weight: bold;
	font-size: 22pt;
}
.registration {
	font-size: 10pt;
	vertical-align: 80%;
}
.UnderConstruction {
	background-image: url(construction_images/small_grid.gif);
	height: 100%;
	width: 100%;
	z-index: 200;
	left: 0px;
	top: 0px;
	position: absolute;
	font-family: "Courier New", Courier, monospace;
	font-size: 36pt;
	font-style: oblique;
	font-weight: bolder;
	text-align: center;
	color: #CC0000;
	background-repeat: repeat;
}
.scrollbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	z-index: 80;
	height: 300px;
	width: 250px;
	left: 900px;
	top: 100px;
	overflow: hidden;
}
.locations {
	font-size: 10pt;
	text-decoration: none;
}
.slides {
	position: absolute;
	left: 20px;
	top: 250px;
	border: 2px solid #53247f;
}
.booth {
	position: absolute;
	left: 10px;
	top: 700px;
}
