/* Two column CSS file from Web Design in a Nutshell p422
  (incomplete in book) in a container
   */

body {
	margin: 0;
	padding: 0;
	background: #bdd283;
	text-align: center; /* Hack to get centred in IE  */
}
body * {
	text-align: left;  /* Undo centering in descendant elements  */
}
a {
	color: #444400;
}
h1 {
	font: bold 1.7em tahoma, arial, sans-serif;
	color: #cc6600;
	text-align: left;
	background-color: transparent;
}
h2 {
	font: bold italic 1.5em tahoma, arial, sans-serif;
	color: #cc6600;
	text-align: left;
	background-color: transparent;
}
h3 {
	font: bold italic 1.2em tahoma, arial, sans-serif;
	color: #cc6600;
	text-align: left;
	background-color: transparent;
}
h4 {
	font: bold italic 1.1em tahoma, arial, sans-serif;
	color: #cc6600;
	text-align: left;
	background-color: transparent;
}
p {
	font: normal 1.0em "Trebuchet MS", Arial, sans-serif;
}
p.indent {
	margin-left: 15px;
	margin-right: 15px;
}
#container {
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background: #bdd283;
/*	border: solid 1px; */
}
#pageheader {
	background: #f0f8de;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#pageheader h1 { 
	margin-top: 10px; 
	text-align: left;
	color: #cc6600; /* Was #efb90e */
	font: bold 1.9em "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.2em;
}
#pageheader h2 {
	text-align: right;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin-right: 20px;
}
#sidenav {
	float: left;
	width: 180px;
/*	height: 300px; */
/* >>>NB Omit height for sidenav and main so clear works properly in Firefox */
	padding: 15px;
	background: #bdd283;
	font: normal 1em "Trebuchet MS", Arial, sans-serif;
	list-style-type: none;
/*	border: 1px solid #ff0000; */ 
}
#sidenav p {
	line-height: 0.1em;
}
#sidenav ul {
	list-style-type: none;
}
#sidenav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#sidenav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #ffffff;
  text-decoration: none;
/*  padding: 0 15px;  */
  line-height: 2.5;
  border-bottom: 1px solid #ffffff;
}
#sidenav a:hover {  
  background: #4F4532;
}
#sidenav img {
	margin-top: 20px;
	margin-left: 20px;
/*	border: 1px solid #0000ff; */
}
#main {
	float: left;
	margin-top: 10px;
	width: 505px;
/*	height: 600px;  */
/* >>>NB Omit height for sidenav and main so clear works properly in Firefox */
	padding: 15px;
/*	border: solid #00ff00 1px;  */
}
#main ul.disc {
	list-style-type: disc;
}
#main ul.decimal {
	list-style-type: decimal;
}
#main ul.lower-alpha {
	list-style-type: lower-alpha;
}
#main li {
	margin: 20px 0 0 0;
	font: normal 1em "Trebuchet MS", Arial, sans-serif;
}
 #main li li { /*  This doesn't seem to do anything.  */
	margin: 10px 0 0 0;
}
#widemain {
/*	float:left;  */
	padding-top: 10px;
	width: 750px;
}
#widemain p {
	clear: left;
}
#widemain li {
	font: normal 1em "Trebuchet MS", Arial, sans-serif;
}
/* The following div - hznav - provides a horizontal menu option.  */
#hznav { /* div to contain a horizontal navigation list  */
	margin: 10px 0px 20px 20px;
	padding-left: 1px;
	width: 660px;
	background-color: #7e8b4e;
/*	border: 1px solid #000000; */
}
#hznav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#hznav li {
	float: left;
	margin-bottom: 0px;
	color: #000000;
}
#hznav a {
	float: left;
	background-color: #7e8b4e;
	color: #ffffff;
	width: 130px;
	text-align: center;
/*	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
/*	border-bottom: 1px solid #cccccc;  */
	text-decoration: none;
}
#hznav a:hover {
	background-color: #4f4532;
	color: #ffffff;
}
#footer {
	clear: both; /* Starts the footer below the floated content. */
	background: #e0e8ce;
	margin: 10px 0 10px 0;
	font: italic 0.8em "Trebuchet MS", Arial, sans-serif;
}
#footer table {  /* Yes, it can be done without a table - but a table seems simpler here.  */
	width: 100%;
}
#footer td {
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.centred {
	text-align: center;
}
.right {
	text-align: right;
}
.cleardiv {  /* This div is used to send "clear" floated items. */
	clear: both;
}
img.centred {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}
img.fixed {
	position: absolute;
	left: 620px;
	margin-top: 0px;
}
/*	---------------------------------------------------------
	Items below modified from minimal.css (Anneke), 10/09/07.
	---------------------------------------------------------  */
.imgbox {
	float: left;
	width: 160px;
	height: 135px;
	padding: 5px 0 0 0;
	margin: 10px 5px 10px 0px;
/*	border: solid #dddddd 1px;  */
}
.imgbox p {
	margin-top: 5px;
	font: 0.8em Arial, sans-serif;
	color: #000000;
   text-align: center;
   }
.imgbox img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 0;
}
.imgbox a {  /* Doesn't seem to apply - 1633 10/09/07  */
	text-decoration: none;
	color: #ffffff;
}
.imgbox a:hover {
	background-color: #4f4532;
}
.imgbox2 {
	float: left;
	width: 200px;
	height: 260px;
	padding: 5px 0 0 0;
	margin: 10px 5px 10px 0px;
/*	border: solid #dddddd 1px;  */
}
.imgbox2 p {
	margin-top: 5px;
	font: 0.8em Arial, sans-serif;
	color: #ffffff;
   text-align: left;
   }
.clear {
	clear: both;
}

/*	---------------------------------------------------------  */