.xxxdirectionsContainer
{
  position: relative;
  width: 730px; /* overrides full width defined for all other pages, allows for display
                   of Field Policy box as sidebar */
}

.xxxdirectionsContainer h2
{
  width: 730px; /* overrides full width defined for all other pages, allows for display
                   of Field Policy box as sidebar */
}

#FieldPolicySectionOuterContainer
{
  display: none; /* DISABLED until more time avaialble (EYang, Dec 2008) */
  position: absolute;
  top: 0px;
  left: 740px; /* left = value based on width override at .pageSectionOuterContainer level */
  width: 60px; /* width = value based on width override at .pageSectionOuterContainer level */
  margin-bottom: 10px;
  background-color: #e3f2ff; /* #e3f2ff = very light blue from original sful.org bulletin box */
  border: solid 1px #000099; /* #000099 = navy */ 
  xxxborder-right: solid 1px #000099; /* #000099 = navy */ 
}

/* related to pageSectionHeader */
#FieldPolicySectionHeader 
{
  text-align: center;
  font-weight: bold;
  color: #ffffff; 
  background-color: #000099; /* #000099 = navy */ 
  margin-bottom: 10px;
  width: 60px; /* width = value based on width override at .pageSectionOuterContainer level */
}

#FieldPolicySectionHeader h2 /* related to pageSectionHeader, but customized
                          for home page */
{
  margin-top: 0px; /* reduces overall height of heading to min per font-size */
  margin-bottom: 0px; /* reduces overall height of heading to min per font-size */
  padding: 5px;
  xxxheight: 22px; /* height correction to make bulletin header same height as LHS box on home page */
}

.fieldPolicyTextContainer
{
  margin-top: 0px;
  padding: 2px;
  background-color: #e3f2ff; /* color from original sful.org bulletin box */
}

.bulletinItemOuterContainer
{
  margin-top: 0px;
  padding: 2px;
  background-color: #e3f2ff; /* color from original sful.org bulletin box */
  border-top: solid 1px #000099; /* #000099 = navy */ 
}