html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #50835d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #464646;
}

h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  color: #549900;
}

h1 {
  font-size: 44px;
}

h2 {
  background: url(/files/styles/31402/leaf.jpg) no-repeat left 3px;
  padding: 10px 0px 0px 40px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #397a32;
}

h3 {
  color: #227722;
  font-weight: bold;
}

p, ul, ol {
  margin-top: 0;
  line-height: 180%;
  text-align: justify;
}
p {
  text-indent: 15px;
}

a {
  color: #4E832F;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Page */

#page {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF url(/files/styles/32299/bg_dark.gif) repeat-y left bottom;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -75px;
}

#page-bgtop {
  width: 920px;
  margin: 0 auto;
  padding: 20px 10px 30px 10px;
}


/** Logo */

#logo {
  width: 980px;
  height: 210px;
  margin: 0px 10px;
  background: url(/files/styles/31402/title.jpg) no-repeat;
}
#logo h1, #logo h2 {
  color: white;
  padding: 10px 10px 0px 570px;
  font-family: georgia, 'serif normal';
}
#logo h1 {
  font-size: 24px;
  padding-top: 24px;
}
#logo h2 {
  font-size: 16px;
  background: none;
}

#flags {
  margin-top: 4px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
}
#help {
  margin-top: 2px;
  float: right;
}
#help span.help_span {
  display: block;
  float: left;
  margin-right: 4px;
}
#help span.help_logout {
  padding-top: 4px;
}
#help .logout-user a {
  font-weight: bold;
  color: #fff;
}
#help .logout-link {
  color: #ddd;
}
#help .logout-link a {
  color: #eee;
  font-weight: bold;
}
#flags img, #help img {
  display: block;
}

#logobanner {
  text-align: center;
  padding-top: 15px;
}
#logobanner img {
  border: 1px solid green;
}

/* Content */

#content {
  float: left;
  width: 666px;
  margin-bottom: 30px;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 230px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#sidebar li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 15px;
  border-bottom: 1px solid #E0E0E0;
  background: url(/files/styles/31402/menulist.jpg) no-repeat left 4px;
}

#sidebar li a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

#sidebar li a:hover {
  color: #64BC31;
  text-decoration: underline;
}

/* Footer */

#footer, #push {
  height: 30px;
}

#footer {
  width: 980px;
  margin: 0px auto;
  border-top: 0px solid #E0E0E0;
  padding: 25px 0px 0px 0px;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: black;
  color: white;
  background: #154b23 url(/files/styles/32299/bg_footer6.gif);
}

#footer a {
}
