﻿/*jrv: for MAC and EPIC pages*/
body {
/*  background-color : #999966; */
	background-color : #ffffff;
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  /*margin: 5em;*/
  margin-top: 0em;
  margin-bottom: .5em;
  margin-left: 5em;
  margin-right: 5em;
}


td.navbutton {
/*  background-color : #4d5c47; */
/*  background-color: #963C46;  */
  background-color: #963A45;
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  color : #ffffcc;
}


td.navbutton a:link {
  text-align : center;
  color : #ffffcc;
  /* text-transform : uppercase; */
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  font-weight : bold;
  text-decoration : none;
		text-decoration: underline;
}


td.navbutton a:visited {
  text-align : center;
  color : #ffffcc;
  /* text-transform : uppercase; */
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  font-weight : bold;
  text-decoration : none;
		text-decoration: none;
}


td.navbutton a:hover {
  text-align : center;
  /* text-transform : uppercase; */
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  font-weight : bold;
  /*text-decoration : underline;*/
		text-decoration: underline overline;
}


td.sidenav {
  background-color : #f5f5dc;
}


td.sidenav a:link {
  color : #4d5c47;
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  font-weight : bold;
  text-decoration : underline;
}


td.sidenav a:visited {
  color : #4d5c47;
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  font-weight : bold;
  text-decoration : underline;
}


td.sidenav a:hover {
  color : #ff0000;
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size : 0.8em;
  font-weight : bold;
  text-decoration : none;
}


td.maincell {
  background-color : #ffffff;
}


td.maincell a:link {
  color : #4d5c47;
}


td.maincell a:visited {
  color : #4d5c47;
}


td.maincell a:hover {
  color : #ff0000;
  text-decoration : none;
}


	a:link
	{
		/*color: #333399;*/
		text-decoration: underline;
	}
	/*unvisitedlink*/
	a:visited
	{
		/*color: #000066;*/
		text-decoration: none;
	}
	/*visitedlink*/
	a:active
	{
		/*color: #990000;*/
		text-decoration: overline;
	}
	/*activelink*/
	a:hover
	{
		/*color: red;*/
		text-decoration: underline overline;
	/*	font-weight: bold; */
	}
/* John Vermeer's basic web style */
.jvcssmenu 
{
	margin:0em;
	padding:0em;
	height:2.1em;
	width:100%;
	display:block;
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
/*border: 1px solid yellow;*/
border-left-width: .1em;
background-color: #D8FE89;
}

.headerlinks a{
/*margin: auto 8px;*/
margin-left:1em; margin-right:1em;
font-weight: bold;
color: White;
}

.headerlinks a:hover{
color: yellow;
}

.submenus{
display: none;
width: 15em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEFFCC;
/*border: 1px solid black;*/
}

.submenus li{
width: 100%;
color: White;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
color: White;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
color: White;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}