body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, lo, li, form {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #595959;
  background: url(../../images/background.jpg) repeat;
}
a {
  color: #6161eb;
  text-decoration: none;
}
a:hover {
  color: #3232d4;
  text-decoration: underline;
}
a.quiet:link, a.quiet:visited, a.quiet:hover, a.quiet:active {
  color: #595959;
  text-decoration: none;
  cursor: text;
}
p {
  padding: 5px;
}
h1 {
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
h2 {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
h3 {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
h4 {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
li {
  margin: 3px 0 3px 30px;
}
hr {
  clear: both;
  color: #595959;
  background: #595959;
  width: 100%;
  height: 1px;
  border: 0;
}
input.textbox, select, option, textarea {
  font: 11px Arial, Verdana, Helvetica, sans-serif;
  color: #595959;
  border: 1px solid #7f9db9;
  background: #ffffff !important;
}
option {
  border: 0;
}
.required, .error {
  color: #cc0000;
}
.formerror {
  width: 300px;
  margin: 5px 138px;
  color: #cc0000;
  border: 1px solid #cc0000;
  background: #ffeeee;
}
.hidden {
  display: none;
}

/**************************************************************
                          PAGE LAYOUT
**************************************************************/
#outer {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
#container {
  width: 767px;
  margin: 0 auto;
  padding: 3px;
  text-align: left;
  background: #ffffff;
}
#header {
  display: block;
}
#bar_text {
  width: 747px;
  height: 26px;
  margin: 3px 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  color: #ffffff;
  background: url(../../images/bar_background.jpg) repeat-x;
}
#main {
  width: 767px;
  background: url(../../images/content_background.jpg) repeat-y;
}
#left_column {
  float: left;
  width: 180px;
}
#larry {
  display: block;
  margin: 12px 28px 0 28px;
}
ul#menu {
  margin-top: 12px;
}
ul#menu li {
  list-style: none;
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
}
#menu li a {
  display: block;
  width: 175px;
  height: 20px;
  padding: 4px 0 0 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background: url(../../images/btn.jpg) no-repeat;
  background-position: 0 0;
}
#menu li a:hover {
  color: #5b6574;
  background-position: 0 -24px;
}
#content_area {
 float: left;
 width: 577px;
 padding: 5px;
 text-align: left;
}
#footer {
  width: 767px;
  height: 32px;
  margin-top: 3px;
  text-align: center;
  color: #ffffff;
  background: url(../../images/footer_background.jpg) repeat-x;
}
#footer a {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #d3dae2;
}
#footer_info p {
  padding: 3px;
  color: #ffffff;
  font-size: 10px;
}
#footer_info a {
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
}
#footer_info a:hover {
  color: #d3dae2;
}
#seo {
  clear: both;
  width: 160px;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #eeeeee;
  text-align: left;
}

a.quiet2:link, a.quiet2:visited{
  color: #eeeeee;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: text;
}

a.quiet2:hover, a2.quiet:active{
  color: #eeeeee;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: text;
}












#eho, #nar {
  clear: both;
  height: 50px;
  padding: 0 10px 0 65px;
  font-size: 10px;
  font-weight: bold;
  color: #eeeeee;
  text-align: left;
  vertical-align: middle;
}
#eho {
  background: url(../../images/logo_eho.jpg) no-repeat;
}
#nar {
  background: url(../../images/logo_nar.jpg) no-repeat;
}


