﻿
#header 
{
    padding-top:0px;
  padding-bottom:0px;
  background-color:White;
  border:2px solid #8cc63e;
  border-bottom:0px;
  width:800px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.Menu{						color: white; font-family:tahoma; text-align:center; padding:0px; border:solid 2px #004178; margin-left:auto; margin-right:auto; width:800px; height:30px; background:#005dab; overflow:hidden}


.Menu .MenuChoice
{
    padding-top:5px;
    padding-bottom:5px;
    width:200px;
    height:32px;
    float:left;
    overflow:hidden;
}

.OuterHolder
{
    background-color:White;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    border:2px solid #8cc63e;
    border-top:0px;
    border-bottom:0px;
}

.InnerHolder
{
    padding:20px;
}

.TextHeading
{
    color:#005dab;
    font-family:Tahoma;
    font-size:x-large;
}

hr 
{
    border:0px;
  border-bottom:1px dotted #005dab;
  color: #005dab;
  height: 1px;
  padding-bottom:10px;
}

.text
{
    padding:20px;
    line-height:25px;
    font-size:medium;
    font-family:Tahoma;
}
.text b
{
    color:#005dab;
}

.text .block
{
    
    padding: 5px;
    margin:20px;
    margin-right:30px;
    background-color:#f2f2f2;
    border:solid 1px lightgrey;
}

.text ul
{
    line-height:22px;
}

.SubHeading
{
    color:#005dab;
    padding:0px;
    font-weight:bold;
}

 
 
#linkbar 
{
    border:solid 1px lightgrey;
    margin-left:auto;
    margin-right:auto;
}
   
#linkbar a
{
    text-decoration:none;
    color: #8cc63e;
    padding: 10px;
}
#linkbar a:hover
{
    color:#000000;
}   

.block a
{
    text-decoration:none;
    color: #8cc63e;
    padding: 20px;
}
.block a:hover
{
    color:#000000;
}

#ContactBar
{
	color: #ffffff; 
	font-family:tahoma; 
	font-size:small;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 2px #004178; 
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
	height:15px; 
	background:#005dab; 
	overflow:hidden}

}				