body {
	background-color: white;
	font: .9em "Century Gothic", "Trebuchet MS", "Arial","Lucida Grande","Bitstream Vera Sans", "Verdana", "Helvetica", "sans-serif"; 

	/* font-size: 77%; */
	margin: 0;
	padding: 0;
	color: #774;
	background:#DFE3BA url(../images/bglinen.gif) repeat top left;
	margin: 2em 0 2em 50%; 
}

#container {
	text-align: left;
	position: relative;
	width: 60em;
	background: #fff url(../images/logo.gif) no-repeat top left; 
	margin: 0 0 0 -30em;
	border: medium solid #FFF; 
	background: #fff url(../images/transleaves.gif) no-repeat top right; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


h1 {
	color: #339;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
	margin: 0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
h3 {
	margin: 0;
	text-transform: lowercase;
	background-image: url(../images/smallLogo.jpg);

	background-repeat: no-repeat;
	background-position: top left; 
	background-color: #aabb88;
	color: #fff;
   padding-left: 20px; 
	font-size: 1.2em;
	font-family: "Arial", "Trebuchet MS","Century Gothic", "Verdana", "Helvetica","sans-serif";

	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 5px;
	text-shadow: 2px 3px 3px #896;
	border-bottom: 2px ridge #88AA00; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
} 
h4 {
	font-size: 1.1em;
	font-family: "Arial", "Trebuchet MS","Century Gothic", "Verdana", "Helvetica","sans-serif";

	font-weight: normal;
	letter-spacing: 1.5px;
	color: #339;
}
h5 {
	margin: 0;
	text-transform: lowercase;
	background-image: url(../images/smallLogo.jpg);
	background-repeat: no-repeat;
	background-position: top left; 

	background-color: #00CCCC;
	color: #fff;
   padding-left: 20px; 
	font-size: 1.2em;
	font-family: "Arial", "Trebuchet MS","Century Gothic", "Verdana", "Helvetica","sans-serif";

	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 5px;
	text-shadow: 2px 3px 3px #896;
	border-bottom: 2px ridge #00DDDD; 
} 
h6 {
	margin: 0;
	text-transform: lowercase;
	background-image: url(../images/smallLogo.jpg);

	background-repeat: no-repeat;
	background-position: top left; 
	background-color: #FFCC80;
	color: #fff;
   padding-left: 20px; 
	font-size: 1.2em;
	font-family: "Arial", "Trebuchet MS","Century Gothic", "Verdana", "Helvetica","sans-serif";

	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 5px;
	text-shadow: 2px 3px 3px #896;
	border-bottom: 2px ridge #FFBB80; 
} 
h7 {
	margin: 0;
	text-transform: lowercase;
	background-image: url(../images/smallLogo.jpg);

	background-repeat: no-repeat;
	background-position: top left; 
	background-color: #00DD00;
	color: #fff;
   padding-left: 20px; 
	font-size: 1.2em;
	font-family: "Arial", "Trebuchet MS","Century Gothic", "Verdana", "Helvetica","sans-serif";

	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 5px;
	text-shadow: 2px 3px 3px #896;
	border-bottom: 2px ridge #00EE00; 
}
/*------------------- HEADER -------------------*/
#header {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 500px;
	height: 70px;
	background: url(/images/logo.gif) no-repeat;
   background-color: white;
	background-position: 5em 0;
}

#header p {
	color: #666633;
	padding-top: 48px;
	margin: 0 6em;
	font-size: 0.9em;
}
 /* ---------- Navigation Menu ---------- */
