﻿body
{
    font-family: Verdana, Arial;   
    padding: 0px;
    margin: 0px;
    background-color: #e5ffd0;
    color: #000000;
}
.header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: x-large;
    color: #e5ffd0;
    font-weight: bolder;
    background-color: #339933;
    background-image: url('./Images/logo.JPG');
    background-repeat: no-repeat;
    display: inline;
    z-index:1;
}

.small_header
{
display:inline;
font-size:small;
}
.menu
{
    float: left;
    width: 180px;
    height: 400px;
    margin-top: 60px;
    padding-left: 10px;
    vertical-align: top;
}
.content
{
    font-family: Verdana, Arial;
    color: #000000;
    margin-top: 70px;
    margin-bottom: 20px;
    margin-left: 200px;
    padding: 0em;
    background-image: url('Images/neuron_color.png');
    background-repeat: no-repeat;
   
}
.bgneuron{
background-position: center; 
 background-image: url('Images/neuron_color.png');
    background-repeat: no-repeat;
}
.footer
{
    background-color: #339933;
    color: #e5ffd0;
    width: 100%;
    height: 30px;
    padding: 5px;
    margin-top: 0px;
    font-size: 1em;
    text-align: left;
 
}

.inline
{display:inline;
}

H1, H2, H3, H4
{
    font-family: Verdana;
    color: #669966;
}

a
{
    text-decoration: none;
}

.PersonPhoto
{
float:left; width: 96px; 
height: 112px;
padding: 0px 10px 10px 0px;
}

div.gmapbig
{
    width: 80%;
    padding: 0 50px 0px 20px;
    
}

img.floatright
{
float:right;
padding: 10px;
margin:10px;
}
.greenbutton
{
    background-color: #ccffcc;
    border-style: solid;
    border-width: 1px;
    border-color: #99cc66;
    font-family: Verdana;
    vertical-align: middle;
    color: #003333;
    text-align: center;
    font-size: smaller;
    padding-right: 10px;
    padding-left: 10px;
}
Hyperlink
{
    font-family: Verdana;
    font-size:larger
}
#HeaderStyle-BackColor 
{
   background-color: Maroon;
    
}

#ItemStyle-BackColor 
{background-color:  #ccffff;
}

#Table
{
    background-color: #ccff66;
    font-family: Verdana;
}


