@charset "utf-8";
/* CSS Document */

/*84959f*/

body
{
	background-color: #d8caa8;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
    padding: 0px;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: #E77A04;
	text-decoration: none;
}

table.bodymain
{
	width: 760px;
	background-color: #ffffff;
	background-image: url(/images/bg_header.jpg);
	background-repeat: repeat-x;
}

table.header
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

table.menu
{
	width: 185px;
}

table.thankyou-banner
{
	width: 450px;
}

td.content
{
	background-image: url(/images/bg_content.gif);
	background-repeat: repeat-x;
}

table.main
{
	width: 720px;
	background-color: #ffffff;
}



table.footer
{
	width: 760px;
	background-color: #836806;
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 58px;
}

table.exhibitor
{
	width: 450px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

td.sidebar
{
	width: 160px;
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #0E2652;
	background-image:url(/images/bg_sidebar.gif);
	background-repeat: repeat-y;
}

h1 {
	font-size: x-large;
	color: #713304;
}

h2 {
	font-size: medium;
	color: #713304;
}

h3 {
	font-size: small;
	color: #713304;
}

h4 {
	color: #713304;
}

.italicbold
	{
	font-style: italic;
	font-weight: bold;
}

.bold
	{
	font-weight: bold;
}

.italic
	{
	font-style: italic;
}

ul.bullet
{
	list-style-image:url(/images/bullet.gif);
}


ul.bullet_bold
{
	list-style-image:url(/images/bullet.gif);
	font-weight: bold;
}

p.font-home
{
	color: #713304;	
	padding-left: 15px;
	padding-right: 15px;
}

p.font-home-8pt
{
	color: #713304;	
	padding-left: 15px;
	padding-right: 15px;
	font-size: 8pt;
}

.white-bold
{
	color: white;
	font-weight: bold;
}

a.white-bold
{
	color: white;
	font-weight: bold;
}


a.white-bold:hover
{
	color: #FFFF00;
	font-weight: bold;
}

.brown
{
	color: #713304;
}

p.brown
{
	color: #713304;
}


ul.bullet-padding-brown
{
	list-style-image:url(/images/bullet.gif);
	padding-right: 15px;
	padding-left: 15px;
	color: #713304;
}

.padding-main
{
	padding-right: 15px;
	padding-left: 15px;
}

td.main
{
	width: 720px;
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

/*- Menu Tabs 2--------------------------- */

    #tabs2 {
      float:left;
      width:100%;
      font-size: 12px;
      line-height:normal;
	   font-style:italic;
      }
    #tabs2 ul {
	  margin:0;
	  padding:0px 0px 0px 0px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("/images/tableft8.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs2 a span{
      float:left;
      display:block;
      background:url("/images/tabright8.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:white;
	  font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#ffffff;
	  font-style:italic;
	  font-weight: bold;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }
	  
	  
	  
	  
	  /* ---------  Print Requirements ----------- */

@page
{
	size: 8.5in 11in;
	margin: 2cm;
}

@media print
{
	body
	{
		width: 800px;
	}
}