#nav, #nav ul { /*List all items*/
 float: left;
 width: 60em;

 list-style: none;
 line-height: 1;
 background: white;
 font-weight: 300; 
 padding: 0;
 border: solid #eda;
 border-width: 1px 0;
 margin: 0 0 1em 0;
 z-index: 99;
}
 #nav a {
 display: block;

 width: 5em;
 color: #666633;
 text-decoration: none;
 padding: 0.25em 2em; 
}
 #nav a.daddy {
 background:  url(../images/rightarrow.gif) center right no-repeat;
}
 #nav li { /* all list items */

 float: left;
 padding: 0 .5em 0 0; 
 width: em; /* was 5em, otherwise automatic spacing on first menu*/
}
 #nav li ul { /* second-level lists */
 position: absolute;
 left: -999em;
 height: auto;

 width: 11em;
 font-weight: normal;
 border-width: 0.25em;
 margin: 0;
 background: white url(../images/ddbg3.gif) bottom left no-repeat;  
}
/* Width of highlight hover */
 #nav li li {
 padding-right: 1em;  

 width: em /* was6. 5em, otherwise automatic spacing on first menu*/
}
/* Distance of right arrow */
 #nav li ul a {
 width: 6.5em;  
}
/* Placement of cascading menu */
 #nav li ul ul {
 margin: -1.75em 0 0 9em;  
}
/* Hide menus to left */
 #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 left: -999em;  
}
/* lists nested under hovered list items */

 #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;  
}
/* Hover highlight color */
 #nav li:hover, #nav li.sfhover
 {
 background: #eda;  
}
/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1010em; }
#nav li li a:focus  { background: eda; margin-left: 1000em; width: 100px }

#nav li li li a:focus  { background: eda; margin-left: 2010em; width: 100px }
#nav li li li li a:focus  { background: eda; margin-left: 3010em; width: 100px }
#nav li:hover a:focus, #nav li.sfhover a.sffocus  { background-color: #eda; margin-left: 0 }

#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul  { background-color: #eda; margin-left: 10em }

 /* ---------- Left hand Column ---------- */
 #clearleft {
	 clear:left;
	 display:none;

 }
 #pageHeader {
	height: .5em;
	width: 50em;
	clear: left;
}
#pageHeader span {
	display: none; 
}
#leftCol {
	float:left;
	width: 14em;
	background: white;
	padding: 1em;
}


#leftCol h3{
	font-family: "Arial", "Trebuchet MS","Century Gothic", "Verdana", "Helvetica","sans-serif";
	text-transform: lowercase;
	letter-spacing: .5em;

	font: .9em;
	margin-top: 5px;
	background: transparent;
	color: #666633;
	padding: 2px 5px;
	background: #eeeedd;
	text-shadow: 2px 3px 3px #896;
}
#leftCol .grad{
	background-image: url(../images/gradient.gif);

	background-position: 0 -1em;
	background-repeat: repeat-x;
	padding-bottom: 15%;
}
#leftCol p {
	font: .8em;
	padding: 0 0 2em 0;
	margin: 0;
}
#leftCol ul  {
   font: .8em;
	list-style: none;

	padding: 0 0 1.8em 0;
	margin: 0;
}
#leftCol ul li {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #1A4861;
	margin: 0;
	list-style-type:none;
	white-space:nowrap;
}
#leftCol a:link, #leftCol a:visited {

	text-decoration : underline;
	color: #785;
	}

#leftCol a:hover {
	text-decoration : none;
	color: #530;
	}

#leftCol a:active {
	text-decoration : none;
	color: #785;
	}
 /* ---------- Content ---------- */

 #quickSummary {
	position:relative;
	margin-top: .5em;
	width: 30em;
	margin-left: 16em;
	color: #42443A; 
}

#quickSummary .p1 {
	display: none;
   background:#ccddaa
}
#content {

   margin: 1em 3em 0 16em;
	line-height: 1.5em;
	padding: .2em 1em;
	background:#ccddaa; 
   border: 1px solid #FFF;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#content2 {
   margin: 1em 2em 0 16em;
	line-height: 1.5em;
	padding: .3em;

	background:#eeeedd;
	color: #666633;
   border: 1px solid #FFF;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
 /* ---------- Workshop Content (No Left Column ---------- */
#content3 {
	margin: 1em 2em 0 .5em;
	line-height: 1.5em;
	padding: .2em 1em;

	background:#fff;
	color: #000;
	border: 0;
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
 /* ---------- Workshop Content End -------------- */
#content4 {
   margin: 1em 3em 0 16em;
	line-height: 1.5em;
	padding: .1em 1em;
	background:#ffffff; 

   border: 0px;
}
#content4 a:link, #leftCol a:visited {
	text-decoration : underline;
	color: #785;
	}
#contentcenter {
	float: left;
	width: 23.9em;
	line-height: 1.25em;
	padding:.5em;
	background: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	border-bottom: 0px}
#contentright {
	margin: .65em 1em .5em 41em;
	width: 16em;
	line-height: 1.25em;
	padding: 1em;
	background: #ffffff;
	border-left: 1px solid black;
	border-right: 0px;

	border-top: 0px;
	border-bottom: 0px}
	
