.sectionhead
{
  line-height: 1.25em;
  font-size: 1em;
  font-weight: bold;
  position: fixed;
  padding-top: .5em;
  height: 2.5em;
  margin-left: 1em;
}

#nav-side
{
position: fixed;
top: 4.25em;
width:10em;
} 

#nav-side ul
{
list-style-type: none;
padding: 0;
margin-top: 2.325em;
}

#nav-side li
{  
width: 9.5em;
height: auto;

margin-top: .325em;
margin-right: auto;
margin-left: .15em;

border-style:outset;
border-width:.15em;
border-color:#8fa48c;

background-image: url('../images/menusidebgG.png');
background-size:100%;

line-height: 1.25em;
text-align: center;
}

#nav-side li a
{  
text-decoration: none;
color: #000000;
}

#nav-side li a:hover
{
  color:blue;
  font-style: italic;
  font-weight: bold;
}

.image
/*This sets the position of the pdf flowchart image*/
{margin-top: 29em;
margin-left: 1em;
width: 8em;
position: absolute;
}

.image a {
    display:block;
}

.image a:hover {
border-style:outset;
border-width:.3em;
border-color:#8fa48c;
}

/* Hide from IE5-Mac \*/
#nav-side li a
{
float: none
}
