html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	background-color: #7CA3AA;
	color: #666362;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
	}
	
/* color was 666666 on new, 333333 on old */

/* layout & structure */

table.layout  {
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto; 
	border-collapse: collapse;
	vertical-align:top;
	border: none;
}

td.r1c1 {
	background-image: url(images/r1c1.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 139px;
}

td.r1c2 {
	background-image: url(images/r1c2.gif);
	background-repeat: no-repeat;
	width: 552px;
	height: 139px;
}

td.r2c1 {
	background-image: url(images/r2c1.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 17px;
}

td.r2c2 {
	background-image: url(images/r2c2.gif);
	background-repeat: no-repeat;
	width: 552px;
	height: 17px;
}

td.r3c1 {
	background-image: url(images/r3c1.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 14px;
	padding-left: 8px;
	vertical-align: top;
}
/* image repeat vertical */
td.r3c1-r {
	background-image: url(images/r3c1-2.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-top: 14px;
	padding-left: 8px;
	vertical-align: top;
}
/* image stretch */
td.r3c1-s {
	background-image: url(images/r3c1-s.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 14px;
	padding-left: 8px;
	vertical-align: top;
}

.main {
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.mainhome {
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

div.nav
	{height:23px;
	}
	
div.subnav
	{height:19px;
	margin-left:20px;
	}

.copy {	
	height: 17px;
	background-image: url(images/garden-stripe.jpg);
	border-bottom: 4px solid #5F9215;
	color:#FFFFFF;
	text-align:center;
	font-size: 11px;
}	

td {
	vertical-align: top;
}
td.header {
	font-size:14px;
	font-weight:bold;
	}

/* layers for toggling visibility */
	
#container	{ 
	position:relative; 
	width:512px; 
	height:540px; 
	z-index:100; 
	border-top: 3px dotted #6899b2; 
	padding-top: 16px;
}


#lyr1, #lyr2, #lyr3, #lyr4, #lyr5	{ 
	position:absolute; 
	visibility:hidden; 
	left:0; 
	top:0; 
	z-index:1;
	border-bottom: 3px dotted #6899b2; 
}


/* links */
a:link { text-decoration: underline ; color:#6899b2 ; }
a:visited { text-decoration: underline ; color:#6899b2 ; }
a:hover { text-decoration: none ; color:#6899b2; }
a:active { text-decoration: none ; color:#6899b2; }


/* font styles */

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	color: #6899b2;
	font-style: italic;
	font-weight: bold;
}

p {
	margin-bottom: 12px;
	text-align: justify;
	line-height: 13pt;
}
p.workshop {
	text-align: left;
	}

.quote {
	font-style: italic;
	text-indent: 0px;
	margin-left: 28px;
	margin-right: 36px;
}



.industry {
	font-style: italic;
}

.product {
	font-weight: bold;
}


.footnote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 12px;
	margin-left: 28px;
}

/*list styles */

ul {
	margin-bottom: 12px;
}

li {
	margin-right: -10px;
	margin-bottom: 4px;
}

.rl-list li {
	list-style-image: url(images/listbullet.gif);
}

dd {
	margin-bottom: 8px;
	line-height: 13pt;
}
dt {
	margin-top: 12px;
	margin-bottom: 6px;
}

dt.productfirst {
	padding-top: 16px;
	margin-top: 20px;
}

/* image styles */
/*#karen {
	padding-left: 24px;
}

/*
--------------------deprecated-------------------------
table.page {
	margin-left: 12% ;
}

.day {
	text-align: right;
	margin-bottom: 24px;
	margin-top: -8px;
}

hr {
	margin-top: 28px;
}


#scroll {
	height: 236px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: scroll;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #515d5c;
	scrollbar-darkshadow-color: #515d5c;
	scrollbar-track-color: #515d5c;
	scrollbar-face-color: #5f6d6b;
	scrollbar-shadow-color: #b4c2ba;
	scrollbar-highlight-color: #b4c2ba;
	scrollbar-3d-light-color: #515d5c; 
	padding: 0px 10px 0px 0px;
	margin-top: 5px;
	border-top: 3px dotted #e75023;
	}
	
dt.product {
	padding-top: 16px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #6899b2;
	margin-top: 20px;
}
*/

