body  {
	font: 10pt "Trebuchet MS", Helvetica, sans-serif;
	background: #C5E2F6 url(images/background.png);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}
.twoColFixLtHdr #container { 
	width: 784px; 
	background: #AADCF4;
	margin: 0 auto; 
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	margin: 0px 0 0 0;
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	xfloat: right; 
	xwidth: 150px; 
	padding: 15px 10px 15px 30px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0; 
	padding: 20px 40px 20px 40px;
	background: #FFFFFF; 
} 
.twoColFixLtHdr #footer { 
	padding: 20px 40px 20px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #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: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	display: none;
}
/***  JON   ***/
h1 {
	color: #1874C7;
	font-size: 150%;
	background: url(images/horiz_divider.png) no-repeat 50% 180%;
	}
li {
	margin-bottom:1em;
	}
a { text-decoration: none; color:#0066CC; }

.registration { border-collapse: collapse; width:100%; }
.registration th { padding: .3em; background: #002B5B; color: #FFF; text-align:center; border: 1px solid #eee;}
.registration td { padding: .6em; width: 14%; height: 60px; text-align: center; border: 1px solid #eee;}
.registration td p { margin: 0; }
.registration .french   { background: #9BD6F3; }
.registration .mandarin { background: #F4B40F; }
.registration .spanish  { background: #B7DA5B; }
.registration .japanese { background: #FD473C; }
.registration .unavail  { background: #eee; }
.registration .times  { background: #FFFFCC; text-align: right; vertical-align: top; }

.registrationFormContainer { padding: 1em; background: #F7F7F7; }
.registrationTable { margin-bottom: 2em; border: 1px solid #CCC; background: #FFF; }
.registrationTable th { text-align: left; background: #99CCFF; padding: .2em; }
.registrationTable td { border-top: 1px solid #99CCFF; padding: .2em; }

.registrationTable td.disabled, .registrationTable tr.disabled td { color: #BBB; }

.componentheading { background: #FFFECE; text-align: center; font-weight: bold; color:#1774CD; padding: .2em; font-size: 120%;}
#header { background: url(images/polly_header.png) no-repeat; height: 129px;  border: 0px solid #00ffcc;}
/*
#sidebar1 ul { list-style: inside; margin: 0; padding:0; list-style-image:url(images/sm_cloud.png); }
#sidebar1 li { padding: 0; margin: 0;margin-bottom: .5em;}
#sidebar1 li:hover { list-style-image:url(images/sm_cloud_dark.png); }
#sidebar1 a { display:block; }
#sidebar1 a:hover { color: #000;  }
*/
#sidebar1 ul, ul.hnav { list-style: none; margin: 0; padding:0; }
#sidebar1 li, ul.hnav li { list-style: none; padding: 0 10px; margin: -2px; display:inline; border-right: 1px solid #3366FF;}
#sidebar1 li.last,  ul.hnav li.last { border: none; }
#sidebar1 a:hover, ul.hnav a:hover { color: #000;  }

.navPadding {padding: 10px 10px 5px 30px;}

#footer { xbackground: #B4D94E; color:#333; font: 80% Arial, Helvetica, sans-serif; }
.strike {
	text-decoration: line-through;
}
