body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	left: 71px;
	background: #7B8CC5;
	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;
}
#container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF7D5;
	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. */
}
#header {
	background: #FFFFFF url(images/banner.jpg);
	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. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header .enviro {
	background: #7B8CC5 url(images/enviro.jpg);
	margin: 0px;
	height: 30px;
	font-size: 1.2em;
	padding-left: 180px;
}
#header p {
	margin: 0;
	padding: 5px 0px 5px 180px;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0 0 0 180px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C1D4D2;
	border-top: 1px solid #4F8582;
}
#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 */
	font-size: .8em;
}
.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;
}



 
 
td, p {
	font: .9em/17px Verdana, Arial, Helvetica, sans-serif;/*
	padding-left: 25px;
	padding-right: 10px;*/
}
 
 #left {
	height: 388px; width: 15px; float: left; top: 80px; position: absolute; visibility: visible; background-image: url(../website_freshcup/images/sidebar5a.gif);
 }
 

#tile {
	background: url(../website_freshcup/images/right1.jpg);
 }
.media {
	margin-left: 25px;
	font-size: .9em;
}


#mainContent h1 {
	padding-top: 10px;
	margin-top: 5px;
	color: #003366;
	font: 160% Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
} 
.ulBody {
	line-height: 17px;
	padding-right: 15px;
	list-style: url(images/bullet.gif);
	font-size: .9em;
}

.olBody {
	line-height: 17px;
	padding-right: 15px;
	font-size: .9em;
}

.small {
	font-size: 10px;
	text-align: center;
}

.logospace {
	padding-bottom: 15px;
}


#mainContent h2 {
	color: #003366;
	padding-top: 3px;
	margin-bottom: -5px;
	font: 140% Arial, Helvetica, sans-serif;
}

#mainContent h3 {
	padding-top: 3px;
	margin-bottom: -5px;
	color: #6679BB;
	font: bold 110% Arial, Helvetica, sans-serif;
} 

#mainContent h4 {
	padding-top: 3px;
	margin-bottom: -5px;
	color: #345856;
	font: bold 110% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #6679BB;
} 

a:link {
	color: #7B8CC5;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #57938F;
	text-decoration: none;
}

a:hover {
	color: #7B8CC5;
	text-decoration: underline;
}

.indent {
	padding-left: 40px;
	padding-right: 15px;
}
#nav ul {
	list-style: url(../website_freshcup/none) none; margin: 0; padding: 10px 0 0; float: left; visibility: visible;
} 
 #nav li {
	display: inline; padding-left: 1px; padding-right: 1px;
  } 
#nav {
	left: 300px;
	visibility: visible;
	top: 2px;
	text-align: right;
	width: 270px;
	float: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px;
 }
 #nav a:link {
	color: #000000;
	padding: 3px 5px 2px;
	text-decoration: none;
}

 #nav a:active {
	color: #000000;
	padding: 3px 5px 2px;
	text-decoration: none;
}

#nav a:visited {
	color: #4F8582;
	padding: 3px 5px 2px;
	text-decoration: none;
}

#nav a:hover {
	color: #7B8CC5;
	padding: 3px 5px 2px;
	text-decoration: underline;
}
#leftnav ul {
	list-style: none; margin: 0; padding: 10px 0 0; float: left; visibility: visible;
}
 
 #leftnav li {
	border-bottom: 1px solid #AAB5D9;
	padding: 3px 3px 3px 0px;
  }

#leftnav {
	visibility: visible;
	top: 180px;
	width: 165px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 15px;
 }
.white {
	background: #FFFFFF;
}

 #leftnav a:link {
	color: #000;
	padding: 3px 5px 2px;
	text-decoration: none;
}


#leftnav a:visited {
	color: #4F8582;
	padding: 3px 5px 2px;
}

#leftnav a:hover {
	color: #7B8CC5;
	padding: 3px 5px 2px;
	text-decoration: none;
}
.topBar {
	border-top: thick solid #7B8CC5;
	border-bottom: thick solid #7B8CC5;
}
.copyright {
	font-size: 9px;
	background: url(../testSite/images/index_copyright.gif) no-repeat;
	padding-left: 10px;
}
.date {
	font-size: 11px;
	background: url(../testSite/images/index_1.gif) no-repeat;
	text-align: center;
}
.img right {
	float: right;
}
.bodyBG {
	background: url(../testSite/images/bodybg.gif);
}
.top {
	padding-right: 10px;
	float: right;
}
.bottom {
	background: url(../testSite/images/bottom.gif) repeat;
	margin-right: auto;
	margin-left: auto;
	height: 41px;
}

.indentSmall {

	padding-left: 25px;
	padding-right: 15px;
}
.indent2 {
	margin-left: 40px;
}
  ul.left {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 10px 0px;
	border: 0px none;
	position: relative;
	left: 45px;
	line-height: 18px;
	list-style: disc url(images/bullet.gif);
	font-size: .9em;
}
  
  ul.right {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 10px 0px;
	border: 0px none;
	line-height: 18px;
	list-style: disc url(images/bullet.gif);
	font-size: .9em;
}
.design {
	font-size: 9px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.btmNav {
	font-size: 9px;
	padding: 1px;
}

 #btmNav a:link {
	color: #000000;
	text-decoration: none;
}

 #btmNav a:active {
	color: #000000;
	text-decoration: none;
}

#btmNav a:visited {
	color: #4F8582;
	text-decoration: none;
}

#btmNav a:hover {
	color: #7B8CC5;
	text-decoration: underline;
}
.line {
	text-align: center;
}
.imgRight {
	margin: 10px 0px 10px 10px;
	float: right;
}
.imgLeft {
	margin: 10px 10px 10px 0px;
	float: left;
}

#special {
	position:absolute;
	width:164px;
	height:115px;
	z-index:1;
	left: 382px;
	top: 203px;
}
#flash {
	position:absolute;
	width:87px;
	height:91px;
	z-index:1;
	left: 80px;
	top: 527px;
}
#flashHome {
	position:absolute;
	width:87px;
	height:91px;
	z-index:1;
	left: 408px;
	top: 447px;
}
.indexFlash {
	background: url(images/index_flash.jpg) no-repeat;
	text-align: right;
	padding-right: 3px;
}
.footnote {
	font-size: 10px;
	width: 350px;
	margin-left: 20px;
}
#specialPromo {
	position:absolute;
	width:185px;
	height:88px;
	z-index:1;
	left: 542px;
	top: 179px;
	float: right;
	text-align: center;
	font-size: 14px;
	background: url(../testSite/images/freshcup_sm.gif) no-repeat center top;
	font-weight: bold;
	border-right: thin solid #C1C9E3;
	border-left: thin solid #C1C9E3;
}
.image-right{
	float: right; vertical-align: text-top;
	margin-bottom: 10px;
	margin-left: 10px;
} 
.image-left{
	float: left; vertical-align: text-top;
	margin-bottom: 10px;
	margin-right: 10px;
} 
.video{
	float: right;
	vertical-align: text-top;
	margin-bottom: 10px;
	margin-left: 10px;
} 
.quote{
	font: italic bold 24px arial;
	margin-left: 25px;
	color: #475BA0;
}
.outline{
	float: right;
	vertical-align: text-top;
	width: 375px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFBE8;
	border: 1px solid #495CA1;
}
#mainContent h5 {
	padding-top: 3px;
	margin-bottom: -5px;
	color: #345856;
	font: bold 110% Arial, Helvetica, sans-serif;
}
