#container
{
	background-color: #036;
	position: absolute;
	width: 800px;
	margin: 0;
	padding: 0;
}

#head
{
	background-color: #036;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	height: 141px;
}

body
{
	background-color: #69c;
	background-image: url(../images/bkgd-repeat.gif);
	background-repeat: repeat-y;
	margin: 0;
	}

p
{ 
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	}
	
table {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background-color: #fff;
	margin-top: 8px;
	padding-bottom: 6px;
	padding-left: 6px;
	}
	
table.forms {
	width: 100%;
	}
	
table.forms td {
	text-align: center;
	width: auto;
	}
	
td {
	padding: 2px;
	}
	
a:link, a:visited {
	color: #910000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #004;
}

a:hover
{
	color: #9cf;
	font-weight: bold;
	background-color: #004;
	text-decoration: none;
}

h1 {
	line-height: 2em;
	text-align: center;
	position: absolute;
	left: -9000px;
	width: auto;
}

h2 {
	color: #036;
	font-size: 1.3em; 
	font-family: Georgia, Times, serif;
}
	
.attention {
	color:#FF0000;
}

h3 {
	color: #69c;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: -0.4em;
	border-bottom: 1px dotted #004;
}

h4 { 
  color: #036; 
  font-size: 0.8em; 
  font-family: Verdana, Arial, sans-serif; 
  margin-bottom: -0.4em; 
  border-bottom: 1px dotted #69c; 
  }

li {
	color: #004;
	font-size: 0.7em;
	font-family: verdana;
	line-height: 1.8em;
	margin-left: -1.8em;
	list-style-type: circle;
	list-style-image: url(/images/bullet.gif);
}

#leftside {
	background-color: #e6e6e6;
	background-image: url(/images/roundcorners-left.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 425px;
	float: left;
	margin-left: 8px;
	padding: 15px;
}

#rightside {
	background-color: #cc8;
	background-image: url(/images/roundcorners-right.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 270px;
	float: right;
	margin-right: 8px;
	margin-bottom: 15px;
	padding: 15px;
}

#leftside #book {
  background-color: white;
  height: 180px;
  padding: 15px;
}

#leftside #book img {
  float: right;
  padding: 5px;
}

.disclaimer {
	color: #036;
	font-size: 0.9em;
	font-style: italic;
}
/*begin navigation menu styles*/
#menu {
	margin-left: 8px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li { 
	float: left;
	margin-left: 1px;
	list-style-type: none;
	list-style-image: none;
	display: block; }

#menu li a {
	color: #cc8;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.6em;
	background-image: url(../images/bkgd-button.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	text-align: center;
	width: 111px;
	height: 22px;
	float: left;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	list-style-image: none;
	display: block;
}

#menu li a:hover {
	color: white;
	background-image: url(../images/bkgd-button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	float: left;
	border-bottom: 1px solid #910000;
}

#menu .current {
	color: white;
	}

/*end navigation menu styles*/

.links {
	text-align: center;
	margin-right: 6px; 
	margin-left: 6px;
	padding-right: 6px;
	padding-left: 6px;
	}

.links td { }

.links-def {
	text-align: left;
	padding: 6px;
	}

.links-def td { }

.assess { visibility: visible; float: right; margin-left: 6px; padding-left: 6px; }

.assess img { }

.filesize { font-size: 0.8em; }