﻿/* ========== CSS layout ==========  */
body {
	margin: 0;
	padding: 0;
}
#masthead {
	margin: 5px;
}
#top_nav {
}
#container {
	min-width: 600px;
}
#left_col {
	width: 200px;
	float: left;
}
div#left_col hr {
	width: 85%;
}
div#left_col img {
	margin-left: 12px;
}
#page_content {
	margin-left: 200px;
	margin-right: 30px;
}
#footer {
	clear: both;
}
/* ========== CSS layout ========== */
/* ========== Main site colors ==========  */
a:link {
	color: rgb(204,0,0);
}
a:visited {
	color: rgb(102,0,0);
}
a:active {
	color: rgb(0,0,204);
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color: rgb(255, 255, 230); /*	background-color: rgb(255, 255, 206);	*/ /*	background-color: rgb(204, 204, 204);	*/;
	color: rgb(0, 0, 0);
	font-size: medium;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h1 {
	color: rgb(0, 0, 128);
}
h2 {
	color: rgb(0, 51, 204);
}
h3 {
	color: rgb(0, 51, 204);
}
h4 {
	color: rgb(51,0,204);
}
h5 {
	color: rgb(0,153,51);
}
h6 {
	color: rgb(204,51,51);
}
p {
	font-size: 14px;
}
#footer p {
	font-size: x-small;
}
/* ========== top navigation list ========== */
#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #036;
	text-decoration: none;
}
#navlist li a:link {
	color: #EEE;
}
#navlist li a:visited {
	color: #C0C0C0;
}
#navlist li a:hover {
	background-color: #336699;
	color: #fff;
}
#navlist li a#current {
	background: white;
	color: #000000;
	border-bottom: 1px solid white;
}
/* ========== top navigation list ========== */
/* ========== left column nav list ========== */
#navlistleft {
	margin-left: 17px;
	padding-left: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
}
#navlistleft a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #036;
	border-bottom: 1px solid #eee;
}
#navlistleft a:link {
	color: #EEE;
	text-decoration: none;
}
#navlistleft a:visited {
	color: #EEE;
	text-decoration: none;
	color: #C0C0C0;
}
#navlistleft a:hover {
	background-color: #336699;
	color: #fff;
}
#navlistleft li a#current {
	background: white;
	color: #000000;
	border-bottom: 1px solid white;
}
/* ========== left column nav list ========== */
/*
ul#navlistleft {
	list-style: none;
	margin: 20px;
	padding: 0;
	border: solid #668265;
	border-width: 1px 2px 2px 2px;
	width: 150px;
}
ul#navlistleft li a {
	text-decoration: none;
	display: block;
	border-top: 1px solid #77a487;
	padding: 5px;
	background: #485e49;
	color: #eee;
}
ul#navlistleft li a:hover {
	background: #a2b3a1;
	color: #000;
}
ul#navlistleft li a#current {
	background: white;
	color:black;
	border-bottom: 1px solid white;
}
*/
/* ========== left column nav list ========== */
/* ========== special named styles ========== */
.signature {
	font-weight: bold;
	font-style: italic;
}
.amazonlink {
	margin-left:37px;
}
#tableofcontents table  {
	width: 100%;
}
#tableofcontents td {
	height:25px;
	min-width:110px;
}
/* ========== special named styles ========== */

