@import "clear.css";

body {
  text-align: center;
  background: #ffffff url("../images/bg_main.png") repeat-x;
}

h3 {
  font-size: 90%;
  text-transform: uppercase;
}

strong {
  font-weight: bold;
}

hr {
  color: #039;
}

#container {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
  background: #ffffff;
  padding: 0 10px;
}

#header {
  height: 150px;
  border-bottom: 2px solid #039;
  margin-bottom: 10px;
  background: #ffffff url(../images/header.jpg) no-repeat 50% 50%;
}

#content {
  position: absolute;
  top: 160px;
  left: 245px;
  width: 535px;
  padding: 40px 10px 10px 10px;
  margin-left 7px;
  background: #ffffff url("../images/head_content.jpg") no-repeat;
  font-family: arial, helvetica, sans-serif;
  line-height: 110%
}

#content h2 {
  font-size: 120%;
  letter-spacing: -.5pt;
  font-weight: bold;
  text-transform: capitalize;
  color: #360;
  padding-bottom: .5em;
  border-bottom: 1px solid #036;
}

#content h3 {
  font-size: 95%;
  font-weight: bold;
}

#content .article {
  font-size: 85%;
  border-bottom: 1px solid #036;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #036;
}

#content p {
  display: block;
  padding-bottom: .5em;
}

#content ul {
  font-size: 90%;
  list-style-type: square;
  list-style-position: outside;
  background: #eee;
  color: #222;
  padding: 10px 10px 10px 25px;
  margin-bottom: 10px; 
}

#content ul li {
  padding: 1px 0;
}

#content dl {
  line-height: 120%;
}

#content dl dt {
  font-size: 100%;
  font-weight: bold;
}

#content dl dd {
  padding-left: 1em;
  font-size: 95%;
}

#content dl em {
  font-style: italic;
}

#content dl ul {
  background: #ffffff;
  padding: 0;
}

#content dl ul li {
  list-style-position: inside;
}

/*Menu Styles*/

.menu {
	width: 225px;
	background: transparent url('../images/menuhead.jpg') no-repeat 50% 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 20px;
}

.menu ul {
	position: relative;
	top: 10px;
	border: 1px solid #360;
	padding:10px;
	text-transform: uppercase;
}

.menu ul li {
	padding: .25em 0;
}

.menu ul li a {
	color: #336600;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #003300;
	text-decoration: underline;
}	

.menu .submenu {
	position: relative;
	top: 3px;
	padding: 0 0 .5em 10px;
	border: none;
}

/*End Menu Styles*/

/*Banner Ad*/

#bannerAd {
	/*position: absolute;
	top: 180px;
	right: -175px;*/
	float: right;
	display: block;
	width: 120px;
	height: 240px;
	margin: 0px 0px 10px 10px;
}

/*End Banner Ad*/

#takeTestButton {
  text-align: center;
}