html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #f0f8ff;
  color: #2d2e2e;
  font-family: Verdana,Geneva,Tahoma,sans-serif;
  font-size: 11px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  text-align: center; 
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
h2 {
  color: #777777;
  font-size: 13px;
  font-weight: bold;
}
hr {
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom: 1px dotted #9ACD32;
width: 100%;
height: 2px;
margin: 4px;
text-align: center;
padding: 0px;
line-height: 6px;
}
a   { text-decoration: none }
a:link     { color: #8b4513; font-size: 11px; text-decoration: underline }
a:hover    { color: #8b4513; font-size: 11px; text-decoration: underline }
a:visited     { color: #8b4513; font-size: 11px; text-decoration: underline }
.altlink a   { text-decoration: none }
.altlink a:link     { color: #4682B4; font-size: 15px; text-decoration: none; font-weight: bold;  }
.altlink a:visited     { color: #4682B4; font-size: 15px; text-decoration: none; font-weight: bold; }
.altlink a:hover    { color: #4682B4; font-size: 15px; text-decoration: underline; font-weight: bold; }
.textbody_sm  { color: #696969; font-size: 9px }
.centered {
  text-align: center;
}
.r_table {border-right: 1px #ccc solid;}

#navigation-1 {
	padding:0 0 0 0;
	margin:0px;
	list-style:none;
	width:100%;
	height:30px;
	font:normal 8px Arial, Helvetica, sans-serif;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:120px;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding: 0 0 0 0;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000000;
	width:0px;
	height:13px;
	outline: none;
}

#navigation-1 li ul.navigation-2 {
	margin: 33px 0 0 0px;
	padding:0px 0px 0 0;
	list-style:none;
	display:none;
	width:142px;
	position:absolute;
	top:0px;
	border-top:1px solid #000;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:140px;
	clear:left;
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#F5F5F5;
	padding:4px 2px;
	width:140px;
	border:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#EEE9E9;
	padding:4px 2px;
	width:140px;
	border:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	position:relative;
	z-index:1000;
}


#outerWrapper {
	background-color: #fff;
	border-right: solid 1px #a9a9a9; border-bottom: solid 1px #a9a9a9;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 1px #a9a9a9;
}
#outerWrapper #header h1.logo {
  background: transparent url(http://www.letsgolearn.com/lgl_media2/logo.gif) no-repeat top left;
  width: 266px; height: 60px;
}
#outerWrapper #header h1.logo span {
  display:none;
}
#outerWrapper #header .search {


}

 #outerWrapper #menu {
  text-align: left;
  background-image: url(http://www.letsgolearn.com/lgl_media2/top_nav.gif);
  border-bottom: solid 1px #a9a9a9;
  margin: 0;
 }
#outerWrapper #contentWrapper #content {
  margin: 0 20px 0 20px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 20px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #box {
  border: solid 1px #a9a9a9;
  margin: 6px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 20px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  text-align: center;
  background-image: url(http://www.letsgolearn.com/lgl_media2/low_nav.gif);
  border-top: solid 1px #a9a9a9; 
  height: 20px;
}
#outerWrapper #footer2 {
  text-align: center;
  background-color: #fff;
  border-top: solid 1px #a9a9a9; 
}