.Masthead{
	height: 60px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 199, 38);
}

.MastheadLogo
{
	background-image: url(../graphics/header.png);
	background-repeat: no-repeat;
    background-position: 0px 20px;
	float: left;
	height: 60px;
	width:  300px;
}
	
.Title
{
  float: right;
  margin-top: 30px;
  margin-right: 6px;
  color: #5382A1;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

table.Layout
{
   margin-top: 10px;
   padding-top: 0;
   padding-bottom: 0;
   height: auto;
}

.PageControls, .PageControls *
{
   padding-top: 0;
   padding-bottom: 0;
   border: none;
   height: auto;
   line-height: auto;
}

.Layout td {
   border: none;
}

.MainContent td {
    padding: 0.3em 0.8em;
    border: 1px solid #999;
    vertical-align: top;
}

td.Navigation
{
   border: none;
   border-right-width: 2px;
   border-right-style: solid;
   border-right-color: rgb(197, 213, 169);
   width: 200px;
   
}


div.embeddedtoc {margin: 2px; margin-top: 20px}
p.toc    {margin: 0px; margin-top: 6px;}
p.level0 {margin-left:0px}
p.level1 {margin-left:18px}
p.level2 {margin-left:36px}
p.level3 {margin-left:54px}
p.level4 {margin-left:72px}
p.level5 {margin-left:90px}
p.tocsp  {margin-top:6px}

div.onpage {background-color: rgb(197, 213, 169);  margin-top: 6px; margin-bottom: 6px; }
.onpage a {color: #000000}


a {text-decoration: none;}
