@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background: #F7F7F7 url(../images/gradiant.jpg) repeat-x;
  text-align: center; 
  min-width: 760px;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li, dt {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0 0 0;
}

dl {
  padding-bottom: 30px;
  clear:both;
 }
 
dl p {
   font-style:italic;
 }
 
dt {
  padding-top: 30px;
  font-weight:bolder;
 }

blockquote {
  font-style:italic;
  margin: 0 4em 0 2em;
 }
 
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navBar ul li {
  float: left;
}

.navBar ul a {
  padding: .25em;
  text-decoration: none;
  color: #fff;
  float: left;
}

.pvlist ul li {
 margin: 5px 30px 20px 0;
  text-decoration: none;
}

.pvlist ul a {
  text-decoration: none;
}

.pvlist ul li {
  float: left;
}

li {
  color:#333333;
}

ul a:hover {
  color: #ccc;
}

.exerlist {
  clear:left;
  float:left;
}

.subcontent{
 	width:150px;
	float: right;
	background-color: #F7F7F7;
	border: 1px solid black;
	margin: 22px 15px 0 10px;
	padding-left: 15px;
   padding-right: 15px;
}

.subcontent p{
   font-size: 12px;
}

#container {
  width: 728px; 
  margin: 0 auto; 
  text-align: left;
  background-color:#FFFFFF;
  border: 1px solid black;
}

#topBar {
  left:auto;
  top:0px;
  background: #656565 url(../images/graygrid3.gif) repeat-x;
  margin: 0;
  padding: 0;
}

#topAd { 
  float:right;
}

.navBar {
  float:left;
  width: 728px;
  background-color:#656565;
  margin: 0;
  padding: 0;
}

#sideBar { 
  width: 165px; 
  float: left; 
} 

#sideBar * {
  padding-left: 5px;
  padding-right: 20px;
}

#sideBar * * {
  padding-left: 0;
  padding-right: 0;
}

#sideBar {
  padding-top: 30px;
  padding-bottom: 20px;
}

#content { 
  width: 520px;
  float: right; 
}

#content * {
  padding-right: 5px;
}

#content * * {
  padding-right: 0;
}

.section {
  padding-top: 25px;
}
.source{
  color: #999999;
  font-size: 10px
}

.vocabword{
  background-color:#dedede;
}
  
.example{
  color: #999999;
  font-size: 10px;
  font-style:italic;
  margin: 0px 100px 0px 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.example .pverb {
  color: #009999;
  font-weight:bolder;
}

.example .wrong {
  color: #FF0000;
  font-weight:bolder;
}

.form{
  font-size:14px;
  font-weight:bolder;
}

#footer { 
  clear: both; 
} 
	
#comprehension
 {
  width: 500px;
  height: 300px;
}
#footer {
  background:#656565 url(../images/graygrid2.gif) repeat-x;
  padding: 1px 1px;
}

#footer p {
  font-size: 9px;
}

img {border:0;}
#google {margin:150px 0 0 0; clear:left; float:left;}
#google table{width:300px;}
#google table, tr, td {border:0;}

.atoz { background:#FBFBFB; margin:3px 50px 10px 0; padding:5px; color:#999; font-size:1em; }
.atoz a { text-decoration:none; }
.atoz a:hover { text-decoration:underline; }