    body {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
}
.boldText {
	font-weight: bold;
}

h2{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	margin: 0;
	}

img {
border: none;
}

#header {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #D5EDB3;
}

#headerleft {
	float: left;
	width: 50%;
}

#headerright{
	width: 50%;
	text-align: center;
	float: right;
	padding-top: 10px;
}

#headerright h2 {
	font: 30px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	margin: 0;
	
}

#menu {
	height:32px;
	border-bottom: solid 1px #666666;
}
/*- Menu Tabs 5--------------------------- */

    #tabs5 {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;

      }
    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("/images/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("/images/tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
#main {
	padding: 20px;
	width:900px;
	margin: auto;
}

#footer	{
	float: right;
	text-align: right;
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	line-height:12px;
}

#awardEntryFormDiv {
	width: 100%;
}
	
/* Class Styles */
	
.bodyText {
	color:#666666;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}
	
img {
	border: 1px solid #333333;
}
h1	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	margin-bottom: 0;
}

.awardDiv {
	width: 50%;
	float: left;
}

.awardDiv span {
	font-weight: bold;
	color: #666666;

}

.awardDiv input {
	width: 20px;
	margin-top: 2px;
	margin-right: 4px;
}

.errorDiv {
	color: red;
	border: red solid;
	background-color: #ffcccc;
	padding: 6px;
}

.exhibitor {
	width:500px;
	padding: 10px;
	border: solid #99CC66 1px;
}

.exhibitor input {
	width: 300px;
}

.exhibitor label {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	padding: 4px 4px;
	width: 100px;
	background-color: #D5EDB3;
}
@media screen and (max-width: 900px){
	body {
		}
	#main {
		padding: 10px;
		width:100%;
        margin: auto;
	}
 .awardDiv{
                width:100%;
				margin-left: 4px;
        }

}
