*
{
   font-family: verdana, arial, helvetica, sans-serif;
}


html, body
{
   height: 100%;
   padding: 0px;
   margin: 0px;
   overflow: hidden;
}

#Masthead
{
	background-color: #99CC33;
	background-image: url(../images/Header-Background.gif);
	background-repeat: repeat-x;
	border-color: black;
  	border-style: solid;
  	border-bottom-width: 1px;
  	border-left-width: 0px;
  	border-right-width: 0px;
  	border-top-width: 0px;
	position:relative;
  	height: 128px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#Header_Logo
{
   background-image: url(../images/Header-Logo.gif);  
   height: 110px;
   left: 5px;
   position: absolute;
   top: 5px;
   width: 130px;
}

#Header_Phrase
{
   background-color: #99CC33;
   background-image: url(../images/Header-Phrase.gif);
   bottom: 8px;
   height: 31px;
   position: absolute;
   right: 0px;
   width: 220px;
}

#Header_Nav
{
   color: White;
   cursor: default;
   font-size: 11px;
   font-weight: normal;
   position: absolute;
   right: 0px;
   top: 0px;
}

#Header_Sep
{
   cursor: default;
   display: none;
}

#Header_Logout
{
   display: none;
}



#content
{
   /*background-color: rgb(51, 102, 0);*/
	background-color: #666666;
   height: 100%;
   text-align: center;
	background-image: url(../images/bbbackground.jpg);
}

