/*
 * ------------------------------------------------------------------------
 *  Global
 * ------------------------------------------------------------------------
 */

* {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  text-align: left;
  font-style: normal;
}
body {
}
ul,
li {
  list-style-type: none;
}
hr {
}
img.for_non_css {
}
strong {
  font-weight: normal;
}
.align-right {
  text-align: right;
}

/*
 * ------------------------------------------------------------------------
 *  Layout Box Settings
 * ------------------------------------------------------------------------
 */


/*
 * ------------------------------------------------------------------------
 *  Layout Column Settings
 * ------------------------------------------------------------------------
 */



/*
 * ------------------------------------------------------------------------
 *  Menu Column
 * ------------------------------------------------------------------------
 */

div.logo {
  display: none;
}
div.nav {
  font-size: 60%;
}
div.nav ul.nav li p {
  display: inline;
}

/* ------------ links ------------ */
div.nav ul.nav li ul.nav_inner_ul {
  margin-left: 4em;
}
div.nav ul.nav li ul.nav_inner_ul li {
  display: inline;
  height: 26px;
  padding-left: 2em;
}



/*
 * ------------------------------------------------------------------------
 *  Main Column
 * ------------------------------------------------------------------------
 */

p.header_text {
  text-align: right;
  margin: -5em 1em 0em 0em;
  font-size: 70%;
  color: #555555;
  float: right;
}
div.welcome {
  display: none;
  clear: both;
}
h1.short_sentence {
  margin-top: 31px;
  margin-left: 7px;
  height: 44px;
  padding-top: 12px;
  font-size: 150%;
  text-align: center;
  color: #4C6367;
}
h2 {
  margin-left: 14px;
  text-align: center;
  letter-spacing: 1px;
  color: #4C6367;
  border-style: solid;
  border-width: 2px;
  font-size: 130%;
}
div.section_h2 {
  margin-top:35px;
  margin-bottom: 20px;
  color: #4C6367;
  background-color: white;
}
div.section_h2 div.section_h2_main {
  margin-top: 21px;
  margin-left: 27px;
}
div.section_h2 div.section_h2_main p {
  margin-top: 19px;
  font-size: 90%;
  line-height: 140%;
  letter-spacing: 1px;
}
div.section_h2 div.section_h2_main table  {
  border-style: solid;
  border-width: 1px;
}
div.section_h2 div.section_h2_main table tr td {
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  margin: 3px;
}
h3 {
  margin-top: 1.5em;
  font-size: 120%;
}

/*
 * ------------------------------------------------------------------------
 *  Right & Center Column (Home)
 * ------------------------------------------------------------------------
 */

div.home_center {
  margin-top: 28px;
  margin-left: 1px;
  float: left;
  display: block;
}
div.home_right {
  margin-top: 8px;
  margin-left: -5px;
  display: block;
}



/*
 * ------------------------------------------------------------------------
 *  Misc
 * ------------------------------------------------------------------------
 */

div.clear {
  clear: both;
}



