.headerContainer
{
  background-image: url(../images/ntitlepic.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;

  width: 600px;
  height: 300px;
}

.photoContact
{
  background-image: url(../images/ntitlepic.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.photoNews
{
  background-image: url(../images/ntitlepic_news.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.photoBro
{
  background-image: url(../images/ntitlepic_bro.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.photoInfo
{
  background-image: url(../images/ntitlepic_info.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.photoLoc
{
  background-image: url(../images/ntitlepic_loc.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.photoWho
{
  background-image: url(../images/ntitlepic_who.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.photoFaq
{
  background-image: url(../images/ntitlepic_faq.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.photoPic
{
  background-image: url(../images/ntitlepic_pic.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.menuItems
{
  padding-top: 280px;
  text-align: center;
  width: 100%;
  font-size:12px;
    
}
  
.menuItems a 
{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  list-style-type: none;
}

.menuItems a.selected
{
  color: #404a49;
  text-decoration: underline;
}

.menuItems a:hover
{
  text-decoration: underline;
  color: #404A49;
}

.faqtitle
{
  margin: 2px;
  padding-left: 3px;
  font-weight: bold;
}

.faqcontent
{
  margin: 5px;
  padding-left: 5px;
  padding-bottom: 15px;
}
fieldset
{
  padding-top: 10px;
  border: 0px;
  width: 540px;
  font-size:12px;
}

legend
{
  font-weight: bold;
  color: #404a49;
}

.content
{
  padding-left: 12px;
  padding-top: 10px;
}

td
{
  vertical-align: top;
}

.infoHeader
{
  font-weight: bold;  
  padding-left: 10px;
}
.infoContent
{
  font-weight: normal;  
  font-style: italic;
  padding-left: 20px;
}
.infoText
{
  text-align: justify;
  padding-right: 20px;
}