body {
  margin:0 0 0 0;
  padding:0;
  background:#E4ECEB url(/assets/images/body-bg.gif) repeat-x;
}

body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:11px;
  color:#434343;
  line-height:16px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,form,fieldset,table {
  margin:0 0 12px 0;
}
h1 {
  color:#007573;
  font-size:16px;
  font-weight:normal;
}
h2 {
  color:#000;
  font-size:12px;
  font-weight:bold;
}
h3 {
  color:#007573;
  font-size:12px;
  font-weight:bold;
}
h4,h5,h6 {
  color:#000;
  font-size:12px;
  font-weight:bold;
}
a {
  color:#007573;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  border:0;
}
ul {
  margin:0 0 16px 2px;
  padding:0;
  list-style-image:url(/assets/images/li.gif);
}
ul li {
  margin:0 0 0 20px;
  padding:0;
}
table {
  border-spacing:1px;
}
table th {
  vertical-align:bottom;
  text-align:left;
  border-bottom:solid #037575 1px;
  padding:3px;
}
table td {
  vertical-align:top;
  text-align:left;
  padding:3px;
  background:#f6f9f8;
}
hr {
  background:transparent;
  color:#fff;
  height:1px;
  border:0;
  border-bottom:dotted #007573 1px;
}

#fastlinks {
  height:25px;
  line-height:25px;
  text-align:right;
  padding:0 10px;
  font-size:10px;
}
#fastlinks a {
  color:#6F6F6F;
}
#fastlinks a:hover {
  color:#007573;
  text-decoration:none;
}
#fastlinks a img {
  vertical-align:middle;
}

#container {
  width:980px;
  margin:0 auto 20px auto;
  background:#fff;
}
#header {
  height:212px;
  background:url(/assets/images/header-bg.gif);
}
#header #logo {
  float:left;
  margin:11px 0 0 21px;
}
#header #header-image {
  float:right;
  width:560px;
  height:152px;
  margin:0 10px 0 0;
  background:url(/assets/images/header-image.jpg);
}
#header #header-jiggy {
  float:left;
  width:230px;
  height:120px;
  margin:10px 0 0 10px;
}
#header #nv1 {
  float:right;
  width:720px;
  height:60px;
  margin:0 10px 0 10px;
  font-size:12px;
  line-height:20px;
}
#nv1 ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
}
#nv1 ul li {
  float:left;
  margin:0;
  padding:0;
  height:20px;
  line-height:20px;
}
#nv1 ul li a {
  color:#fff;
  display:block;
  padding:0 10px;
}
#nv1 ul li a:hover {
  background:#E0EEEE;
  color:#000;
  text-decoration:none;
}
#nv1 ul li.a1 a,
#nv1 ul li.s1 a {
  background:#E0EEEE;
  color:#007573;
  border-bottom:solid #B9DEDE 40px;
}
#main {
  clear:both;
  background:url(/assets/images/main-bg.gif) repeat-y;
}
#leftbar {
  width:230px;
  float:left;
  margin:20px 20px 0 10px;
}
#nv2 {
  margin:0 0 20px 0;
  line-height:20px;
  text-align:right;
  font-size:12px;
}
#nv2 ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
}
#nv2 ul li {
  margin:0;
  padding:0;
}
#nv2 ul li a {
  color:#6F6F6F;
  display:block;
  padding:0 10px;
}
#nv2 ul li a:hover {
  color:#6F6F6F;
  background:#eee;
  text-decoration:none;
}
#nv2 ul li.a1 a,
#nv2 ul li.s1 a {
  background:#B9DEDE;
  color:#007573;
}
#content {
  margin:20px 0 0 0;
  width:700px;
  min-height:300px;
  float:left;
}
#footer {
  clear:both;
  font-size:10px;
  background:url(/assets/images/footer-bg.gif) 0 100% no-repeat;
  padding:20px 260px 5px 260px;
  color:#757575;
}
#footer p {
  border-top:dotted #007573 1px;
  padding:5px 0 0 0;
}
#footer a {
  color:#757575;
}
#footer a:hover {
  color:#007573;
  text-decoration:none;
}