@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(PGTA2008Images/HydroponicGreenhouseBackground.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.twoColFixLtHdr #container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	color:#06C;
	}
.twoColFixLtHdr #container #mainContent p #boothnumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: solid #666 1px;
	margin: 0;
}
.twoColFixLtHdr #headerb {
	border-bottom-color:#FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #0066cc;
	margin: 0;
	padding: 0;
}
#sidebar1 h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar1 ul li {
	margin: 0;
	padding: 0;
	}
#sidebar1 ul a {
	font: .85em/35px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #FFF;
	display: block;
	width: 160px;
	padding-left: 40px;	
	}
#sidebar1 ul a.first {
	border-top: 1px solid;
	border-top-color: #FFFFFF;
	}
#sidebar1 ul a:hover {
	background-image: url(PGTA2008Images/LeftNavWhite.jpg);
	color:#336600;
	font-weight:bold;
	}
#sidebar1 ul a.current {
	background-image: url(PGTA2008Images/LeftNavWhite.jpg);
	color:#336600;
	cursor:default;
	}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	padding-left: 20px;
	line-height: 1.6em;
	font-style: normal;
}
#mainContent h1 {
	line-height:1.2em;
	}
#mainContent a {
	color: #0066CB;
}
#mainContent p {
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
}
#mainContent   h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#666
	}
#mainContent h1 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainContent a:hover {
	font-weight: bold;
}
#mainContent a:visited {
	color: #0066CB;
}
.twoColFixLtHdr #container #mainContent #memberlist .altRow a {
	color: #06F;
}
.twoColFixLtHdr #container #mainContent h1 {
	margin-top: 10px;
}

.twoColFixLtHdr #container #mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:visited {
	color:#006633;
	}
.twoColFixLtHdr #container #mainContent a:hover {
	font-weight:bold;
	}
.twoColFixLtHdr #container #mainContent h2 #imageright {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.twoColFixLtHdr #container #mainContent hr {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #form1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
}
.twoColFixLtHdr #container #mainContent #form1 fieldset p emphasis {
	color: #C03;
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent #form1 fieldset {
	background-color: #b9c5c5;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #729E91;
	border-bottom-color: #729E91;
	margin-right: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #mainContent #form1 legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-transform: uppercase;
	background-color: #b9c5c5;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #form1 input.text {
	width: 250px;
}
.twoColFixLtHdr #container #mainContent #form1 input.text:focus {
	background-color: #0F9;
	border: 1px solid #063;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 0px;
	background-color: #0066CB;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a {
	color:#FFFFFF;
	}
.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;
}
#formWrap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 620px;
	background-color: #CCCCFF;
	padding-left: 20px;
}
#memberlist a {
	color:#FFFFFF;
	text-decoration:none;
	}
#memberlist a:visited {
	color:#CCCCCC;
	}
#memberlist a:hover {
	font-weight:bold;
	}
#footer a:hover {
	font-weight: bold;
}
#footer a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent ul li a {
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent p #important {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #C00;
}

.twoColFixLtHdr #container #mainContent p #imageright {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent p #HDLogo {
	float: none;
}
.twoColFixLtHdr #container #mainContent p a #HDLogo {
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent p #SSLogo {
	margin-top: 30px;
}
.twoColFixLtHdr #container #mainContent p bold {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #form1 fieldset p label {
	font-weight: bold;
}
.redhighlight {
	color: #C03;
}
.twoColFixLtHdr #container #mainContent #form1 fieldset .redhighlight {
	color: #C03;
}
.twoColFixLtHdr #container #mainContent p .fltrt {
	margin-left: 15px;
}
.twoColFixLtHdr #container #mainContent #speakerpic .fltrt {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent #sponsor {
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.twoColFixLtHdr #container #mainContent #sponsor a img {
	margin-bottom: 15px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #mainContent #sponsor p a img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.twoColFixLtHdr #container #mainContent ul li  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

