@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: white url(../images/KidsLangArts_bg.jpg) no-repeat;
	margin: 0; 
	padding: 0;
	color: #000000;
	text-align: left;
}
a img{
	border-style: none;
	border-width: 0;
}

a {
	
}

a:hover {
	text-decoration: underline;
}
.lang #container { 
	width: 800px;
	margin: 0;
	text-align: left;

}

.returnLink{
	position: absolute;
	top: 12px;
	left: 12px;
} 
.lang #sidebar1 {
	float: left;
	width: 200px;
	padding: 0;

}
.lang #sidebar2 {
	float: right; 
	width: 200px;
	padding: 0}
.lang #mainContent { 
	margin: 8px 200px 0 180px;
	padding: 0 10px 0 20px;
}
.logo{
	margin-left: 20px;
}
.lang #mainContent .pageTab{
	background: url(../images/tab_sm.jpg) no-repeat right top;
}

.lang h1{
	border-bottom: 1px solid #191919;
	color: black;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	padding-right: 22px;
	margin-bottom: 0;
	font-size: 16px;
}
.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;
}
.activity1{
	margin-top: 114px;
}
.activity1 p{
	text-align: right;
	font-size: 13px;
	color: white;
	font-weight: bold;
	margin: -30px 12px 0 0;
}
.activity2{
	
}
.activity2 p{
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.activity2 h4{
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.activity2 ol{
	margin: 0 0 0 20px;
}
.activity2 img{
	margin-left: 20px;
	margin-top: 6px;
}
.activity3{
	margin-top: 240px;
	color: white;
}
.activity3 ul{
	list-style-type: none;
	margin-left: 12px;
}
.activity3 a{
	color: white;
	text-decoration: none;
}

.activity3 a:hover{
	color: white;
	text-decoration: underline;
}
.activity4{
	width: 200px;
}
.activity4 h3{
	font-size: 14px;
	text-align: center;
	margin: 0 12px;
}
.activity4 p{
	margin-left: 12px;
	text-align: center;
	font-size: 12px;
	margin-right: 12px;
	margin-top: 0;
}