#container {
	width: 90%;			/* container is boundary of main area */
	margin: 1em auto;
	background-color: #ffe; /* is beige*/
	border: 1px solid #aaa; /* a light grey */
	line-height: 120%;
	}

 #top /* of container */
{
padding: 0.1em;
background-color: #ddd;
border-bottom: 1px solid gray;
}

#top h1 /* style for h1 */
{
padding: 0;
margin: 0;
}

#leftnav	/* Position of left column in container */
{
float: left;
width: 14em;
margin: 0;
padding: 1em;

}

#content	/* Position of right column in container */
{
margin-top: 1em;
margin-left: 16em;
border-left: 1px solid gray;
padding: 1em;
max-width: 35em;
}

#footer		/* of container */
{
clear: both;
margin: 0;
padding: 0;
/*color: #333;*/
background-color:#ddd;
/*opacity: 1; */
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em; } 
#content h2 { margin: 0 0 .5em; }

body {
 	padding-left: 9em;
 	max-width: 55em;
 	min-width: 30em;
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 1em;
	color: #2F4F4F; /*darkslategrey*/
	background:#bbb; /* was #F5DEB3 wheat*/
	background-image: url(images/summer1.jpg);
	background-attachment: fixed;
	/* opacity: 1; */
	background-repeat: no-repeat;
	}

/* ul.navbar {
	list-style-type: none;
	padding: 0;
 	margin: 0;
 	position: fixed; 
	top: 0.5em;
	left: 0.5em;
	line-height: 1.2em;
 	width: 8em }
*/
ul.navbar2 {
	list-style-type: none;
	padding: 0;
 	margin: 0;
 	position: fixed; 
	top: 22em;
	left: 0.5em;
	line-height: 1.2em;
 	width: 7.5em }
 	
 	
ul.navbar, ul.navbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0.5em;
  left: 0.5em;
  line-height: 1.2em;
  width: 8em;                 /* sets the size of the menu blocks */
/*  border: 1px solid #000; */     /* puts a black border around the menu blocks */
  background-color: #888;       /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0;            /* Opera 7 final's margin and margin-box model cause problems */
}


ul.navbar li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */        		
}
ul.navbar li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute; 		/* make child blocks hover without leaving space for them */
  line-height: 1.4em;
  top: -0.4em;                    /* position slightly lower than the parent menu item */
  left: 8em;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.navbar li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #ffa;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.navbar ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.navbar li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.navbar li a:link {color: blue }
ul.navbar li a:visited { color:#228B22 /*forestgreen*/ }
ul.navbar li a {display: block; font-size: 1.1em; font-family: "Arial bold"; width: 6em; text-decoration: none; }
ul.navbar li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.navbar li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */

a:link 	{color: blue }
a:visited { color:#228B22 /*forestgreen*/ }
a:hover { color:#B22222;/*firebrick*/
	/* background-color:#F5DEB3 /*wheat*/}
 	

h1 {
	color:#B22222;/*firebrick*/
	text-align:left;
	font-size: 1.5em;
	line-height: 120%;
	font-family: Arial, sans-serif }
 	
 
h2 {
	color:#B22222;/*firebrick*/
	text-align:left;
	font-size:1.3em;
	font-family: Arial, sans-serif }
	
 
p 	{
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small; } 
	
p.s	{
	text-align:left;
	font-size:0.7em; } 	
 
p:first-letter 
	{
	color:#B22222;/*firebrick*/
	font-size:1.3em	}
	
li 	{
	font-size: 0.9em }	
	
img.right
	{
	float:right;
	margin:1em }

img.left
	{
	float:left;
	margin:1em}
	
ul.none {list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	border-top-width: 0;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom-width: 0;
	padding-bottom: 0;}

li.inline {
 display: inline;
 padding-top:0;
 padding-right: 0.5em;
 padding-bottom:0;
 padding-left: 0.1em}

li.last {
 display: inline;
 padding-left: 0.3em;
 padding-right: 0.3em;
 border-right: 0em;
 font-size:0.8em;
 color:#B22222;/*firebrick*/
 font-family: "Arial bold"} 
 
li.inline a {
	font-size:0.8em;
	text-decoration: none;
	font-family: "Arial bold";
	color:#B22222;/*firebrick*/
	text-align:left}

 

ul.navbar li { 
	
 	background-color:#ffe; /*beige*/ margin: 0.5em 0; 
 	padding: 0.3em; 
 	border-left: 0.6em solid #ddd}
		
ul.navbar2 li { 
	padding: 0.3em }
 	
	
ul.navbar2 a {text-decoration: none;
	font-size: 1.1em;
	font-family: "Arial bold" }

 
th {
	text-align: center;
	font-family: "Arial bold" }

table.two {
	border-collapse: collapse }

table.two td {
	text-align: right}
	
table.two td.solid {
 	border-right: 3px solid black }
 
table.two th.solid {
 	border-right: 3px solid black }
 
 