html {
  height: 100%;
}

body {
  background-color: #f5f6f8;
  color: #333;
  height: 100%;
}

#body {
  height: 100%;
}

body, p, th, td, input, select, textarea, p, li {
  font: 12px/12px Arial, sans-serif;
  color: #333;
}

form, ul {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
}

#main {
  background: url(/images/main-bg.jpg) repeat-x top;
}

#top {
  background: #fff url(/images/content-bg.jpg) repeat-x top;
}

#content {
  border-right: 1px solid #dddfe3;
  padding: 10px;
  
}

#content p, #content div, #content td {
  line-height: 16px;
}

#content p {
  margin-bottom: 20px;
}

#content ul {
  list-style-image: url(/images/li.gif);
  margin-left: 25px;

}

#content ul li {
  list-style-image: url(/images/li.gif);
  margin-bottom: 10px;
  line-height: 14px;
}

#footer {
  background: url(/images/footer-bg.jpg) repeat-x top;
  font-family:Tahoma;
  font-size: 11px;
  color: #fff;
}

#footer a, #footer td {
  font-family:Tahoma;
  font-size: 11px;
  color: #fff;
}

#menu-left {
  border-left: 1px solid #dddfe3;
  border-right: 1px dashed #dddfe3;
  padding: 10px 5px;
}

#menu {
  width: 182px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  position: relative;
}

#menu a {
  font: bold 11px/23px Tahoma, sans-serif;
  background: url(/images/menu-off.gif) no-repeat;
  padding-left: 25px;
  margin-bottom: 3px;
  display: block;
  width: 182px;
  height: 23px;
  color: #465466;
  text-decoration: none;
}

#menu a:hover {
  background: url(/images/menu-on.gif) no-repeat;
  color: #fff;
}

#menu a.big {
  font: bold 11px/16px Tahoma, sans-serif;
  background: url(/images/menu-big-off.gif) no-repeat;
  height: 33px;
}

#menu a.big:hover {
  background: url(/images/menu-big-on.gif) no-repeat;
  color: #fff;
}

#menu li li a {
  background: url(/images/menu-on.gif) no-repeat;
  color: #fff;
  margin-bottom:1px;
}

#menu li li a:hover {
  background: url(/images/menu-off.gif) no-repeat;
  color: #465466;
}

#menu li li a.big {
  background: url(/images/menu-big-on.gif) no-repeat;
  color: #fff;
}

#menu li li a.big:hover {
  background: url(/images/menu-big-off.gif) no-repeat;
  color: #465466;
}

#menu ul ul {
  position: absolute;
  top: 0;
  left: 185px;
  width: 100%;
}

div#menu ul ul, div#menu li:hover ul ul {
  display: none;
}

div#menu li:hover ul, div#menu li:hover li:hover ul {
  display: block;
}

#list {
  margin: 0;
  padding: 0;
  list-style-image: url(/images/li.jpg);
}

#list li {
  margin-left: -10px;
}

#list a {
  text-decoration: none;
}

#list a:hover {
  text-decoration: underline;
}

h2 {
  font: bold 19px Arial, sans-serif;
  color: #f00;
  width: 100%;
  margin: 10px 0px 0px 0px;
  display: block;
  border-bottom: 1px solid #ccd2dd;
}

h3 {
  font: bold 14px Arial, sans-serif;
  background: url(/images/red.jpg) no-repeat;
  background-position: 0px 4px;
  padding-left: 10px;
  color: #f00;
  margin: 0;
  margin-bottom: 5px;
}
h4 {
  line-height:19px;
}

.border { 
  color: #ccc;
  border: 1px solid #ccc;
  padding: 6px;
}

