html {
  font-size:62.5%;
}
body {
  margin:30px 0 10px 0;
  padding:0;
  background:#C0C7D6;
  color:#002F57;
  font-size:12px;
  font-family:arial,sans-serif;
  line-height:1.3em;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,table {
  margin:0 0 1em 0;
}
h1 {
  font-size:1.2em;
}
h2 {
  font-size:1.2em;
}
h3 {
  font-size:1.01em;
}
h4 {
  font-size:1.01em;
  color:#555;
}
h5,h6 {
  font-size:1em;
}


a {
  color:#52A8F2;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
ul {
  padding:0;
  list-style-type:none;
  line-height:1.5em;
}
ul li {
  padding:0 0 0 12px;
  background:url(/assets/images/li.gif) no-repeat 0 6px;
}
ol {
  line-height:1.5em;
}
img {
  border:0;
}
/* 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 {
  width:900px;
  margin:0 auto;
}
#header {
  height:100px;
  background:#E4E7EE url(/assets/images/header.gif);
}
#header * {
  display:none;
}
#nv1 {
  height:50px;
  background:#002F57;
  color:#fff;
  padding:0 10px 0 20px;
}
#nv1 ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
#nv1 ul li {
  margin:0;
  padding:0;
  float:left;
  line-height:50px;
  background:none;
  border-right:solid #002F57 1px;
}
#nv1 ul li a {
  display:block;
  height:50px;
  float:left;
  padding:0 5px;
  color:#fff;
  text-decoration:none;
}
#nv1 ul li a:hover {
  background:url(/assets/images/nv1a1.gif);
}
#nv1 ul li.a1,
#nv1 ul li.s1 {
  background:url(/assets/images/nv1a1.gif);
}

#main {
  background:#fff;
  padding:40px 0;
  background:#fff url(/assets/images/contentBg.jpg) no-repeat 0 100%;
  min-height:300px;
}
#main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#leftbar {
  float:left;
  width:199px;
  border-right:solid #002F57 1px;
}
#nv2 {
  margin:0 0 1em 38px;
  padding:0;
  /*list-style-position:inside;*/
  line-height:1.8em;
}
#nv2 li {
  padding:0 0 0 0;
}
#nv2 a {
  color:#002F57;
}
#nv2 li:hover,
#nv2 li:hover a {
  color:#52A8F2;
  text-decoration:none;
}
#nv2 li.a1 {
  color:#52A8F2;
  /*background:url(/assets/images/nv2a1.gif) no-repeat 0 50%;*/
}
#nv2 li.a1 a {
  color:#52A8F2;
}
#content {
  width:640px;
  float:left;
  border-left:solid #002F57 1px;
  margin:0 0 0 -1px;
  padding:0 40px 0 20px;
}
#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#footer {
  background:#949EB6;
  color:#fff;
  border-bottom:solid #E4E7EE 10px;
  font-size:.84em;
  line-height:1.7em;
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer a {
  color:#fff;
}
#fastlinks {
  width:199px;
  float:left;
  border-right:solid #e4e7ee 1px;
  text-align:center;
}
#copyright {
  float:left;
  padding:0 0 0 20px;
}