/* Base Styles */

html
{
  height: 100%;
  margin-bottom: 1px;
}

body
{
  padding: 0px;
  height: 100%;
  margin: 0 auto;
  color: #555555;
  font-size: 13px;
  margin-bottom: 1px;
  font-family: Arial, Helvetica, sans-serif;
  /*background: url('images/body-bg-header.jpg') repeat-x scroll top center;*/
  /*background: #e8f7f5 url('images/body-bg.jpg') repeat-x scroll top center;*/
}

body.admin-menu
{
  background-position: center 20px;
}

a,
a:visited,
a:active
{
  color: #009E58;
  /**font-weight: bold;**/
  text-decoration: none;
}

a:hover
{
  color: #666666;
  text-decoration: none;
}

p
{
  padding: 5px 0;
  margin: 0 0 10px 0;
  line-height: 1.5em;
}

ul
{
  padding: 10px 0px 10px 20px;
}