﻿html{
	margin:0;
	padding:0;
	background-color:  white;
}
body{
	margin:0;
	padding:0;
	background-color:  white;
	border: none;
	font-size: 12pt; 
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height: auto; /* 220px; */
}
body>div#headerwrap {
	position:fixed;
	z-index: 2;
}
div#sidewrap {
	position:absolute;
	width:12em;
	top: 0px;
	left:0;
	padding-top: 235px;  /* Note changed by js */
/*	background: white ; */
	height: 100%;
}
body>div#sidewrap {
 	position: fixed;
}
div#header {
	position: relative;
	height:100%;
	width:1002px;
	margin:0 ;
}
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */

	padding:50px 0 0 0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
	margin: 0;
}
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:1001px;
}
div#sidebar {
	float:left;
	padding-left: 1em;
    z-index:0;

}
div#content {
	padding:0 3em 3em .8em;
	margin-left:15em;
}
#spacer {		/* keeps the top of the content below the header */
	top: 0;
    width: 100%;
    height: 241px;		/* note this is changed by the js OnresizeFixwidth */
	margin-top: 0px;
}

html{
	font-family:  Verdana, "Trebuchet MS", Georgia, serif;
	color:#000;
}
body{
	font-family:  Verdana, "Trebuchet MS", Georgia, serif;
	color:#000;
}
div#header {
 background: transparent;
}
div#sidebar {
	background:#fff;
}
div#middle {
	background:#fff;
}
div#content {
	list-style: none;
	background: #fff;
}
h2 {
	padding:0;
	margin:0;
}
h1 {
	padding:0;
	margin:0;
}
h1 {
	font-size:1.2em;
	text-align:left;
	padding-top:0px;
}
h2 {
	font-size:1.1em;
	padding-top:1.8em;
	margin-top:0;
}
h3 {
	font-size:1.0em;
	padding-top:1.8em;
	margin-top:0;
}

p {
	margin-bottom:0;
	font-size:1em;
	line-height:1.3em;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
#copyright {
	display: none;
}
.noscriptbox {
    width: 100%;
    margin: 20px 0;
	padding: 5px;
	background: yellow;
	color: #a52a2a;
	font-size: .8em; 
	text-align: left; 
}
.prntOnly {
	display: none;
}
a {
  font-weight:bold;
  text-decoration:none;
  color:#CC0000;
}  
a:hover {
	text-decoration: underline;
}
#content li {
	margin: .8em 0;
}
#printlogo {
	display: none;
}
.nonbullet ul {
	list-style:none;
}
.nonbullet  li {
	margin-top:0 !important;
	margin-bottom:.2em !important;
}
.GlsWord {
	color: #cc0000;
	font-size: 1.3em;
	font-weight:bold;
}

.bookfull {
	padding: .5em 0em;
	display: block;
	width: 100%;
/*	white-space:nowrap; */
	text-align: left;
	clear: both;
}
.bookfull h2 {
	font-size:1.3em;
	margin-top:0pt;
	padding-top:2.5em;
	text-decoration:underline;
}
.noPadding {
	padding-top: 1em !important;
}

.bookleft {
	padding: 0em 0em 2em;
	display: block;
	width: 20%; /* 110px; */
	text-align: center;
}
.bookleft a {
  display: block;
  white-space : nowrap
}
.bookright {
	float: right;
	padding: 0em .5em 2em;
	width: 76%;
	text-align: left;
}
.bookright em 
{
    font-style :italic;
   	text-decoration: none;

}
.links {
	font-weight: bold;
	color: #3300FF;
	padding: 2em 0em .5em;
}
.lAlign {
	background-position: 0px 0px;
	text-align:left;
	background-repeat: repeat;
	background-attachment: scroll;
}
img {
	border: 0px;
}
.SkNav {
  display: none;
}
#bdy {
	width: 720px;
}
.required {
	color: red;
}