@charset "ISO-8859-1";
body {
	font: 11pt calibri, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000;
}
.twoColFixRtHdr #container {
	width: 950px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: #fff url('lbimages/Learnbubble-header.gif') no-repeat;
	padding: 0;
	height:90px;
}
img {
	padding: 0;
	margin:0;
	border:0;
}
.headerright {
	width: 320px;
	float: right;
	margin: 0px;
	padding: 20px 10px 0px 0px;
	font-size: 85%;
	text-align: right;
	color:#666;
}
/* navigation */
#nav {
	float:left;
	width:100%;
	background:#fff url("lbimages/bg.gif") repeat-x bottom;
	font-size:90%;
	line-height:normal;
	margin:0 0 20px 0;
}
#nav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#nav li {
	float:left;
	background:url("lbimages/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#nav a {
	float:left;
	display:block;
	background:url("lbimages/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	outline: none;
	text-decoration:none;
	color:#000;
}
#nav a, #nav strong, #nav span {
	display:block;
	background:url("lbimages/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
}
#nav a:hover {
	text-decoration:underline;
	color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
  #header a {
	float:none;
}
/* End IE5-Mac hack */
	
  #nav #current {
	background-image:url("lbimages/left_on.gif");
}
#nav #current a {
	background-image:url("lbimages/right_on.gif");
	padding-bottom:5px;
}
/* end navigation */


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;

}


.twoColFixRtHdr #FullContent {
	margin: 0 0px 0 0; /* */
	padding: 0 0 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.twoColFixRtHdr #FullContent h1 {
	
	color:#789bb8; 
	font-size:130%;
	padding:0 0 10px 0;
	margin:0;
}

.twoColFixRtHdr #mainContent {
	margin: 0 245px 0 0; /* the right margin on this div element creates the column down the right 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 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.twoColFixRtHdr #mainContent h1 {
	
	color:#789bb8; 
	font-size:130%;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent h2 {
	color:#63B063;
	font-size:110%;
	line-height:1.3em;
	font-weight:bold;
	padding:0 0 6px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent h3, #sidebar1 h3 {
	color:#789bb8;
	font-size:110%;
	line-height:1.2em;
	font-weight:bold;
	padding:10px 0 4px 0;
	margin:0;
}

.twoColFixRtHdr #mainContent h4, #sidebar1 h4 {
	color:#789bb8;
	font-size:105%;
	line-height:1.2em;	
	font-weight:bold;
	padding:10px 0 4px 0;
	margin:0;
}
.twoColFixRtHdr  #sidebar1 p {
	color:black;
	font-size:90%;
	line-height:1.3em;
	padding:0 10px 10px 10px;
	text-align:center;
	border-right: #789bb8 1px solid;
	border-left: #789bb8 1px solid;
	border-bottom: #789bb8 1px solid;
	border-top: #789bb8 1px solid;
	margin: 0px 0 10px;
}
.twoColFixRtHdr  #sidebar1 img {
    border: none;
}
.twoColFixRtHdr #sidebar1 a:link {
	color: #336633;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #sidebar1 a:visited {
	color:#336633;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #sidebar1 a:hover {
	color:#336633;
	outline: none;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent p, #rightScreen p {
	color:#333;
	font-size:100%;
	line-height:1.3em;
	padding:0 0 10px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent a:link {
	color: #336633;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #mainContent a:visited {
	color:#336633;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #mainContent a:hover {
	color:#336633;
	outline: none;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent ul {
	padding:0;
	margin:0 0 0 30px;
}
.twoColFixRtHdr #mainContent li {
	list-style-type:disc;
	color:#333;
	font-size:100%;
	line-height:1.3em;
	padding:0 0 3px 0;
	margin:0;
}
.twoColFixRtHdr #footer {
	padding: 0 0 0 20px;
	background: #39892f url('lbimages/footerSlice.gif') repeat-x;
	height:30px;
}
.twoColFixRtHdr #footer p {
	font-size: 80%;
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer a:link {
	color: #fff;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #footer a:visited {
	color: #fff;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #footer a:hover {
	color: #fff;
	outline: none;
	text-decoration: underline;
}
.more a:hover {
	outline: none;
	color: #39892f;
	text-decoration: underline;
}
.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;
}
.more {
	color:#39892f;
	font-weight:bold;
}
.more a:link {
	color: #39892f;
	outline: none;
	text-decoration: none
}
.more a:visited {
	color: #39892f;
	outline: none;
	text-decoration: none
}
.more a:active {
	color: #39892f;
	outline: none;
	text-decoration: underline;
}
.more a:hover {
	color: #39892f;
	outline: none;
	text-decoration: underline;
}
.twoColFixRtHdr #rightScreen {
	float:right;
	padding: 10px 0 5px 10px;
	margin:0;
}
.twoColFixRtHdr #leftScreen {
	float:left;
	padding: 5px 10px 5px 0px;
	margin:0;
}
.caption {
	font-style:italic;
	font-size:80%;
}
.mainLink {
	font-size: 120%;
	color:#789bb8;
	font-weight:bold;
	margin: 0;
	padding: 7px 0;
}
.mainLink a:link {
	color:#6e8e3a;
	outline: none;
	text-decoration: none
}
.mainLink a:visited {
	color:#6e8e3a;
	outline: none;
	text-decoration: none
}
.mainLink a:active {
	color:#6e8e3a;
	outline: none;
	text-decoration: underline;
}
.more a:hover {
	color: #39892f;
	outline: none;
	text-decoration: underline;
}
#courses {
	padding:0 0 4px 0;
	margin:0 0 6px 0;
	border-right: #789bb8 1px solid;
	border-left: #789bb8 1px solid;
	border-bottom: #789bb8 1px solid;
}
#courses p {
	text-align:center;
}

#costs{
	border: 2px #000000;
	border-collapse:collapse;
	padding:4px;
	text-align:left;
}
/* Alternate rows will have a coloured background */
#costs tr.alt td{
	color: #000000;
	background-color:#91B8D5; 
}
.titles{
	font-size:1.2em;
	font-weight:bold;
	background-color:#789bb8;
	padding:12px;
	border: 2px #000000;
	text-align:left;
}
#costs tr.total td{
	color:#000000;
	font-weight:bold;
	background-color:#91B8D5;
}

#online{
	border: 2px #000000;
	border-collapse:collapse;
	padding:4px;
	text-align:left;
}
#online tr.a td{
	color: #000000;
	background-color:#91B8D5; 
}
#online tr.total td{
	color: #000000;
	font-weight:bold;
	background-color:#91B8D5;
}
/* total saving will appear in large bold font */
#saving{
	color:#000000;
	font-weight:bold;
	font-size: large;
}



	
