body {
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: 50% 0px;
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.2em;	
	color: #2534dc;	
	text-align: center;
	margin: 0;
	padding: 0;
}
p, ul, li, dt, dd {
	color: navy;
	font-size: 1em;
	text-align: left;
}
dt, dd, a {	
	color: navy;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
}
h1 {
	color: navy;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	color: navy;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.25em;
}
h3 {	
	color: navy;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;
	text-align: left;	
	}
h4 {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	}
}
a:hover {	
	text-decoration: none;
	color: red;
}
#footer {
	clear: both;
	text-align: right;
	border-top: #27c4e9 thin groove;
	border-bottom: #27c4e9 thin groove;
}
#footer ul {
	display:inline;
	padding: 0 10px;
	margin: 0 10px;
}
#footer li {
	display: inline;
	font-size: 1em;
	margin: 2px 5px 1px 5px;
	color: navy;
}
#footer p {
	font-size: .75em;
	line-height: .25em;
	text-align: right;
}
#banner {
	background-image: url(http://www.languagestudylab.com/images/logo.png);
	background-repeat:no-repeat;
	background-position: 0px 50%;
	position: relative;
	height: 90px;
}
#highlight {
	background-color: #fafafa;
	background-repeat:no-repeat;
	height: 15px;
	clear: left;
	border: thin groove #cccccc;
}
#wrapper {
	position: relative;
	top: 0;
	left: 0;
}
#navigation {
  font-family:Arial, Helvetica, sans-serif;
  font-size:.8em;
}  
#navigation ul {
 margin:0;
 list-style: none;
 padding:0;
 padding-top: 12px;
}
#navigation li {
  display:inline;
}
#navigation a:link, #navigation a:visited {
  background-color: #fafafa;
  font-weight: bold;
  color: navy;
  margin: 2px;
  text-decoration: none;
  border:#cccccc thin solid;
  padding: 3px 2px;
}
#navigation a:hover {
  border: #1c1c1c;
}

#top-nav {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
#top-nav ul {
 margin:0 0 0 10px;
 list-style: none;
 padding:0;
 padding-top: 12px;
 padding-bottom: 8px;
}
#top-nav li {
  display:inline;
}
#top-nav a {
  font-weight: bold;
  color: navy;
  margin: 5px 5px;
  text-decoration: none;
  border: navy thin solid;
  padding: 3px;
}
#top-nav a:hover {
  margin: 5px 5px;
  border: red thin solid;
  padding: 3px; 
}

#sidebar {
	position: relative;
	left: 10px;
	clear: both;
	float: left;
	width: 27%;
	margin: 1%;
	border: groove #dedede thin;
	text-align: left;
	text-transform: uppercase;
	background-color: #fafafa;
	padding: 15px;
	margin: 10px;
}
#sidebar a:hover{
	color:#FF0000;
}
#sidebar p a {
  font-weight: bold;
  color: navy;
  margin: 5px 5px;
  text-decoration: none;
  border: navy thin solid;
  padding: 3px;
}
#contents {
	margin-top: 20px;
	float: right;
	width: 63%;
	padding: 5px;
	border: none;
}
#contents hr {
	width: 60%;
	color: navy;
}
#contents a {
	text-decoration: underline;
}
#contents p, p a {
	text-align: left;
}