#contentimage {
		float: left;
		width: 10em;
		height: 12.5em;
		background-image: url("/masterpages/Juice/images/juicelevel2lady.jpg");
		background-repeat: no-repeat;
		background-position: top;
		}

#imagecaption
{
margin-top: 11.1em;
background-color: #00aa55;
width: 10em;
height: 6em; 
}

#imagecaption p
{
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 1em;
margin-bottom: 1em;
color: #ffffff;
}

/*specific link style to give the level3 it's bullet*/
#lowerlevelnav a:link{background-image: url("/masterpages/Juice/images/level_dot_juice.gif"); background-repeat: no-repeat; background-position: left; padding-left:1.0em;}
#lowerlevelnav a:visited, active, hover{background-image: url("/masterpages/Juice/images/level_dot_juice.gif"); background-repeat: no-repeat; background-position: left; padding-left:1.0em;}
.topedge {
	background-image: url("/masterpages/Juice/images/border.gif");
	background-repeat: repeat-x;
}
.rightedge {
	background-image: url("/masterpages/Juice/images/border.gif");
	background-repeat: repeat-y;
	background-position: right top;
}
.bottomedge {
	background-image: url("/masterpages/Juice/images/border.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.leftedge {
	background-image: url("/masterpages/Juice/images/border.gif");
	background-repeat: repeat-y;
}
.ulcorner {
	background-image: url("/masterpages/Juice/images/cornertl.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.urcorner {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("/masterpages/Juice/images/cornertr.gif");
}
.blcorner {
	background-image: url("/masterpages/Juice/images/cornerbl.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.brcorner {
	background-image: url("/masterpages/Juice/images/cornerbr.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.innercontent {
	width: 100%;
}	



  td {
	font-size: 1.0em;
	text-align: center;
	background-color: #CCCCCC;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	color: #333;
	padding: 0.2em;
  }  
  
  th {
	font-size: 1.0em;
	background-color: #aaccee;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	color: #666;
	padding: 0.2em;
  }
  
.tl {
	background-color:  #CCCCCC;
	color:  #FFFFFF;
	padding: 0.2em;
}

  caption {
	font-size: 1.0em;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.3em;
  }
  
  table {
  margin-top: 1.0em;
  }
  .linktext  {

}

.linktext a:link {
	background-image: url("/At_home/Juice-clean_and_green/images/level_dot_juice.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.0em;
}

.linktext a:visited {
	background-image: url("/At_home/Juice-clean_and_green/images/level_dot_juice.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.0em;
}

.linktext a:hover {
	background-image: url("/At_home/Juice-clean_and_green/images/level_dot_juice.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.0em;
}
.linktext a:active{
	background-image: url("/At_home/Juice-clean_and_green/images/level_dot_juice.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.0em;
}
	.intro {
	margin-bottom: 1.0em;
}

/* start of code for blue curved corner box */

/* the background image is 760px wide and it used to create the top right curve and top border line */
/* the box shouldn't have it's size increased bigger than the background image or the border will stop short */
.bluetop {
background: url("/At_home/Juice-clean_and_green/images/bluetr.gif") no-repeat right top;
}
/* the background image is 760px wide and it used to create the bottom right curve and bottom border line */
.bluebottom {
background: url("/At_home/Juice-clean_and_green/images/bluebr.gif") no-repeat right top;
}
/* This adds the left and right borders and contains the content */
.blueboxcontent {
border-left: 1px solid #A9C8F1;
border-right: 1px solid #A9C8F1;
}

/* Padding and margin settings are to control positioning within the box */
.bluebox p {
padding: 1em;
margin: 0;
}

/* Padding and margin settings are to control positioning within the box */
.bluebox h2 {
padding: 1em;
margin: 0;
}
/* End of code for blue curved corner box */

img {
border: 0;
}

#middlecolumn h1 {
	color:#00aa55;
}
#middlecolumn h2 {
	color:#00aa55;
}

#rightcolumn h2 {
color:#00aa55;
}

#morelinks a {
display:block;
}
#morelinks img {
margin-bottom:1em;
}
