/*css reset of browser defaults*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0;	border: 0;	outline: 0;	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }

body { font-size: 62.5%; font-family: verdana, arial, helvetica, sans-serif;}

/*end reset*/

#pageWrap {

	width: 953px;
	margin: 0 auto;

	}
	
h1, h2, h3, h4, h5 {

	font-weight: bold;
	line-height: 1.8em;

	}
	
h1 {

	font-size: 2em;

	}
	
h2{

	font-size: 1.8em;

	}
	
h3{

	font-size: 1.6em;

	}

h4{

	font-size: 1.4em;

	}
	
h5 {

	font-size: 1.3em;

	}
	
p, ul, ol, dl {

	font-size: 1.2em;
	line-height: 1.6em;

	}
	
p {

	margin-bottom: .8em;

	}
	
	#lessonguide p {
	
		margin: 0;
	
		}
	
em {

	font-style: italic;

	}
	
strong {

	font-weight: bold;

	}
	
a {

	text-decoration: none;
	border-bottom: 1px dotted;

	}
	
	a:hover, a:focus {
	
		border-bottom: 1px dotted transparent;
	
		}

acronym {

	border-bottom: 1px dotted gray;

	}
	
	acronym:hover {
	
		border-bottom: 1px solid #fc0;
	
		}
	
/*standard footer*/

#footer:after, #sidebar:after, #pageWrap:after {

	content: ".";
	font-size: 0;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;	

	}
	
#footer {

	clear: both;
	color: #fff;

	}
	
	#footer a {
	
		color: #ffc;
		font-weight: bold;
	
		}
	
	#footer ul {
	
		margin-bottom: 1.3em;
	
		}
	
	#footer h2 {
	
		font-family: "trebuchet ms", geneva, helvetica, sans-serif;
		border-bottom: 1px solid #fff;
		margin: 0 0 .8em 0;
	
		}
		
	.moreSpace {
	
		margin-top: .7em;
	
		}
	
	#footerCol1, #footerCol2, #footerCol3 {
	
		display: inline;
		float: left;
	
		}
		
		#footerCol1 {
		
			width: 420px;
			margin-right: 26px;
		
			}
			
		#footerCol2 {
		
			width: 240px;
			margin-right: 27px;
		
			}
			
		#footerCol3 {
		
			width: 240px;
		
			}


