body{
width: 700px;
margin: 0px auto 0px auto;
padding: 0px;
background: white;
}

div#content {
width: 700px ;
color: #111;
}

a {
text-decoration: none;
}

a:hover {
/*background: white;*/
padding-left: 1px;
color: #002200;
/*margin-left: 10px;*/
}


div#header {
background: white;
color: black;
}

div.nav a {
text-decoration: none;
color: #111;
}

div.nav a:hover {
margin: 0px;
color: navy;
}



div.nav_wrap  {
padding: 5px 0px 5px 0px;
border-bottom: 1px solid black;
margin-bottom: 0px;
}


div.nav ul{
	margin-left: 10px;
        padding-left: 0px;
	padding: 0px;
        display: inline;
        } 

div.nav ul li {
        margin: 0px 1px 0px 1px;
        border: 1px solid #000;
	/*border-top-right-radius: 55pt; wait for css3 */
	/*border: none;
	background: url(/images/right.gif) right repeat-y;*/
        padding: 0px 2px 5px 2px;
        list-style: none;
        display: inline;
	/*background-color: #cdcdcd;
	background-color: #dbdfe3;
	background-color: #DBE3DF;*/
	background-color: #EBE5D0;
        }

/*
div.nav ul li::before {
	display: block;
	background: url(/images/topright.gif) top right no-repeat;
	content: url(/images/topleft.gif) ;
	}
*/

        
                
div.nav ul li.here {
        border-bottom: 1px solid white;
        list-style: none;
        display: inline;
	background-color: white;
        }

/*the below is used in the about_ page to force a bottom border, but
still keep the white background  */
div.nav ul li.about_here {
        list-style: none;
        display: inline;
	background-color: white;
        }

div#about_nav ul li {
	padding: 0px 5px 0px 5px;
	margin-left: 7px;
	border-top: 1px solid black;
	background-color: #DBE3DF;
}

div#about_nav ul li.here{
	border-bottom: 1px solid white;
	background-color: white;
}

div#about_nav {
margin: -8px 0px 0px 0px;
padding: 0px 0px 0px 55px;
border-bottom: 1px solid black;
}
