html,
body
{
  margin: 0px;
  padding: 0px;
  height: 100%;
}

html
{
  margin-bottom: 1px;
}

body
{
  margin: 0;
  font-family: Rockwell,Serif;
  font-size: 13px;
  color: #666666;
  background-color: #FFFFFF;
  text-align: center;
}

h1
{
  margin: 1.5em 0 .75em;
  font-family: "Rockwell",Rockwell,Arial,Verdana,Sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #333333;
}

h1 span
{
  color: #6AAFC3;
}

h2
{
  font: 78%/1.4em "Rockwell",Rockwell,Arial,Verdana,Sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #333333;
}

form
{
}

form label
{
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

form input.txtinput,
form select
{
  width: 400px;
}

form textarea
{
  width: 400px;
  height: 150px;
}

a:link
{
  color: #54626A;
  text-decoration: underline;
}

a:visited
{
  color: #54626A;
}

a:hover
{
  color: #6AAFC3;
}

a.activenav
{
  color: #6AAFC3;
  text-decoration: none;
}

#wrapper
{
  position: relative;
  min-height: 100%;
  text-align: left;
}

#container
{
  margin: 0px;
  text-align: left;
  padding-bottom: 80px;
}

#navigation
{
  width: 100%;
  height: 55px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #CCCCCC;
}

#navigation_inner
{
  margin: 0px;
}

#navigation_inner p
{
  margin: 0px;
  padding: 16px 0px;
  color: #FFFFFF;
}

#navigation_inner a
{
  font-family: Rockwell,Arial,Verdana,Sans-serif;
  letter-spacing: .18em;
  text-decoration: none;
  font-size: 11px;
}

#navigation_inner a:hover
{
}

#content
{
  width: 800px;
  min-height: 700px;
  height: auto;
  margin: 0px auto;
  text-align: left;
}

* html #content
{
  height: 700px;
}

#left
{
  float: left;
  width: 220px;
  padding-top: 15px;
}

a#homelink
{
  display: block;
  width: 220px;
  height: 99px;
  margin-bottom: 40px;
  background: url('/images/newlogo.gif') right top no-repeat;
}

#leftnav
{
  margin-top: 20px;
  text-align: right;
}

#leftnav a
{
  display: block;
  padding: 5px 7px;
  text-decoration: none;
  outline: none;
}

#leftnav a.activenav
{
  background-color: #F6F6F6;
  color: #6AAFC3;
  text-decoration: none;
}

#leftnav a:hover
{
  background-color: #EFEFEF;
  text-decoration: none;
}

#right
{
  float: right;
  width: 520px;
}

#right p
{
  line-height: 1.5em;
}

#footer
{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 68px;
  background-color: #CCCCCC;
}

#footer_inner
{
  width: 800px;
  margin: 0px auto;
  padding: 10px 0px;
}

#footer_inner p
{
  margin: 0px;
  text-align: center;
}

div.clearfloats
{
  display: block;
  clear: both;
}

p.quote
{
  margin-bottom: 30px;
  font-size: 12px;
  color: #999999;
  text-align: right;
}

p.quote span
{
  display: block;
  margin-top: 5px;
}