*
{
	margin:0px;
	padding:0px;
	font-family:'Arial', 'Helvetica', 'Times New Roman', serif;
	color:#333333;
	text-decoration:none;
	border:none;
}

body
{
	background-image: url("/images/hops_experiment1.jpg");
	text-align:center;
}

#bodyInner
{
	margin:0 auto;
	width:910px;
}

#header
{
	margin:40px auto 0px auto;
	width:910px;
	clear:both;
}

#menu
{
	margin:0px auto;
	width:910px;
	clear:both;
}

#headerLeft
{
	text-align:left;
	width:470px;
	vertical-align:bottom;
	float:left;
	font-size:22px;
}

#headerLeft h1
{
	font-size:50px;
	color:#516800;
	font-weight:300;
	line-height:45px;
	vertical-align:bottom;
}

#headerRight
{
	text-align:right;
	vertical-align:bottom;
	width:440px;
	float:left;
	padding-top:30px;
}

#headerRight h1
{
	font-size:13px;
	color:#371006;
	line-height:18px;
	vertical-align:bottom;
}

td.menuCell
{
	background-color:#1f1c17;
	padding: 7px 25px;
	border-right:1px solid white;
	text-align:center;
}

td.menuCell a, td.menuCell span
{
	font-size:18px;
	color:white;
	text-decoration:none;
}

td.menuCell a:hover
{
	text-decoration:underline;
}

#menu table
{
	width:910px;
	margin-top:10px;
	margin-bottom:20px;
}

#slideshow
{
	padding-top:5px;
	margin:0px auto;
	background-position:top center;
	width:910px;
	height:254px;
	clear:both;
	background-image:url(/images/bg-slideshow.png);
}

#contentTop
{
	margin:0px auto 0px 0px;
	background-position:top center;
	width:910px;
	height:7px;
	overflow:hidden;
	clear:both;
	background-image:url(/images/bg-content-top.png);
}

#contentOuter
{
	margin:0 auto;
	width:910px;
	clear:both;
}

#content
{
	width:910px;
	float:left;
	background-image:url(/images/bg-content-mid.png);
	background-repeat:repeat;
}

#contentInner
{
	width:860px;
	margin:0px auto;
	text-align:left;
	padding:15px 5px;
}

#contentBot
{
	margin:-5px auto 0px auto;
	background-position: top center;
	width:910px;
	height:20px;
	clear:both;
	background-image:url(/images/bg-content-bot.png);
	overflow:hidden;
	background-repeat:no-repeat;
}

/* three column images layout */

table.threeColRow
{
	width:860px;
}

td.threeColLeft
{
	width:274px;
	vertical-align:top;
	padding:0px 19px 0px 0px;
}

td.threeColCenter
{
	width:274px;
	vertical-align:top;
	padding:0px 19px 0px 0px;
}

td.threeColRight
{
	width:274px;
	vertical-align:top;
	padding:0px;
}


img.borderLarge
{
	border:5px solid #bfd09a;
}


h2
{
	font-size:30px;
	color:#516800;
	font-weight:500;
	line-height:35px;
	vertical-align:bottom;
}

div#footer
{
	margin:0 auto;
	width:910px;
}

div#footer table
{
	width:910px;
}

div#footer td
{
 	width:50%;
 	vertical-align:top;
}

#content p
{
    font-size:12px;	
	line-height:24px;
	font-family:Arial, "Times New Roman", Times, serif;
	padding:0px 0px 12px 1px;
}

#content h3
{
    font-size:16px;	
	line-height:24px;
	font-family:Arial, "Times New Roman", Times, serif;
	color:#516800;
	padding:0px 0px 12px 1px;
	font-weight:lighter;
}

#content p a
{
	font-size:13px;	
	line-height:24px;
	font-family:Arial, "Times New Roman", Times, serif;
	color:#516800;
}

#content p a:hover
{
	border-bottom:1px dashed #516800;
}

div#footer td#footerRight a
{
	display:block;
	padding:5px 0px 10px 15px;
	float:right;
}

div#footer td#footerLeft a
{
	font-size:12px;
}


/* two coloumn layout */

table.twoColRow
{
	width:860px;
}

table.twoColRow td.twoColLeft
{
	width:419px;
	vertical-align:top;
	padding:0px 22px 0px 0px;
}

table.twoColRow td.twoColRight
{
	width:419px;
	vertical-align:top;
	padding:0px;
}


table.outerSpacer
{
	margin:0 auto;
	width:910px;	
}

table.fullWidthImage, table.fullWidthH2
{
	width:860px;	
}

table.twoColRow td.twoColLeftNarrow
{
	width:219px;
	vertical-align:top;
	padding:0px 22px 0px 0px;
}

table.twoColRow td.twoColRightNarrow
{
	width:619px;
	vertical-align:top;
	padding:0px;
}


td.formLeft
{
	width:180px;
	font-size:13px;	
	line-height:25px;
	font-family:Arial, "Times New Roman", Times, serif;
	color:#707070;
	padding:3px 10px 3px 25px;
	text-align:right;
	vertical-align:top;
}

td.formRight
{
	font-size:13px;	
	line-height:25px;
	font-family:Arial, "Times New Roman", Times, serif;
	color:#707070;
	padding:3px 20px 3px 0px;
}

td.formRight .input
{
	width:240px;
	background-color:#eaf1ea;
	border: 1px solid #6d715e;	
	padding:1px;
	font-size:13px;	
}

td.formRight textarea
{
	width:320px;
	background-color:#eaf1ea;
	border: 1px solid #6d715e;	
	padding:1px;
	font-size:13px;	
}

.button
{
	font-size:13px;
	font-family:Arial, "Times New Roman", Times, serif;
	padding:4px;
	color:#707070;
	border: 1px solid #6d715e;	
	cursor:pointer;
}


















