﻿*
{
  font-family: Arial, Helvetica; 
}
html, body
{
  margin: 0;
  font-size: 90%;
  height:100%;
  font-family: Arial, Helvetica;
  
}
h1
{
  font-size: 16pt; 
  color: Green;
  margin: 0px 0px 0.4em 0;
}
.h1s
{ font-size: 12pt;}
h2 {font-size: 14pt;
    color: Green;
    margin: 0.3em 0px 0.4em 0px;}
    
p {margin: 0 0 1em 0}
    
img
{
  border: none;
}
a, a:visited
{
    color: #0c9164;
}

#MainMenu a, #MainMenu a:visited
{
  padding-left: 20px;
  color: White;
}

#ManagementMenu a.Selected, #ManagementMenu a:visited.Selected
{
  font-weight: bold;
}

#MainMenu a.Selected, #MainMenu a:visited.Selected
{
  font-weight: bold;
  background-image: url(../Images/SelectedMenu.jpg);
  background-repeat: no-repeat;
}

#MainMenu ul, #ManagementMenu ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#MainMenu ul li, #ManagementMenu ul li
{
  margin-left: 10px;
}

#ManagementMenu
{
  vertical-align: top; 
  width: 160px;
}

#MainContent11
{
    float: left;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 800px;
  height:auto;
  background-color: White;
}

#MainContent2
{
    padding-left: 20px;
  width: 790px;
  background-color: White;
  margin: 0 auto 0;
  text-align: left;
  height: auto;
}

/* Small footer that appears at the bottom of every page. Holds the copyright notice */
#Footer
{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../Images/Background.jpg);
  background-repeat: repeat-y;
  background-color: White;
  clear: both;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  color: Gray;
}

.push 
{
    height: 2em;
}


#Footerb
{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: White;
  clear: both;
  text-align: center;
  color: Gray;
  height:2em;
}

#Footer a
{
  text-decoration: none;
  font-size: 0.9em;
  color: Gray;
}

#Footer a:hover
{
  text-decoration: underline;
}

#Footerb a
{
  text-decoration: none;
  font-size: 0.9em;
  color: Gray;
}

#Footerb a:hover
{
  text-decoration: underline;
}