﻿html, body
{
	margin: 0px;
	padding: 0px;
	background: #F3F5FA;
}
body 
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
	min-width: 500px;
}
#laytop
{
  width:100%;
  height:95px;
}
#laytop-left
{
  position:absolute;
  left:0px;
  top:0px;
  width:310px;
}
#laytop-right
{
  position:absolute;
  left:310px;
  top:0px;
  width:730px;
}
#layleft
{
  width:0px;
  float:left;
  margin-left: -100%;
  display:none;	
}
#layleft-correct
{
  width:125px;
  float:left;
  margin-left: -100%;
}
#wrapper
{
  width:100%;
  float:left;	
}
#laycontent
{
  margin: 0 125px 0px 3px;
}
#laycontent-correct
{
  margin: 0 125px;
}
#layright
{
  width:125px;
  float:left;
  margin-left: -125px;
}
#layfooter
{
  clear:both;
  width:100%;	
}
a, a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.tophead
{
	padding: 3px;
	margin: 0px;
	text-align: left;
	font-family: 'Comic Sans MS';
	font-size: 22px;
	font-weight: bold;
}
.subhead1
{
	padding: 3px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
}
        .header
        {
            width: 670px;
            background-color: #C3D9FF;
            padding: 5px;
        }
        .container
        {
            position: relative;
            height: 570px;
            width: 99%;
            border: 1px solid #AAAAAA;
        }
        #content
        {
            overflow: auto;
            height: 100%;
            width: 100%;
        }
        .entry
        {
            border-bottom: solid 1px #AAAAAA;
            padding: 5px;
            background-color: #E8EEF7;
            min-height: 70px;
        }
.entryimg
{
	border-style: none;
	border-width: 0px;
	width: 92px;
	height: 70px;
	margin-right: 5px;
	float: left;
}
        #indicator
        {
            position: absolute;
            bottom: 1px;
            right: 17px;
            padding: 5px;
            background-color: #C3D9FF;
        }


