/* CSS Document */

h1
{ 
  text-align: center;
  padding: 0px;
  padding-bottom: 10px;
}

div#content
{
  text-align: left;
  margin: 20px 30px;
}

h4
{
  font-size: .95em;
  font-weight: bold;
  padding-bottom: 3px;
}

h5
{
  font-size: .8em;
  padding-bottom: 3px;
}


p.summary
{
  font-size: .7em;
  color: #545454; /* dark grey */
  padding-bottom: 10px;
  line-height: 1.5em;
}

p.summary a
{
  text-decoration: none;
  color: #a02e15; /* dark red text */
}

p.summary a:hover
{
  color: #545454; /* dark grey */
}

ul.national
{
  padding-bottom: 10px;
}

ul.national li
{
  font-size: .7em;
  margin-left: 40px;
  color: #545454; /* dark grey */
}

div.row
{
  border-bottom: 1px solid #545454; /* dark grey */
  font-size: .7em;
  padding: 3px 0px;
  color: #545454; /* dark grey */
}

div.rowheader
{
  color: #a02e15; /* dark red text */
  font-weight: bold;
  border-bottom: 1px solid #545454; /* dark grey */
  font-size: .8em;
  padding: 4px 0px;
}

div.rightcol
{

}

div.leftcol
{
  float: left;
  width: 150px;
}

div.rightcol a
{
  text-decoration: none;
  color: #a02e15; /* dark red text */
}

div.rightcol a:hover
{
  color: #545454; /* dark grey */
}

div.event
{
  padding: 10px 0px;
  border-bottom: 1px solid #545454; /* dark grey */
}

table
{
  font-size: .7em;
  padding: 3px 0px;
  color: #545454; /* dark grey */
  line-height: 1.5em;
  border: 0px;
  padding: 0;
  margin: 0;
}

table tr td.rightcol
{
  vertical-align: top;
  width: 578px;
}

table tr td.leftcol
{
  vertical-align: top;
  width: 148px;
  text-align: top;
  font-weight: bold;
}

table tr td.topic
{
  color: #a02e15; /* dark red text */
  font-weight: bold;
}

table a
{
  text-decoration: none;
  color: #a02e15; /* dark red text */
}

table a:hover
{
  color: #545454; /* dark grey */
}

