body {
	color: yellow;
    background: /* #888; */ navy;
}
p.centre {
  text-align: center;
}
p.center {
  text-align: center;
}
p.notes {
  text-align: center; font-size: small;
  font-style: italic;
}

/* http://css.maxdesign.com.au/floatutorial/tutorial0815.htm */

#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#header
{
padding: .5em;
background-color: #ddd;
border-bottom: 1px solid gray;
}

#sidebar
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#bodytext
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
}

#content
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
/* max-width: 36em; */
}

#footer
{
background-color: navy;
color: yellow;
font-size: 70%;
text-align: center;
clear: left;
}

:link {
	color: #330077; text-decoration: underline;
}
:visited {
	color: #66BBFF; text-decoration: underline;
}
a:hover {
	color: #FFFFCC; text-decoration: none;
	/*font-weight: bold; font-style: italic;*/
	background: navy;
}
a:active {
	color: #FF0000; font-weight: bold;
}

#menu {
  padding:0; margin:0;
  color:#fff; font-family: arial, helvetica, sans-serif;
  white-space:nowrap; list-style-type:none;
}
#menu li {
  padding:0.2em 1em; background: #fc6;
  color:#000; text-decoration: none;
  /* float: left; */ border: 1px solid #000;
}
#menu li a:link {
	color: #66BBFF; text-decoration: none;
}
#menu li a:visited {
	color: #330077; text-decoration: none;
}
ul#menu li:hover,
ul#menu li a:hover {
  background-color: #08c; color: #000;
  text-decoration: none;
}

/* from http://www.webreference.com/programming/css_lists/ */
#nav {
  padding: 0; margin: 0;
  color: #fff; font-family: arial, helvetica, sans-serif;
  white-space: nowrap; list-style-type: none;
}
#nav li {
  display: inline;
}
#nav li a {
  padding: 0.2em 1em; background: #fc6;
  color: #000; text-decoration: none;
  float: left; border: 1px solid #000;
}
#nav li a:hover {
  background: #08c; color: #fff;
}


a.active,
a.active:link,
a.active:active,
a.active:visited,
a.active:hover {
    color: #f00;
    font-weight: bold;
}
