html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 10pt;
  cursor: default;
}
div {
  padding: 0;
  margin: 0;
}
#top {
  background: black url(images/global/logotop.png) repeat-x top;
  height: 95px;
}
h1 {
  color: #448f82;
}
#top ul {
  position: absolute;
  left: 0;
  margin: 45px 0 0 0px;
  padding: 0;
  list-style-type: none;
}
#top b {
  color: #448f82;
}
#top li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 3px;
  display: inline;
}
#top a {
  text-decoration: none;
  color: white !important;
  border-bottom: solid black 1px;
}
#footer a {
  text-decoration: none;
  border-bottom: solid black 1px;
  color: #29AD17;
}
#top a:hover {
  color: #658882 !important;
  border-bottom: solid #658882 1px;
}
#footer a:hover {
  color: #29AD17;
  border-bottom: solid #658882 1px; 
}
#top a.loginlink {
  color: yellow !important;
  font-weight: bold;
}
#top a.loginlink:hover {
  color: yellow !important;
  border-bottom: solid yellow 1px;
}
#top a.f:hover {
  border-bottom: solid black 1px;
}
#pagewrapper {
  background: #eaf1ef/* url(images/global/bg.2.png) repeat-x top*/;
  background: #fff;  
}
#page {
  background: #eaf1ef;
  background: #fff;
  min-height: 100%;
  position: relative;
}
* html #page {
  height: 100%;
}
#content {
  margin: auto;
  padding-bottom: 30px;
  padding-top: 10px;
  margin: 0px;
  margin-left: 16%;
  width:66%!important;
  /* width: 750px; */
}
#left {
    float: left;
    width: 15%!important;
    margin-top: 10px;
    margin-left: 5px;
}
#right {
    float: right;
    width: 15%!important;
    margin-top: 10px;
    margin-right: 5px;
}
#footer {
  background: black url(images/global/footer.png) repeat-x top;
  height: 100px;
  position: relative;
  padding-top: 10px;
  text-align: center;
  color: white;
  clear: both;
}
p {
  margin: 0 0 10px 0;
  text-align: justify;
}
#breadcrumb {
  padding: 0;
  margin: 10px 0;

}
#breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#breadcrumb ul li {
  margin: 0 3px 0 0;
  display: inline;
}
a {
  color: #577873;
}
a:hover {
  color: #95b5b0;
}
.box {
    background-color: #E3E3E3;
    padding: 5px;
}
.leftmenu {
    font-size: 18px;
    line-height: 180%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.leftmenu a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 180%;
}
.leftmenu a:hover {
    text-decoration: underline;
}
.rightmenu {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.rightmenu a {
    color: #000000;
    text-decoration: none;
}
.rightmenu a:hover {
    text-decoration: underline;    
}
dt {
  margin-top: 20px;
  border: solid #3C5655 1px;
  padding: 10px;
  font-weight: bold;
  font-style: italic;
  background: #3C5655;
  color: #EAF1EF;
}
dd {
  padding: 5px;
  border: solid #3C5655 1px;
  border-top: none;
  margin-left: 0;
  padding-left: 20px;
}
p {
  margin: 0;
  padding: 10px 0 !important;
}
ul {
  margin: 0 0 0 20px;
  padding: 5px 5px 5px 20px;
}
