﻿/* site Navagation  */
body {
			/* position:relative; */
			font-family:Arial, Helvetica, sans-serif;
			margin-left: 0px;
			border-width: 0px; 
			background-color: #F9F0D5 
			}
div  {
			margin:0;
			padding: 0;
			overflow:hidden			
			}
#identity {
    /*position:absolute;
    background-color: #F9F0D5*/ ;
    height: 90px;
	width: 200px;  
    overflow:hidden;
    border:0; 
    padding: 0;
/*	margin: -10px 0 0 -10;  */
    }

.logo	{ 
    height: 80px;
	width: 180px;  
	border:0px;
	margin: 0;
	padding:0;
}
#normal {
	position:absolute;
	top: 10px;
	left: 0;
}	
/* put highlighted image out of sight */
#identity a span {
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:1px;
    overflow:hidden;
    text-decoration:none;
    border:0
    }
/* make image appear */
#identity a:hover span {
	top: 10px;
	height: 100px;
	width: 200px;  
    }
	
.bar a 	{
			font-family:Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-size: small;
			padding: 4px ;
			margin: 10px 0px 0px 10px;
			line-height:20px;	
			width: 100%	
			}
.bar a:link 	{
			color: #00008B; /*DarkBlue*/ 
			}
.bar a:visited {	
			color: #4B0082; /*Indigo*/
			}
.bar a:hover {
			color: 	#800000/*Maroon*/;  
			background-color: yellow; 
			margin-left: 5px;
			font-weight: bold
			}
.bar a:active {
			color: black; 
			background-color: yellow;
			font-weight: bold
			}	
.bar a:focus	{
			color: black; 
			margin-left: 15px;
			background-color: #F9F0D5; /* page color */
			font-weight: bold
			}        
.bar		{
			width: 200px;
		  	line-height:30px;
         	font-family: Verdana, Geneva, Arial, sans-serif;
         	font-size: 12px;
			font-weight: normal;
            }

#menu	{	
			position:absolute;
			top: 100px;
			left: 0;
			background-color: #EED586;
			height: 120px;
			}
#archive{
			background-color: #A36A32; 
			position:absolute; 
			top: 220px;			
			left: 0;
			height: 2000px
			}
.menucap { 
			font-family:"Arial Black", Arial, Helvetica, sans-serif;
			text-align: right;
			width: 180px;
			left: 0;
			font-size: x-large;
			font-weight:900;
			color: #EED586;
			}
ul#nav 		{
			list-style-type: none;
			 margin: 0;
			 padding:0;
			}
ul#nav li{
			float:left;
			margin:0 4px;
			padding: 0;
			}
ul#nav li a	{
			display: block;
			float:left;
			width: 100px;
			height: 2em;
			line-height:28px;
			border:thin blue solid;
			background-color: #A36A32;
			color: #EED586;
			text-decoration:none;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			font-size:medium
			}
ul#nav li a:hover 	{
			color: Maroon;  
			background-color:#CFF; 
			border-bottom-style:outset;
			margin-left: 15px; 
			font-weight: bold
			}
ul#nav li a:active 	{
			color: Maroon;  
			background-color:#CFF; 
			border-bottom-style: inset;
			margin-left: 10px; 
			font-weight: bold
			}
			
			
