body {
 	background-color: White;
 	background-image: url(images/grapesleft.jpg);
 	background-position: left;
 	background-repeat: repeat-y;
 	margin: 0em;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 }
 
 div.heading img	{
 	width: 100%;
	border:none;
	z-index: 2;
}
 
 div.heading h1 { 	
 		font-size: 450%;  
		font-weight: bold;
		color: White;
		margin:-2em 0em 0ex 15%;
		line-height: 1em;
		z-index: 3;
  }
  
 div.heading h2 { 	
 		font-size: 300%;  
		font-weight: bold;
		color: White;
		margin:0ex 0em 0.4em 15%;
		line-height: 1em;
		z-index: 3;
  }
  
  
h2 {
    font-size: 200%;
    font-weight: bold;
    color: #010101;
    position: static;
    margin-top: 1ex;
	margin-bottom: .5ex;
} 
  
 h3 { 	font-size: 120%;
		font-style: italic;
 		color: #010101; 
		margin-top: 0px;
		margin-bottom: 0px;
	}
 h3 + p {
 	margin-top: 0ex;
 }
  
div#LHS, div#RHS	{
	position:absolute;
	top:-1px;
	font-weight: bold;
	}

div#LHS	{
	left: -124px;
	clear: left;
	margin: 0px;
	width: 100px;
	padding: 2ex 1ex 1ex 0px;
}
	
div#RHS	{
 	background-image: url(images/grapesright.jpg);
 	background-position: right;
 	background-repeat: repeat-y;
	right: 0px;
	clear: right;
	margin: 0px;
	width: 120px;
	padding: 2ex 0px 1ex 2ex;
}

div#LHS img, div#RHS img	{
	padding: 10px 0px;
	width: 100px;
	height: 100px;
	border: none;
}

 p.here {
	margin: 5px 0px;
	font-size:75%;
	color: #010101;
	border : 1px solid #B0C091;
	padding: 4%;
	background-color: #F3F3E9;
	width: 90px;
}
* html p.here	{	/* IE 6 and below only */
	margin-left:3px;
	width: 88px;
}

p.item {
	margin: 5px 0px;
	font-size:75%;
	background-color: Black;
}
* html p.item	{	/* IE 6 and below only */
	margin-left:3px;
}

a.item:link, a.item:visited {
	color: White;
	background-color: #B0C091;
	border : 1px solid #F3F3E9;
	padding: 4%;
	display: block;
	text-decoration: none;
	width: 90px;
}

a.item:hover, a.here:hover {
	color: Black;
	background-color: White;
	border : 1px solid #B0C091;
	text-decoration: None;
	display: block;
	width: 90px;
}

div#RHS p.here, div#RHS p.item	{
	margin-left:12px;
}

div.main, div#main   {
 	background-image: url(images/grapesright.jpg);
 	background-position: right;
 	background-repeat: repeat-y;
 	background-color: White;
	font-size: 90%;
	color: Black;
 	padding: 1ex 130px 10px 0px;
 	margin: 0ex 0px 0px 130px;
 	min-height: 12em;
}

/* Hides from IE5-mac \*/
* html .main {height: 100%;}
/* End hide from IE5-mac */ 

div#main	{
	position:relative;
}
	
a:link, a:visited	{
	color: Blue;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

a:hover	{
	background-color: #B0C091;
	color: White;
}

p.crossref  {
	text-align: right;
	clear: right;
	margin-top: 1ex;
}

img.credit	{
	float:right;
	margin-left:2em;
	width: 212px;
	height:40px;
	border:none;
}

p.credit	{
	text-align: left;
	margin-top: 15px;
	font-size:75%;
}

hr	{
   color: #B0C091;
   background-color: #B0C091;
   height: 3px;
   margin: 15px 8%;
}

div.boxed, div.colleft, div.colright {
  background-color: #F3F3E9;
  border: solid 1px #B0C091;
  margin-bottom: 1em;
  padding: 1em;
}

div.colleft  {
  float: left;
  width: 43%;
}
.colright  {
  float: right;
  width: 43%;
}

table.list	{
	border: none;
	padding: 0px;
	margin: 1em auto;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align:left;
}
table.list tr.prod	{
	background-color: #F3F3E9;
}
table.list th, table.list td {
	border: solid 1px #B0C091;
	margin:0px;
	padding:0px 1ex 0px 0.5ex;
}
table.list td.total {
	padding-right: 250px;
	}
.submit-button {
	clear: both;
	font-weight: bold;
	background-color: #B0C091;
	border: 2px #F3F3E9 outset;
	margin:4px 1ex 0px 1ex;
}
.submit-button:hover {
	color: Black;
	background-color: White;
}

p.caption 	{
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
	text-align:left;
}

.picture-left {
	float: left;
	margin: 0em 1em 1ex 0em;
}

.picture-right {
	float: right;
	margin: 0em 0em 1ex 1em;
}
ol li	{
	margin-bottom:.5ex;
}

ol li ol li	{
	margin-bottom:0ex;
}