.thrColHyb #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColHyb #sidebar1 {
display:none;
}
.thrColHyb #sidebar2 {
display:none;
}
.thrColHyb #sidebar1 h3, .thrColHyb #sidebar1 p, .thrColHyb #sidebar2 p, .thrColHyb #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

*/
.thrColHyb #mainContent {
width:600px;
  margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
  	background-color: #FFFFFF;
} 
.thrColHyb #mainContent h1 { 
	/*margin-top: 0;  Though unnecessary while there's a border on the #mainContent div, you may need to uncomment this rule if the borders are removed. This will zero the margins of the first element in the #mainContent div, avoiding margin collapse - a space between divs - in this case it will create unwanted whitespace above the layout. */
}

/* Miscellaneous classes for reuse */
.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;
}
 
[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.thrColHyb #sidebar1, .thrColHyb #sidebar2 { padding-top: 0px; }
.thrColHyb #mainContent { zoom: 1; padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.greenborder {
	background-color: #007b6b;
	border: 4px solid #007b6b;
}
#tesolcourses{
	background-color: #def7bd;
	width: 162px;
	border: 1px solid #007b6b;
	padding: 4px;
	background-position: center;
	margin-left:10px;
}
#tesolcourses ul {
	list-style-position: outside;
	list-style-image: url(images/bullet2.gif);
	background-position: left center;
	text-align: left;
	vertical-align: middle;
}
#tesolcourses li {
margin-bottom: 10px;

	margin-left: 0.1em;
}

#menu{
	background-color: #def7bd;
	width: 162px;
	padding: 4px;
	background-position: center;
	margin-left:10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #007b6b;
	border-right-color: #007b6b;
	border-bottom-color: #007b6b;
	border-left-color: #007b6b;
}

.popover {
	background-color: #def7bd;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

.tbldottedbtm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007B6B;
}
.tbkdottedtop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #007B6B;
}
.tbldottedright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.tbkdottedleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #316B08;
}
.tblsolidbottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007B6B;
}
.tblsolidbottomwhite   { border-bottom: 1px solid #007b6b; border-bottom-color: #007B6B; border-bottom-style: solid  }
.small      { color: black; font-weight: normal; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent }
.vmall    { color: #007b6b; font-weight: lighter; font-size: 9px; font-family: Arial, Geneva, Verdana, Helvetica, sans-serif; background-color: transparent }
.botmenu   { color: black; font-size: 10px; font-family: Arial, Geneva, Verdana, Helvetica, sans-serif; background-color: transparent; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #b5de7b; border-bottom: 1px solid #b5de7b }
.box   { color: black; background-color: #def7bd; padding: 8px; border: solid 1px #007b6b }
.tblsolidtopbottom {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #007B6B;
	border-bottom-color: #007B6B;
}
.sidebar1 {display:none; }
.sidebar2 {display:none; }
.body  { color: black; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent }
.order  { color: black; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent }
.indentorder    { background-color: transparent; padding: 3px }
.tesol    { color: #007b6b; font-weight: bold; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent; padding-right: 12px }
.menu  { color: #316b08; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent }
a:link     { color: #316b08; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; background-color: transparent }
a:visited     { color: #316b08; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; background-color: transparent }
a:hover   { color: #007b6b; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: underline; background-color: transparent }
a:hover:visited   { color: #007b6b; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: underline; background-color: transparent }
H1   { color: #316b08; font-size: 21px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent }
H2      { color: #316b08; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent; padding-top: 10px; padding-bottom: 2px; border-bottom: 1px solid #b5de7b }
H3   { color: #316b08; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: transparent }
body  { color: black; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: white }
.input     { color: black; font-size: 10px; font-family: Arial, Verdana, Geneva, sans-serif; background-color: white }
LI  { background-color: transparent }
