#body
{
	background-image: URL(/images/background.gif);
	background-repeat: repeat;
	background-position: 50% 0%;
	background-color: #CBE993;
	margin-top: 0px;
}
#page
{
	width: 678px;
	margin: 0px auto;
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
#content
{
	padding: 10px;
	margin: 0px 0px;
	min-height: 200px;
}
h1
{
	color: #2F86B9;
	text-align: center;
}
h2
{
	color: #BD3892;
}
h3
{
	color: #369D36;
}
legend
{
	color: #BD3892;
	font-weight: bold;
}
fieldset
{
	margin: 10px;
	padding: 5px;
}
img.borderless
{
	border-width: 0px;
}
img.bottom
{
	vertical-align: bottom;
}
table.borderless
{
	border-spacing: 0px;
	border-collapse: collapse;
}
table.borderless td
{
	padding: 0px;
}
div.pink-text
{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11pt;
	background-color: #F283B8;
	color: #FFFFFF;
	padding: 5px 0px;
}
#footer
{
	padding: 0px;
	text-align: center;
}
#footer a
{
	text-decoration: none;
}
#footer-bottom
{
	background-color: #2F86B9;
	padding-bottom: 5px;
}
#footer-bottom-top a
{
	color: #CBE993;
	margin: 0px 10px;
	font-size: 8pt;
}
#footer-bottom-middle
{
	color: #FFFFFF;
	font-size: 10pt;
	margin-top: 5px;
}
#footer-bottom-middle a
{
	color: #FFFFFF;
}
#footer-bottom-middle span
{
	margin: 0px 7px;
}
#footer-bottom-bottom
{
	padding: 0px;
	text-align: center;
}
a.no_underline
{
	text-decoration: none;
	color: inherit;
}
img.header-big
{
	display: none;
}
img.header-small
{
	display: inline;
}
#menu-home
{
	display:block;
	width: 141px;
	height: 111px;
	background-image: URL(/images/header-button-home.jpg);
}
#menu-home:hover
{
	background-image: URL(/images/header-button-home-hover.jpg);
}
#menu-attend
{
	display:block;
	width: 135px;
	height: 111px;
	background-image: URL(/images/header-button-attend.jpg);
}
#menu-attend:hover
{
	background-image: URL(/images/header-button-attend-hover.jpg);
}
#menu-exhibit
{
	display:block;
	width: 132px;
	height: 111px;
	background-image: URL(/images/header-button-exhibit.jpg);
}
#menu-exhibit:hover
{
	background-image: URL(/images/header-button-exhibit-hover.jpg);
}
#menu-directions
{
	display:block;
	width: 135px;
	height: 111px;
	background-image: URL(/images/header-button-directions.jpg);
}
#menu-directions:hover
{
	background-image: URL(/images/header-button-directions-hover.jpg);
}
#menu-contact
{
	display:block;
	width: 135px;
	height: 111px;
	background-image: URL(/images/header-button-contact-us.jpg);
}
#menu-contact:hover
{
	background-image: URL(/images/header-button-contact-us-hover.jpg);
}
.nav
{
	vertical-align: top;
	width: 92px;
}
.nav img
{
	margin-bottom: 10px;
}
div.link-to-us
{
	border-width: 1px;
	border-color: 0xFFFFFF;
	border-style: solid;
	margin: 20px;
	padding: 20px;
}
div.link-to-us pre
{
	margin: 0px;
	font-size: smaller;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset ol li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform label {
  width: 250px; /* Width of labels */
}
form.cmxform label em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform fieldset fieldset label {
  margin-left: 253px; /* Width plus 3 (html space) */
}
form.cmxform {
	width: 570px;
	font-size: 12pt;
}
form.cmxform fieldset {
	background-color: #fff;
}
form.cmxform label {
	line-height: 1.2;
}
form.cmxform fieldset.noLabel label {
	margin-left: 0px;
}