body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: smaller;
  background-color: #fff;
  color: #000;
}

/*
  NRI Header
*/

#header{
  font-size: 85%;
  border-bottom: 2px solid #777;
  float: left;
  width: 100%;
  padding: 3px;
  margin-bottom: 10px;
  color: #777;
}

#header h1{
  font-size: 20px;
  margin-bottom: 0;
  float: left;
  margin-left: -3px;
  clear: both;
}
#orgs{
  float: right;
}
#cssmlogo{
  margin-left: 5px;
}
#headerNav{
  margin-bottom: 32px;
  text-align: right;
}
#headerNav a{
  color: #0066FF;
}

/*
  Survey Header
*/

#surveyHeader{
  clear: both;
  font-size: 85%;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

#surveyHeader h2{
  font-size: 100%;
  float: left;
  color: #666;
  margin-top: 0;
}

/*
/ Survey Tools
*/

#surveyTools{
 list-style: none;
 margin: 0;
 float: right;
}

#surveyTools li{
  display: inline;
  color: #996633;
}

#surveyTools a{
 font-weight: bold;
}

a.help,
a.help:visited{
  color: #996633;
}


/*
/  NRI Footer
*/

#footer{
  clear: both;

  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid #666;
  color: #666;
  font-size: 80%;
  text-align: center;
}
#footer a,
#footer a:visited{
  color: #666;
}