BODY,FORM
{
  margin:0;
  padding:0;
}

BODY
{
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:13px;
}

.hr
{
  margin:0px;
  padding:8px 0px;
  width:98%;
}

#logo
{
  display:inline-block;
  background-color:white;
  text-align:center;
}

#powered
{
  vertical-align:middle;
}

select
{
  font:11pt "Lucida Grande","Lucida Sans Unicode",sans-serif;
  margin-right:4px;
  color:#4C4C4C;
  width:200px;
}

select#grade
{
  width:110px;
}

select > option.has_children
{
  background:url("http://static.icivics.org/modules/hierarchical_select/images/arrow.png") no-repeat scroll right center transparent;
  padding-right:16px;
}

#bsubmit
{
  text-align:center;
  margin-top:4px;
}

optgroup
{
  font-weight:bold;
  font-style:normal;
}

optgroup option
{
  padding-left:20px;
}

.title
{
  display:none;
}

.description
{
  display:none;
}

.content
{
  float:left;
  padding:27px 0;
}
