html {
  margin: 0 0 0 -1px;
  padding: 0;
  background: #e5ecf3 none repeat scroll 0% 50%;
}
body {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
body {
  color: #656565;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
p {
  letter-spacing: normal;
  line-height: 20px;
}
h1 {
  margin: 15px 0 10px;
  color: #1b5790;
  font-size: 24px;
  clear: both;
}
h2 {
  margin: 20px 0 10px;
  color: #78a8c0;
  font-size: 18px;
  clear: both;
}
h3 {
  margin: 20px 0 5px;
  color: #2195dd;
  font-size: 16px;
  clear: both;
}
a:link, a:visited {
  color: #1b5790;
  text-decoration: none;
}
a:hover {
  color: #29a294;
  text-decoration: underline;
}
#wrapper {
  margin: 0 auto;
  background: transparent url(images/css/page-vbg.jpg) repeat-y scroll 50% 0px;
  width: 100%;
  min-height: 600px;
}
body {
  background-color: #e5ecf3;
}
#wrapper {
  border-top: 1px solid #ffffff;
}
#bg {
  margin: 0 auto;
  padding: 0;
  background: transparent url(images/css/hat.jpg) no-repeat scroll center top;
}
#header {
  margin: 0 auto;
  min-height: 25px;
  height: 25px;
  width: 800px;
}
#page {
  background: transparent url(images/css/page-bg.jpg) no-repeat scroll center top;
  min-height: 780px;
}
#topTitle {
  height: 70px;
  min-height: 70px;
}
#container {
  margin: 0 auto;
  width: 800px;
}
#banner {
  margin: 0 auto;
  height: 190px;
  width: 100%;
}
#nav1 {
  margin: 0 auto;
  height: 20px;
  text-align: center;
}
#nav1 ul {
  margin: 0 auto;
  padding: 0;
  display: table;
  list-style-type: none;
  position: relative;
  height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial,sans-serif;
}
#nav1 ul li {
  border-left: 1px solid #3b70b9;
  margin: 0;
  padding: 0;
  background: transparent url(images/css/hmenu.jpg) repeat-x scroll left top;
  display: block;
  float: left;
}
#nav1 ul li a {
  padding: 0px 50px;
  display: block;
  float: left;
  color: #ffffff;
  text-decoration: none;
  line-height: 20px;
  font-weight: bold;
}
#nav1 ul li a:hover, #nav1 li#current a {
  background: transparent url(images/css/hmenu-sel.jpg) repeat-x scroll left top;
  color: #20abd6;
}
#content {
  margin: 0 auto;
  width: 790px;
  text-align: left;
  min-height: 425px;
}
#content p {
  text-align: justify;
}
#footerWrapper {
  margin: 0 auto;
  padding: 0;
  background: transparent url(images/css/footerWrapper-bg.jpg) no-repeat scroll center top;
  height: 150px;
}
#footer {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  height: 70px;
}
#footer {
  color: #999999;
  text-align: center;
}
#footer a:link, #footer a:visited {
  color: #666666;
}
#footer a:hover {
  color: #cc9999;
  text-decoration: none;
}
#right {
  padding: 10px 20px 20px;
  width: 200px;
  float: left;
}
#center {
  padding: 10px 20px 20px;
  width: 510px;
  float: left;
}
#content p {
  margin-top: 10px;
  text-align: justify;
}
#sidebar ul.vmenu {
  border-top: 1px solid #e5ecf3;
  margin: 7px 0px 8px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
  text-decoration: none;
}
#sidebar ul.vmenu li {
  border-bottom: 1px solid #e5ecf3;
  margin: 0 2px;
  padding: 4px 0 4px 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar ul.vmenu li a {
  text-decoration: none;
  color: #2887a2;
}
#sidebar ul.vmenu li a:hover {
  color: #90b557;
}
#sidebar ul.vmenu ul {
  margin: 0 0 0 5px;
  padding: 0;
}
#sidebar ul.vmenu ul li {
  border:  none;
}
a img {
  border:  none;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}