body {
	padding: 0;
  	background: #FFF;
	color: #000;
	font: 80%  Georgia, Times, New York, "Times New Roman", serif;
	 }

td, p, li, ol, ul, dt, dd, dl {
	font: 1em  Georgia, Times, New York, "Times New Roman", serif;
	}

a { 
	background: transparent;
	}
a:link 	{ 
	color: #039;
	}
a:visited { 
	color: #006;
	}
a:hover { 
	color: #25B;
	}
a:active { 
	color: #900;
	}

h1, h2, h3, h4, h5, h6 { 
	color: #039; 
	font-variant: small-caps; 
	font-family: Georgia, New York, "Times New Roman", Times, serif;
	margin-bottom: 0;
	font-weight: normal;
	}

h1 	{
	font-size: 1.7em; 
	}
h2 	{
	font-size: 1.5em; 
	}
h3 	{ 
	font-size: 1.4em;
	padding-top: .5em;
	}
h4 	{
	font-size: 1.2em;
	}
h5 	{
	font-size: 1.1em;
	}
h6 	{
	font-size: 1em;
	}

p 	{ 
	margin-top: 0;
	line-height: 1.25;
	}

strong	{
	font-weight: bold;
	}
em	{
	font-style: italic;
	}
	
 /* Layout */

#logobar {
	margin: 9px 0 10px 0;
	background: #FFF;
	width: 600px;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: right;
	}
	
#container {
	width: 600px;
  	margin-left: auto;
  	margin-right: auto;
	}
	
#header, #headerhome { 
	text-align: center;
	}
#nav {
	text-align: center;
}
	
#content {
	background: transparent;
	padding: 0 0 1em 0;
	text-align: center;	}
#contentbkgnd {
	background: transparent;
	padding: 0 0 .5em 0;
	text-align: center;
	background-image: url(images/bkgnd-Mandel_02.jpg);
	background-repeat: no-repeat; 
	background-position: bottom;
	height: 1%;  /* to get the image to display properly in IE6 */
	border-top: 1px solid #039;
	border-bottom: 1px solid #039;
	}
		
#footer {
	text-align: center;
	clear: both;
	padding-top: 1em;
	border-top: 1px solid #039;
	}
	
 /* End Layout */

/* selectors are here */
		
#footer p { 
	font-size: .8em;
	}
	
#headerhome h1 {
	font-size: 3em; 
	margin-bottom: .5em;
	}
	
#headerhome p {
	font-size: 1.7em; 
	color: #039;
	text-align: center;
	}
#headerhome p.note {
	font-size: 1.3em;
	font-style: italic;
	color: #000;
	}

#contentbkgnd ul {
	line-height: 1em;
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	background: transparent;
	}
 	
#contentbkgnd li {
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	background: transparent;
	}
	
/* end selectors */

/* navigation styles */
ul#nav {
	list-style: none;
	text-align: center;
	background-color: #ADF;
	border-top: 1px solid #039;
	border-bottom: 1px solid #039;
	margin: 0 0 1.5em 0;
	padding: 0;
  overflow: auto;		/* needed to contain floats */
  height: 1%;				/* needed to contain floats */
	} 
ul#nav li {
	float: left;
	text-align: center;
	margin: 0;
	background-color: transparent;
	width: auto;
	font-weight: bold;
	font-variant: small-caps; 
	}
ul#nav li.current {
	background: transparent;
	padding: .5em 15px .5em 15px;
	display: block;
	color: #900;
	}

ul#nav li a {
	padding: .5em 15px .5em 15px;
	display: block;
	text-decoration: none;
	}
	
ul#nav li a:hover { 
	background: #FFF;
	}
ul#nav li a:active { 
	background: #FFF;
	}
/* end nav styles */
/* classes */

.note {
	font-size: .8em;
	font-style: italic;
	}
	
.hide {
	display: none;
	}
	
/* end classes */