@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #000;
}

a:visited {	
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:link.inlineLink {
	text-decoration: none;
	color: #06C;
}

a:visited.inlineLink {	
	text-decoration: none;
	color: #06C;
}
a:hover.inlineLink {
	text-decoration: underline;
	color: #06C;
}
a:active.inlineLink {
	text-decoration: none;
	color: #06C;
}
a:link.startLesson {
	text-decoration: none;
	color: #06C;
}

a:visited.startLesson {
	text-decoration: none;
	color: #06C;
}
a:hover.startLesson {
	text-decoration: underline;
	color: #06C;
}
a:active.startLesson {
	text-decoration: none;
	color: #06C;
}
a:link.sectionTitle {
	color: #06C;
}
a:visited.sectionTitle {
	color: #06C;
}
a:hover.sectionTitle {
	color: #06C;
}
a:active.sectionTitle{
	color: #06C;
}
h1.sectionTitle{
	color: #06C;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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 */
	
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background: #FFF;
	text-align: left;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow: visible;
	vertical-align: middle;
	
}
.inlineLink {
	color: #39C;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	background-image: url(images/bottom_stripe.gif);
	height: 30px;
	width: 960px;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 960px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000;
}
.startLesson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 3em;
	display: block;
}

.byline {
	font-style: italic;
}
#midBarLeft {
	height: 100px;
	width: 960px;
	padding-top: 5px;
}

#topBar {
	background-image: url(images/top_stripe.gif);
	height: 20px;
	width: 960px;
	margin: 0;
}
sectionTitle {
	color: #336;
}


#botBar {
	background-image: url(images/bottom_stripe.gif);
	height: 32px;
	width: 960px;
	margin: 0;
	text-align: center;
}
.botBarText {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 960px;
	height: 40px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
}
#spacer {
	width: 960px;
}

#schoolAd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bolder;
	height: 20px;
	width: 955px;
	color: #FFF;
	background-color: #3399CC;
	padding-left: 5px;
}
#startLesson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;	
}
#adBox {
	width: 948px;
	border: thin solid #3399CC;
	height: 30px;
	padding-left: 10px;
}

#bottomAd {
	width: 960px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;	
	bottom: 5px;
}

#main {
	width: 547px;


	float:left
	overflow: visible;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #369;
	padding-right: 35px;
	margin-top: 5px;
}
#sidebarRight {
	float: right;
	width: 339px;
	padding-left: 34px;
	border-left-style: none;
	margin-top: 5px;
	padding-top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.sidebarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFF;
	background-color: #39C;
	width: 300px;
	padding-left: 5px;
}
.sidebarList {
	padding-left: 5px;
}

