body {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #007AB3;
  background-color: #556B83;
  padding: 0;
  margin: 0
}

h1, h2 {
  color: #4FA600
}

h1, h2, h3, h4 {
  margin: 0.5em 0
}

h1 { font-size: 175% }
h2 { font-size: 150% }
h3 { font-size: 125% }
h4 { font-size: 110% }

ul li {
  list-style-type: square
}

table.layout {
  border-collapse: collapse;
  border-spacing: 0;
}

table.layout td {
  padding: 0
}

img.block {
  display: block;
  padding: 0;
  margin: 0
}

#outer_main {
  background: url(../images/main_runner.png) 0px 34px repeat-x;
  padding-top: 26px
}

#inner_main, #inner_footer {
  background-color: white;
  border-left: 2px solid #1D2D44;
  border-right: 2px solid #1D2D44;
  width: 800px;
  margin: 0 auto
}

#inner_main {
  border-top: 2px solid #1D2D44;
  padding: 6px 6px 0 6px
}

#header {
  background: #00A0EB url(../images/header_hilight.png) top repeat-x;
  border: 2px solid #00A1E9;
  padding-left: 75px
}

/*
#header img {
  margin-left: auto;
  margin-right: auto
}
*/

#suba {
  padding: 6px 0
}

#center {
  margin-left: 20px
}

#center td {
  vertical-align: top
}

#center a {
  text-decoration: none
}

#center a:hover {
  text-decoration: underline
}

#left_column {
  width: 220px;
  background-color: #00A0EB;
  color: white
}

#left_column #referrals {
  text-align: center
}

#left_column #referrals a {
  color: white
}

#left_column #mission {
  text-align: center
}

#main_nav {
  background-color: #4FA600;
  font-weight: bold;
  padding: 0;
  margin: 0
}

#main_nav li {
  background: url(../images/nav_hilight.png) top repeat-x;
  border-bottom: 1px solid white;
  list-style-type: none;
  padding: 6px 10px;
  margin: 0
}

#main_nav li.current {
  background-color: #00A0EB
}

#main_nav a {
  text-decoration: none;
  color: white;
}

#main_nav a:hover {
  text-decoration: underline
}

#column_info {
  font-size: 12px;
  padding: 0 1em
}

#column_info h3 {
  font-size: 100%;
  margin: 0;
  margin-top: 1em
}

#column_info hr {
  height: 0px;
  border: none;
  border-top: 1px dashed white
}

#content {
  background-color: white;
  width: 550px;
  padding-left: 10px
}

#content a {
  color: #00A0EB
}

#content p {
  line-height: 1.3em
}

#content li {
  margin-top: 0.25em
}

#outer_footer {
  background: url(../images/footer_runner.png) top repeat-x
/*  padding-bottom: 26px */
}

#inner_footer {
  border-bottom: 2px solid #1D2D44;
  padding: 0 6px 6px 6px
}

#column_overflow {
  float: left;
  background-color: #00A0EB;
  width: 220px;
  height: 38px;
  margin-left: 20px
}

#persapient {
  height: 26px;
  color: white;
  font-size: 11px;
  text-align: center;
}

#persapient p {
  padding-top: 4px;
  margin: 0
}

#persapient a {
  color: white
}

#colophon {
  background: #4FA600 url(../images/nav_hilight.png) top repeat-x;
  color: white;
  font-size: 12px;
  text-align: center;
  height: 30px;
  margin-bottom: 8px
}

#colophon p {
  padding-top: 6px;
  margin: 0
}


table.subcolumns {
  border-top: 1px dashed #4FA600;
  border-bottom: 1px dashed #4FA600;
  width: 100%
}

table.subcolumns > tbody > tr > td {
  width: 50%
}

table.subcolumns td.subleft {
  border-right: 1px dashed #4FA600;
  padding-right: 0.5em
}

table.subcolumns td.subright {
  padding-left: 0.5em
}
