body {
	padding: 0;
  background: #333;
	color: #FFF;
	font: 100%  "Arial Narrow", Arial, Helvetica, sans-serif;
	 }

td, p, li, ol, ul, dt, dd, dl {
	font: 1em  "Arial Narrow", Arial, Helvetica, sans-serif;
	}

a { 
	background: transparent;
	}
a:link 	{ 
	color: #EBB;
	}
a:visited { 
	color: #D99;
	}
a:hover { 
	color: #FDD;
	}
a:active { 
	color: #FFF;
	}

h1, h2, h3, h4, h5, h6 { 
	color: #FFF; 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	font-weight: bold;
	}

h1 	{
	font-size: 2em; 
	}
h2 	{
	font-size: 1.4em; 
	}
h3 	{ 
	font-size: 1.3em;
	padding-top: .5em;
	}
h4 	{
	font-size: 1.1em;
	}
h5 	{
	font-size: 1em;
	}
h6 	{
	font-size: .9em;
	}

p, li 	{ 
	margin-top: 0;
	line-height: 1.25;
	color: #FDD;
	}

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

#logobar {
	margin: 0;
	padding: 8px 15px 5px 15px;
	background: #FFF;
	width: 770px;
	border-left: 15px solid #FFF;
	border-right: 15px solid #FFF;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: right;
	}
	
#container {
	background: #A00;
	width: 800px;
	border-left: 15px solid #FFF;
	border-right: 15px solid #FFF;
  	margin-left: auto;
  	margin-right: auto;
	}
	
#header, #headerhome { 
	text-align: left;
	padding: 15px;
	background: transparent;
	background-image: url(bkgnd.jpg);
	background-repeat: no-repeat; 
	height: 1%;  /* to get the image to display properly in IE6 */
	}
#nav {
	text-align: left;
}
	
#content {
	background: transparent;
	padding: 1em 15px .5em 15px ;	
	border-bottom: 3px solid #FFF;
	}
		
#footer {
	clear: both;
	padding: 1em 15px .25em 15px;
	border-bottom: 15px solid #FFF;
	}
	
 /* End Layout */

/* selectors are here */
		
#footer p { 
	font-size: .9em;
	}
	
#headerhome h1 {
	font-size: 2.5em; 
	margin-bottom: .5em;
	font-style: italic;
	}
#headerhome h1 strong {
	font-size: 180%; 
	}
#headerhome p {
	font-size: 125%; 
	}

#content ul {
	line-height: 1em;
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	background: transparent;
	}
 	
#content 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: transparent;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	margin: 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: #FFF;
	padding: .5em 15px .5em 15px;
	display: block;
	color: #A00;
	border-right: 3px solid #FFF;
	}

ul#nav li a {
	padding: .5em 15px .5em 15px;
	display: block;
	text-decoration: none;
	border-right: 3px solid #FFF;
	}
ul#nav li a:link, ul#nav li a:visited  { 
	color: #FFF;
	}
ul#nav li a:hover { 
	background: #FFF;
	color: #A00;
	}
ul#nav li a:active { 
	background: #FFF;
	color: #F00;
	}
/* end nav styles */
/* classes */

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