body {
		text-align: center; /* for IE */
        padding-top:0px;
        margin:0px;
	}

#center{
  	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 900px;
}

#page{
   width:900px;
   height:684px;
   margin:0px ;
   padding:0px;
   background: white url(scoutlogobg.jpg); background-repeat:no-repeat; background-position:center bottom;
}

h1{
  font-size: 20px;
  color: #0000FF
}
h2{
  font-size: 14px;
  color: #FF0000 ;
  font-style: italic
}
h3{
  font-size: 16px;
  color: #7D6F4B
}


.title{

  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #0000FF;
  font-weight: bold;
  text-align: center
}

#gap{
  width:900px;
  height:20px;
}


#rightpic{
  float:right;
  width:370px;

  border-left:20px;
}

#contentpadding{
  width:900px;
  height:10px;
  float:left;
}


#content{
  float:left;
   width:550px;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
   min-height:500px;
}
#contentfw{
  float:left;
   width:900px;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
   min-height:484px;
}

#contentfw a:active,  #contentfw a:visited, #contentfw a:link{
   color:blue;
   text-decoration:none;
}

#contentfw a:hover{
  color:red;
  text-decoration: underline;
}


#contenttext{
  width:530px;

  padding-right:20px;
   min-height:484px;
}


#bottompadding{
  height:1px;
  width:650px;
}

#footer{
   height:25px;
   padding-top:5px;
  background-color: #0000ff ;
  text-align: center ;
  font-family: Tahoma, Arial, sans-serif;
   font-size: 16px;
   color:white;
}

#footer a:active, #footer a:link, #footer a:visited{
  color:white;
  text-decoration:NONE;
}
#footer a:hover{
   color:red;
  text-decoration: underline
}


#menu{


}

.menuitemw{
  width:135px;
  float:left;
  margin:0px;
  text-align: center;

  font-family: Tahoma, Arial, sans-serif;
   font-size: 15px;
  font-weight: bold
}

.menuitemw a:active, .menuitemw a:visited, .menuitemw a:link{
  color:white;
  text-decoration:none;
  font-weight: bold
}

.menuitemw a:hover{
  color:white;
  font-weight: bold
}

.menutext{

  text-align: center;

  font-family: Tahoma, Arial, sans-serif;
   font-size: 15px;
  color: #FFFFFF
}

.menutext a:active, .menutext a:visited, .menutext a:link{
  color:white;
  text-decoration:none;
}

.menutext a:hover{
  color:red;

}

.small{
  font-size: 8pt;
  font-family: Tahoma, Arial, sans-serif;
}


