@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica Neue, sans-serif;
	background-color: #A59A90;
	font-size: 14px;
	margin:0 auto;
	width:650px;
	color: #333;
	text-align: left;
}
a {
	color: #035053;
	text-decoration:none
}
a:hover {
	color: #97502D;
	text-decoration:none;
	font-weight: normal;
}

div.lightbox
{
	width:810px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.darkbox
{
	width:810px;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.border
{
	margin:10px;
	padding: 5px;
	border: #97502D 2px solid;
	background-color:#FFF;
	text-align: left;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.TOC {
    padding-left: 22px ;
    text-indent: -22px ;
}

.caption {
	padding-left: 40px;
	text-indent: -40px;
	padding-bottom: 40px;
}

.applist {
	padding-left: 40px;
	text-indent: -20px;
	text-align: left;
}
This is all the menu

/* START NAV MENU */
nav {
  background-color:#FFF;
  height:40px;
}
 
 
nav ul {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
nav ul li {
  display: block;
  position: relative;
  float: left;
 
}
 
nav li ul { 
  display: none; 
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  background: #FFF;
  color: #035053;  
  margin-left: 1px;
  white-space: nowrap;
  height:30px; /* Width and height of top-level nav items */
  width:90px;
  text-align:center;
 
}
 
nav ul li a:hover { 
  background: #FFF; 
}
 
nav li:hover ul {
  display: block;
  position: absolute;
  height:20px;
}
 
nav li:hover li {
  float: none;
  font-size: 11px;
 
}
 
nav li:hover a { 
  background: #FFF; 
  height:20px; /* Height of lower-level nav items is shorter than main level */
}
 
nav li:hover li a:hover { 
  background: #FFF; 
}
 
nav ul li ul li a {
    text-align:left; /* Top-level items are centered, but nested list items are left-aligned */
}
 
/* END NAV MENU */
nav {
  background-color:#FFF; /*+*/
  height:40px;
}
.prevnext {
	text-align: right;
}
.border h1 {
	text-align: left;
}
.border center {
	text-align: center;
}