#contentonleft {
   margin: 1em 3em 0 6em;
	line-height: 1.5em;
	padding: .2em 1em;
	background:#ccddaa; 
   border: 1px solid #FFF;
}
#content h2 {

	color: #778855;
	font-size: 1.2em;
	margin: 1em 0 0 0;
}

#content h3 {
	margin: 0 0 0 0;
	text-transform: capitalize; 
	background-image: url(../images/smallLogo.jpg);
	background-repeat: no-repeat;

	background-position: top left; 
	background-color: #aabb88;
	color: #fff;
   padding-left: 1em; 
	font-size: 1.2em;
	font-family: "Century Gothic","Arial", "Trebuchet MS", "Verdana", "Helvetica","sans-serif";

	font-weight: bold;
	letter-spacing: 2px;
	margin-top: .5em;
	border-bottom: 2px ridge #88AA00; 
	width: 31em; /*for IE, image width * height must > 2500 to avoid flicker */
}
#content2 h3 {
	margin: 0 0 0 0;

	text-transform: lowercase;
	background-image: url(../images/smallLogo.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
	background-color: #cccc99;
	color: #666633;
   padding-left: 1em;

	font-size: 1.2em;
	font-family: "Century Gothic","Arial", "Trebuchet MS", "Verdana", "Helvetica","sans-serif";
	font-weight: normal;
	letter-spacing: 2px;

	margin-top: .5em;
	/* padding: 2px 5px; */
	border-bottom: 2px ridge #88AA00; 
	width: 32em; /*for IE, image width * height must > 2500 to avoid flicker */
}
#content3 h3 {
	margin: 0 0 0 0;
	text-transform: lowercase;

	background-image: url(../images/smallLogo.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
	background-color: #cccc99;
	color: #fff;
   padding-left: 1em;
	font-size: 1.2em;

	font-family: "Century Gothic","Arial", "Trebuchet MS", "Verdana", "Helvetica","sans-serif";
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: .5em;

	/* padding: 2px 5px; */
	border-bottom: 2px ridge #88AA00; 
	width: 44em; /*for IE, image width * height must > 2500 to avoid flicker */
}
#content h4 {
	color: #778855;
	font-size: 1em;
	margin: 1em 0 0 0;

}
#content2 h4 {
	color: #666633;
	background-color: #cccc99;
	font-size: 1.1em;
	font-weight: bold;
}
#content .p1 {
	font-size: .9em;
	/* width: 25 em; */
}
#content .pbold {
	font-weight: bold;

}
#content2 .p1 {
	font-size: .8em;
}

#content img {
	float: left;
	border: 1px solid #ccc;
	margin: 1em 1em 1em 0;
}
#content2 img {
	float: left;
	border: 1px solid #ccc;
	margin: 1em 1em 1em 0;

}
#content3 img {
	float: left;
	border: 1px solid #ccc;
	margin: 1em 1em 1em 0;
}
#content4 img {
	float: left;
	border: 1px solid #fff;
	margin: 1em 1em 1em 0;}
#contentcenter img {

	float: left;
	border: 1px solid #fff;
	margin: 1em 1em 1em 0;
}
#content li {
	color: #fff;
	margin: 0 0 0 2em;
}
#content p {
	margin: 1em 0;
}


#content a:link, #content a:visited, #content2 a:link, #content2 a:visited {

	font-weight : bold; 
	/* text-decoration : none; */
	color: #785;
	background: transparent; 
	}

#content a:hover, #content2 a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #530;

	background: transparent; 
	}

#content a:active, #content2 a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #785;
	background: transparent;  
	}
#content3 a:link , a:visited{

	/* text-decoration: none; */
	color: #6c6;
	background-color: transparent;
	}
#content3 a:hover {
	/* text-decoration: none; */
	color: #fff;
	background-color: #6c6;
	}
#content3 a:active {

	text-decoration: none;
	color: #6c6;
	background-color: #000;
	}
#content hr {
	color: aabb88;
}
#content2 hr {
	color: cccc99;
}
 .picName {
	color: #88AA00;
	padding-left: 20px;

	font-size: 1em;
	font-family: "Arial", "Trebuchet MS", "Century Gothic", Verdana, "Helvetica", sans-serif;
	font-weight: bold;
	text-transform: lowercase;
}
 .cancelled {

	font-style: italic;
	text-decoration: line-through;
}
 /* ---------- Footer ---------- */
