body {
font-family: georgia, arial, helvetica, sans-serif;
/*background-color: #000;*/
background-color: #F0F8FF;
color: #000;
margin-left:5%;
margin-right:5%;
}
body, td, p {
font-size: 12px;
}
/*/*/a{}
body,td,p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
    font-size: small;
}
/* */

h1
{
	text-align: left;
	padding-left: 20px;
	margin: 2px;
	background-color: #ff943e;
	width: 100%;
	height: 90px;
	background-image: url(sky.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 5em;
}
h2,h3 {
background-color: #004080;
color:#fff;
width:100%;
}
h4 {
background-color: #222070;
color:#fff;
width:50%;
}
h4 a {
color: #fff;
}
q{
font-style:italic;
}
div.menu {
width: 20%;
float:left;
background-color: #fff;
margin: 5px;
}
div.content {
background-color: #fff;
border: solid 3px #ccc;
border-color: #E6E6FA;
padding: 10px;
text-align:justify;
float: left;
width:70%;
}
/*mozilla-only: attribute selector*/
*[class="menu"] , *[class="content"] {
-moz-border-radius: 15px;
}
div.menu ul {
margin: 0; padding: 0; border: none;
list-style: none;
}
div.menu li {
border-bottom: 1px solid #90bade;
margin: 0;
}
div.menu a {
width: 100%;
display:block;
background-color: #2175bc;
color: #fff;
text-decoration:none;
text-align : right;
}
div.menu a:hover {
background-color: #2586d7;
color: #fff;
text-decoration:underline;
}
/*nested levels*/
div.menu ul ul {
border-top: 1px solid #90bade;
background-color: #004080;
}
div.menu ul ul a {
width:95%;
}
div.menu img {
margin-left:40px;
border: 0;
}
div.menu li.thisPage a {
background-color: #004060;
}

div.clear {
clear: both;
}
div.Footer 
{
	clear:both;
	margin-left: 20%;
	border-left: 12px solid black; /*menu 5px border+content 3px*/
}
div.credit {
text-align:right;
font-weight: bold;
font-size:xx-small;
color:black;
}
div.row {
clear: both;
padding: 10px;
}
.Error {
color:red;
font-weight: bold;
}
.Success 
{
color:green;	
}
ol li {
margin-bottom: 8px;
}
/* top level unordered lists */
ul li {list-style:none;}
ul.bullet li {list-style-type: square;}
ul.bar li {
margin-left: 10px;
margin-bottom: 10px;
border-right: #c0c0c0 2px solid;
padding: 2px 15px 5px;
display:inline;
}
/*Content lists*/
.content ul li {list-style-type: circle;
text-align:left;
margin-bottom:8px;}
/*second level lists*/
ul.bar ul { display: none; }
ul.bar ul li { float: none; }

ul.bar ul li a {
padding: 0px;
margin: 0px;
}

ul.bar li:hover ul {
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
background-color: #000;
color: #fff;
}
pre, .pre
{
clear:both;
font-size: x-small;
color: navy;
background: white;
margin-bottom: 1em;
 padding: 1em 0;
 width: 99.8%;
max-height: 8em;
font-family: Consolas, 'Courier New' , Courier, monospace;
 overflow: auto;
text-align:left;
}
.code
{
	font-family: Consolas, 'Courier New' , Courier, monospace;
	font-size: 10pt;
	color: black;
	background: white;
	text-align: left;
}
.code p {
margin: 0;
}
.dataTable {
overflow: auto;
width: 98%;
}
td {border-top:1px #000 solid;}
tr:hover { color:#000;background-color:#cacaca; }

ul.bar li:hover ul li a {
display: block;
width: 10em;
border: none;
padding: 2px;
}
.onHover {
background-color: #000;
color: #ddd;
font-weight: bold;
width:20em;
}
/*suckerfish dropdowns*/
#nav li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
padding: 0;
/*my change- overlap the top menu*/
margin-top:-2px;
margin-left:-10px;
background-color: #fff;
border: 1px solid #ddd;
}

#nav li:hover ul, #nav li.over ul {display: block;}

#nav li {
float: left;
position: relative;
width: 10em;
text-align: center;
background-color: white;
border: 1px solid #7d6340;
border-width: 1px 0;
}
#nav li a {
display:block;
width: 100%;
}

#nav li>ul {
top: auto;
left: auto;
}

#nav li li {
display: block;
float: none;
border: 1px solid #ddd;
margin: 0;
}

.ToC {
background-color: #FFD700;
width: 200px;
border: 1px solid #4169E1;
border-bottom-width: 3px;
border-right-width: 3px;
}
.ToC li {
list-style-type: circle;
margin: 0;
}
.ToC li a {
font-size: xx-small;
padding: 0;
color: #000080;
text-decoration: none;
border-bottom: thin dotted #000080;
display: block;
width: 80%;
}
.net1 {
margin: 5px;
border: 1px solid #ccc;
padding: 0 10px 0 10px;
}
.net2 {
margin: 5px;
border: 1px solid #fcc;
padding: 0 10px 0 10px;
}