@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
* {
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 15px;
}
h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

img a {
	border-style: none;
	margin-bottom: 0px;
}
table {
	margin: 0px;
	padding: 0px;
}

.advertise {
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 3px;
}

#container  {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
} 
.press {
	background: url(images/bg-press.png) repeat-y;
	padding-right: 20px;
	padding-left: 25px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.byAuthor {
	color: #6C6CFF;
}


#headerWrap {
	margin: 0px;
	padding: 0px;
	background: url(images/box-Container-top.png) no-repeat;
}

#header  {
	padding: 40px 15px 0;
	margin: 0px 30px 0px 25px;
	width: 900px;
} 

#header a:link, #header a:visited {
	color: #FFF;
}
#header a:hover, #header a:active {
	text-decoration: underline;
}


#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.lg20BldI {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.lg20Bld {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.navCenterBar {
	height: 20px;
	width: 900px;
	background: #5C5CE5;
	text-align: right;
	display: block;
	font-weight: bold;
	padding: 5px 15px 0px 10px;
	margin-top: 5px;
	margin-right: 20px;
	color: #FFF;
	font-size: 12px;
	margin-left: 0px;
}

#mainContent  {
	padding: 0px 40px 10px;
	text-align: left;
	margin: 0px;
	background: url(images/box-Container-center.png) repeat-y;
} 
#mainContent h3 {
	font-size: 13px;
}

#mainContent img {
	margin: 0px;
	padding: 0px;
}

#mainContent #events table tr td{
	margin: 0px;
	padding: 3px;
	font-size: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent a:hover, #header a:active {
	text-decoration: underline;
}


#mainContent p {
	font-size: 11px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#mainContent tr.contactInfo   {
	font-size: 11px;
}

#events {
	width: 345px;
	padding: 10px 0px 0px 5px;
	margin: 0px;
	background: url(images/box-Text.png) no-repeat;
	height: 250px;
	float: left;
}

.quotes {
	font-size: 7px;
	font-style: italic;
	padding: 0px 10px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#testimonials {
	margin-left: 0px;
	background: url(images/box-Text.png) no-repeat;
	width: 340px;
	padding: 10px 0px 0px 10px;
	height: 250px;
	float: right;
}
#exhibit {
	height: 90px;
	width: 700px;
	float: left;
	background: url(images/box-Exhibit.png) no-repeat;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}

#exhibit p {
	padding: 25px 10px 15px 140px;
}
.right {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	display: block;
	padding-top: 5px;
}
.textBox {
	background: url(box-Text.png) no-repeat;
}


#footer  {
	clear: both;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url(images/box-Container-bot.png) no-repeat;
	height: 50px;
	padding-top: 66px;
	padding-bottom: 10px;
	padding-left: 0px;
} 

#footer p a:link , #footer a:visited {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#footer p a:hover , #footer a:active {
	text-decoration: underline;
}
#footer p  {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.picBorder {
	border: thin solid #000;
}
.alternate {
	background: #C0C0F5;
}
#contactBox {
	background: url(images/box-Text-lav.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	height: 260px;
	float: right;
}
#contactBoxLeft {
	background: url(images/box-Text-lav.png) no-repeat;
	margin-left: 150px;
	width: 350px;
	height: 260px;
	float: left;
}

#sidebar1 table {
	background: url(images/box-Sponsor.png) no-repeat;
}

.spacer10 {
	margin-top: 28px;
}

.beThere {
	background: url(images/btn-be-there.png) no-repeat;
	height: 30px;
	width: 101px;
}
.shove2px {
	margin-left: 2px;
}
.redH1 {
	color: #F00;
}
.underlineTxt {
	text-decoration: underline;
}
.fintPrintBox {
	font-size: 9px;
	font-style: italic;
	text-align: center;
	width: 336px;
}
#mainContent ul li {
	font-size: 11px;
	margin-left: 20px;
}
.reserveCopy {
	background: url(images/btn-reserve-copy.png) no-repeat;
	height: 30px;
	width: 135px;
}
.GetInfo {
	background: url(images/btn-GetInfo.jpg) no-repeat;
	height: 30px;
	width: 131px;
}
