body {font-family: verdana; 
font-size: 80%;
padding: 5px;
margin: 0;
}


#banner { border-top: 1px solid #888; 
border-bottom: 1px solid #888; 
background: #fff url(banner.jpg) center left repeat-x;
padding:0;
margin: 0;
height: 96px;
  }
#banner img {border: 0; padding:0;
margin: 0;}
#leftcol {width: 10px; float: left; display: none;}

#rightcol {margin-left: 10px; padding-right: 5px;}

/*h1, h2, h3, h4 {font-family: Georgia,  Times, serif;}*/
h1 {font-size: 175%;}
h2 {font-size: 145%;}
h3 {font-size: 125%;}
h4 {font-size: 110%;}
/*h1#main {padding: 10px 0 ; }*/

#navigation 
{
	margin: 0;
	padding: 5px 0;
	text-align:left;

	font-weight: bold;
}

#navigation ul 
{

	list-style-type: none;
	display: block;
	margin-left: 0;
	padding-left: 0;
}

#navigation ul li 
{
	margin: 0;
	width: 99%;

}

#navigation li a
{
	width:100%;
/* to make the whole block a link */
	display: block;
	padding: 5px 2px;
	background:#fff;
	color:#888;
	border-bottom: 1px solid #888;
margin-bottom: 8px;
}

html>body #navigation li a 
{
/* for Ie5mac and NS/mozilla*/
	width: auto;
}
#navigation li a:link 
{
	text-decoration:none;
}	
#navigation li a:visited 
{
	text-decoration:none;
}	
#navigation li a:hover 
{
	background: #fff url(notes.gif) top right no-repeat ;
	color: #0A452A;
	border-bottom: 1px solid #0A452A;
}


#navigation li.here a
{
	background:#fff url(notesg.gif) top right no-repeat ;
	color: #0A452A;;
}

#navigation li.here  a:visited
{
	background:#fff url(notesg.gif) top right no-repeat ;
}



img {border: 0;}	

#lastupdated {clear: both;
text-size: 80%; 
text-align: right;
 border-top: 1px solid #888; 
margin-top: 10px;}


table {border-collapse: collapse; width: 98%; }
table td {border: 1px dotted #999; padding: 6px; vertical-align: top; background: #fff;}
table th {background: #eee; border: 1px dotted #999; padding: 6px; vertical-align: top; text-align: left;}

#diary {border: 1px dotted #999;}

#fp {width:40%; float: right; margin: 4px 0px 4px 4px;}
#fp th {background: #F78A2B; border: 1px dotted #888;}
#fp td { border: 1px dotted #888;}

/*#footer {background: #fff url(orch.jpg) center no-repeat; height: 216px;}*/
