body { 
  font-family: arial;
  font-size: 12px;
}
#navigation-menu li {
  float: left;
  font-size: 12px;
  padding: 0px 3px 0px 3px;
}
#navigation-menu li a {
  text-decoration: none;
  font-weight: bold;
}
#content p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
#content ol, 
#content ul {
  list-style: disc;
  margin-left: 1.5em;
}
#content a { line-height: 1.5em; }

#content h2 {
  font-weight: bold;
  font-size: 1.45em;
  text-transform: capitalize;
  line-height: 1.25em;
  margin-bottom: .6em;
}

#content h3 {
  font-weight: bold;
  font-size: 1.15em;
  text-transform: capitalize;
  line-height: 1.05em;
  margin-bottom: .2em;
}


#nav li.menu-item { margin-left: 0px;}
#nav li.menu-item a {
  text-decoration: none;
  font-weight: bold;
}
ul#nav, ol#nav {
  list-style: none;
  margin-left: 0;
}
body#sub #area1 {
  float: left;
}

body#home #content #area1,
body#home #content #area3 {
  float: left;
}
body#home #content #area2 {
  float: left;
}
#footer {
  font-size: 11px;
}
#footer .copyright {
  float: left;
}
#footer .powered-by {
  float: right;
  text-indent: -15000px;
}
#footer .powered-by a {
  outline: none;
}
strong {font-weight: bold;}
em {font-style: italic; }
.align-right {
  float: right;
}
.align-left {
  float: left;
}

#content ul, #content ol {
  margin-bottom: 1.5em;
}
#content ul li {
  margin-left: 1.5em;
  line-height: 1.5em;
}
#footer address {
  display: block;
  float: left;
  width: 50%;
  clear: left;
  margin-top: 1em;
}