html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font: 76% arial, sans-serif;
	text-align: left;
	background: #F2F8FC;
}
#navigation {
  width: 223px;
}
#menu-wrapper-wrapper {
  padding-bottom: 6px;
  background-image: url('images/menu-bg-footer.jpg'); 
  background-repeat: no-repeat; 
  background-position: bottom left;
  margin-top: 0px;
  padding-top: 0px;
}
#menu-wrapper {
  background-image: url('images/menu-bg-2.jpg'); 
  background-repeat: repeat-y; 
  margin-top: 0px;
  padding-top: 0px;
}
#menu {
  background-image: url('images/menu-bg.jpg');
  background-repeat: no-repeat;
  background-position: top;
  height: 248px;
  margin-top: 0px;
  padding-top: 0px;
}
#text-header {
  font-family: georgia;
  background-image: url('images/text-header-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 32px;
  padding-left: 20px;
  padding-top: 30px;
  color: #ECF4FA;
  height: 65px;
}
#text {
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 50px;
  color: #3D3C3C;
  line-height: 1.4em;
}
#menu ul {
  list-style-type: none;
  padding-left: 20px;
  margin-left: 0px;
  padding-top: 20px;
}
#menu ul li {
  padding-left: 0px;
  margin: 0px;
}

#menu ul li ul li {
  padding-left: 0px;
  margin: 0px;
}

#menu ul li a {
  background-image: url('images/menu-line.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 10px;
  padding-bottom: 12px;
  display: block;
  width: 90%;
  color: #494949;
  text-decoration: none;
}
#menu ul li a:hover {
  color: #294393;
}
#menu ul li a span {
  background-image: url('images/bullet.gif');
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
  font-family: tahoma;
}

#menu ul li ul {
  list-style-type: none;
  padding-left: 20px;
  margin-left: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
}

#menu ul li ul li a {
  background-image: none;
  padding: 0px;
  padding-top: 3px;
  padding-left: 0px;
  margin-left: 0px;
  display: block;
  color: #494949;
  text-decoration: none;
}
#menu ul li ul li a:hover {
  color: #294393;
}
#menu ul li ul li a span {
  background-image: none;
  padding-left: 30px;
  font-family: tahoma;
  font-size: 0.9em;
}
#active {
  font-weight: bold;
}
#wrap {
  min-height:98%;
}
#footer {
  padding: 20px;
  background: #fff;
  color: #9C9E9F;
  text-align: center;
}

#topnav a {
  color: #9B9B9B;
  text-decoration: none;
  font-family: tahoma;
  padding-right: 5px;
}

