body {
  margin:0;
  padding:0;
  background:#B9BABB;
}
body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:12px;
  line-height:1.4em;
  color:#000;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,table,form {
  margin:0 0 .8em 0;
}
h1 {
  font-size:24px;
  line-height:30px;
  color:#1B3483;
  font-weight:normal;
  font-style:italic;
}
h2 {
  font-size:18px;
  line-height:24px;
  color:#1B3483;
  font-weight:normal;
}
h3,h4,h5,h6 {
  font-size:12px;
  color:#1B3483;
}

a {
  color:#9E121B;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a.button {
  border:solid #fff 1px;
  display:block;
  padding:15px 10px;
  background:#0562a5 url(/assets/images/button-big-bg.jpg) 50% 0;
  font-size:14px;
  color:#fff;
}

img {
  border:0;
}
img.left {
  float:left;
  margin:0 10px 5px 0;
}
img.right {
  float:right;
  margin:0 0 5px 10px;
}

table {
  border-spacing:0;
}
table th {
  padding:3px;
  text-align:left;
  vertical-align:bottom;
  border-bottom:solid #8BA1C9 1px;
}
table td {
  padding:3px;
  text-align:left;
  vertical-align:top;
  background:#daecf8;
  border-bottom:solid #EBF4FB 1px;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#container-shadow-1 {
  width:1010px;
  margin:0 auto;
  background:url(/assets/images/container-shadow-middle.gif) repeat-y 0 0;
}
#container-shadow-2 {
  width:1010px;
  background:url(/assets/images/container-shadow-top.gif) no-repeat;
}
#container-shadow-3 {
  width:960px;
  padding:25px;
  background:url(/assets/images/container-shadow-bottom.gif) no-repeat 0 100%;
}
#container {
  width:960px;
  background:#fff;
}

#header {
  padding:8px 0 0 0;
}
#header .image {
  background:#ccc 8px 0 no-repeat;
}
#header .middle {
  background:url(/assets/images/header-middle.gif) repeat-y;
}
#header .bottom {
  height:373px;
  background:url(/assets/images/header-bottom.png) 0 100% no-repeat;
}
#header #logo {
  display:block;
  width:154px;
  margin:0 0 0 740px;
}
#header img {

}

#main {
  margin:0 8px 8px 8px;
  background:#D5E9F7;
}
#leftbar {
  width:190px;
  float:left;
  padding:0 40px 0 20px;
}

#nv {
  margin:0 0 25px 0;
  line-height:24px;
}
#nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv ul li {
  margin:0;
  padding:0;
  border-bottom:dotted #ebf4fb 1px;
}
#nv ul li a {
  display:block;
  color:#1B3483;
  padding:0 5px 0 15px;
}
#nv ul li a:hover {
  text-decoration:none;
  background:#daecf8 url(/assets/images/rarr.gif) no-repeat 6px 50%;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  font-weight:bold;
  background:#daecf8 url(/assets/images/rarr.gif) no-repeat 6px 50%;
}
#nv ul ul {
  font-size:11px;
}
#nv ul ul li {
  border:0;
  background:url(/assets/images/nv-d2.gif) no-repeat 21px 50%;
}
#nv ul ul li a {
  font-weight:normal !important;
  background:none !important;
  padding-left:30px;
}
#nv ul ul li.a1 a,
#nv ul ul li.s1 a {
  font-weight:bold !important;
}

#content {
  width:650px;
  float:left;
  padding:0 44px 0 0;
  min-height:300px;
}

#footer {
  clear:both;
  height:23px;
  background:url(/assets/images/footer-bg.png) no-repeat;
  font-size:10px;
  padding:21px 20px 0 0;
  text-align:right;
  color:#d8a0a4;
}
#footer a {
  color:#d8a0a4;
}
