@charset "UTF-8";
html {
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	bottom: inherit;
}


div#mainOuter {
	background-color: #CDE4C7;
	border: solid 20px #98686D;
	width: 1000px;
	margin: 20px auto;
	padding: 3px;
}

div#mainInner {
	background-color: #CDE4C7;
	border: solid 2px #98686D;
	margin: auto;
}

div#mainInner img {
	display: block;
	margin: 0px auto -10px;
}

div#bkgsGowns {
	background-image: url(images/bkgdGowns.jpg);
	background-repeat: no-repeat;
	border: solid 2px #98686D;
	margin: 10px;
	padding: 10px;
}

div.schedule {
	background-image: url(images/bkgdGowns_screen.jpg);
	background-repeat: no-repeat;
	background-position: -10px -10px;
	border: solid 2px #98686D;
	width: 430px;
	padding: 10px;
}


div.schedule h2 {
	font-size: 18px;
	color: #98686D;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.schedule h3 {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

div.schedule p {
	color: #98686D;
	text-align: center;
	font-weight: 700;
}


div.info {
	background-color: #FFFDE8;
	border: double 4px #98686D;
	margin: 10px;	
	position: relative;
}

div.infobuttonright {
	background-color: #FFFDE8;
	border: solid 4px #98686D;
	width: 120px;
	height: 30px;
	text-align: center;
	margin-right: 30px;
	float: right;
	margin-top: -120px;
	line-height: 25px;
}

div.infobuttonleft {
	background-color: #FFFDE8;
	border: solid 4px #98686D;
	width: 120px;
	height: 30px;
	text-align: center;
	margin-right: 280px;
	float: right;
	margin-top: -120px;
	line-height: 25px;
	}

div.register {
        font-size: 15px;
	background-color: #CDE4C7;
	border: solid 4px #98686D;
	width: 450px;
	height: 30px;
	text-align: center;
	margin-right: 15px;
	float: right;
	margin-top: -85px;
	line-height: 25px;
	}


div.VENDORAPP {
	background-color: #FFFDE8;
	border: solid 4px #98686D;
	width: 114px;
	height: 40px;
	text-align: center;
	margin-right: 50px;
	float: right;
	margin-bottom: 0px;
	margin-top: -120px;
}

div#SPONSORS {
	background-image: url(images/Sponsors.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 10px auto 40px;
	padding: 10px;
	height: 350px;
}

p {
	font-size: 14px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

h1 {
	font-weight: 700;
	font-size: 16px;
	margin-left: 20px;
}

ul {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 20px;
}



ol
{
  width: 60em;  /* room for 3 columns */
}
ol li
{
  float: left;
  width: 15em;  /* accommodate the widest item */
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}


/* anchor styling */
ol li a
{
  display: block;
  width: 15em;
  text-decoration: none;
}
ol li a:hover
{
  color: #FFF; /* white */
  color: #A52A2A; /* brown */
}

