/* CSS Document */

h1
{ 
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.links
{
  text-align: center;
  padding: 0px 90px 20px 90px;
  font-size: .7em;
}

div.links a, p.top a
{
  text-decoration: none;
  color: #a02e15; /* dark red text */
}

div.links a:hover, p.top a:hover
{
  color: #545454; /* dark grey */
}


div.company
{
}

div.logo
{
  width: 220px;
  text-align: right;
}

div.logo img
{
  border: none;
}

div.text
{
  float: right;
  width: 510px;
  padding-right: 30px;
  padding-bottom: 30px;
}


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


p.summary
{
  font-size: .7em;
  color: #545454; /* dark grey */
  line-height: 1.4em;
}

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

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

p.contact, p.top
{
  padding-top: 5px;
  font-size: .7em;
  color: #545454; /* dark grey */
  line-height: 1.4em;
}

p.contact a
{
  color: #545454; /* dark grey */
  text-decoration: none;
}

p.contact a:hover
{
  color: #a02e15; /* dark red text */
}
