﻿body {
	background: #eeeeee;
	font-family: Verdana, "Trebuchet MS", Georgia, serif;
	color: black;
	font-size: 9pt;
	padding: 0;
	margin: 0;
}
#shell {
	width: 780px;
	margin: auto;
}
#navbar {
	float:left;
	width: 121px;
	text-align:left;
	margin:0;
	padding: 0;
	padding-top: 150px;
	text-align: right;
}

#wrapper {
	width: 640px;
	height: 100%;
	margin: 20px 0;
	background-color: white;
	text-align: left;
	border: 2px solid gray;
	float: right;
}
#page1 {
	border: 2px solid white;
	display: block;
	position: relative;
	margin: 0;
	border-bottom-color: gray;
}
#page1 .content {
	padding: 20px;
}
div#content {
	padding:0 .8em 3em .8em;
}
#spacer {		/* keeps the top of the content below the header */
	top: 0;
    width: 100%;
    height: 25px;
	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;
	top: 0px;
	left: 0px;
}
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;
}
ul.nav {
	width: 100px; /* sets the size of the menu blocks */
	padding-left: 10px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px;    /* Opera 7 final's margin and margin-box model cause problems */
	background: none;
	margin: 0;
}
ul.nav li {
	list-style-type:  none; /* removes the bullet points */
	margin: 0px; /* Opera 7 puts large spacings between li elements */	
	color: #000; /* sets the default font colour to black */
	padding: .5em 0;
	font-weight: bold;
	color: black;
}
ul.nav li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	vertical-align : middle;
	color: black;
/* IE6 Bug */	padding: 0px;
}
ul.nav li ul a {
     color: #777777;
}
ul.nav li a:hover, ul.nav li a.CSStoHighLink {
	color: #E2144A;
}
ul.nav li:hover > a {
	color: #E2144A;
}