.sNav {
	background: #eee;
	color: #ccc;
	border-bottom: 1px solid #ccc;
}
.sNav p {
	position: relative;

	left: 15em;
	color: #999;
	padding: 0.25em 0 0.25em 2em;
	margin: 0;
}
#goToTop {
	border-top: 1px solid #ccc;
}
#footer {
	margin-left: 16em;
	padding-bottom: 1em;
	background: #cccc99;

}
#footer p {
	color: #666633;
	font-size: 1.1em;
	margin: 0 0 0 1em;
}
#footer li {
	color: #778855;
	font-size: 0.9em;
	margin: 0 0 0 2em;
}
#footer img {
	float: right;
	border: 1px solid #ccc;

	margin: 1em 1em 1em 0;
}
#footer a:link, #footer a:visited, #goToTop a:link, #goToTop a:visited  {
	font-weight : bold; 
	/* text-decoration : none; */
	color: #785;
	background: transparent; 
	}


#footer a:hover, #goToTop a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #530;
	background: transparent; 
	}

#footer a:active, #goToTop a:active {
	font-weight : bold; 

	text-decoration : none;
	color: #785;
	background: transparent;  
	}
	
.lastMod {
	font-size: .65em;
	margin: -1.5em .5em 0 60em;
	text-align: right;
	}

/*  Table formating w/alternate colors */

	#WorkshopTable {
  	border: 1px solid #666666;
 	}
	#WorkshopTable tbody tr td {
  	font-family: "lucida grande", verdana, sans-serif;
  	font-size: .8em;
  	padding: .5em 1em;
  	border-left: .2em solid #D9D9D9;

 	}	
	#WorkshopTable a {
  	font-family: "lucida grande", verdana, sans-serif;
  	font-size: .8em;
 	} 
 
/* Note: by placing this rule above the .selected rule selected rows receive a style preference */

	#WorkshopTable tbody tr.even td {
  	background-color: #edf3fe;
 	}  
	#WorkshopTable tbody tr.selected td {
  	background-color: #aabb88;
  	color: #ffffff;
  	font-weight: bold;
 	font-size: 1.5em;
  	border-left: 1px solid #346DBE;
  	border-bottom: 1px solid #7DAAEA;
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
 	}
	
	#WorkshopTableWhite {
  	border: 1px solid #ffffff;
	background-color: #ffffff;
	}
	#WorkshopTableWhite tbody tr td {

  	font-family: "century gothic", "lucida grande", verdana, sans-serif;
  	font-size: .9em;
 	padding: .5em;
	spacing: 0;
	border-bottom: 1px solid #000000;
 	}
 /* Note: by placing this rule above the .selected rule selected rows receive a style preference */

	#WorkshopTableWhite tbody tr.even td {
  	background-color: #edf3fe;
 	} 
	#WorkshopTableWhite tbody tr.selected td {
  	background-color: #aabb88;
  	color: #ffffff;
  	font-weight: bold;
	font-size: 1em;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	}   
	#WorkshopTableWhite a {
	color:#000000;
	font-weight: none;
	}
	#WorkshopTableWhite a:hover {
	color: #ffffff;
	background-color: #aabb88
	}
		
/*  Table formating for classes w/alternate colors */

	#ClassTable {
  	border: 1px solid #ffffff;
	background-color: #ffffff;
 	}
	#ClassTable tbody tr td {
  	font-family: "lucida grande", verdana, sans-serif;
  	font-size: .8em;
  	padding: .5em;

  	border-bottom: 1px solid #000000;
 	}	
	#ClassTable a {
  	font-family: "lucida grande", verdana, sans-serif;
  	font-size: .8em;
 	} 
 
/* Note: by placing this rule above the .selected rule selected rows receive a style preference */

	#ClassTable tbody tr.even td {
  	background-color: #ffffff;
 	}  
	#ClassTable tbody tr.selected td {
  	background-color: #aabb88;
  	color: #ffffff;
  	font-weight: bold;
  	border-left: 0px;

  	border-bottom: 0;
 	}
	#ClassTable tbody tr.blank td {
  	background-color: #ffffff;
  	border-bottom: 0;
 	}
