body {
  margin:0;
  padding:0;
  background:#002d70 url(/assets/images/body-bg.jpg) fixed no-repeat 50% 0;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  color:#000;
  line-height:1.3em;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 .8em 0;
}


h1 {
  font-size:18px;
  font-weight:normal;
  color:#002569;
}
h2 {
  font-size:14px;
  font-weight:normal;
  color:#D91616;
}

a {
  color:#D91616;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

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:820px;
  margin:0 auto;
}
#logo {
  height:75px;
  float:left;
}
#logo img {
  margin:20px 0 0 27px;
}
#fastlinks {
  float:right;
  padding:45px 27px 0 0 ;
  width:100px;
  text-align:right;
}
#fastlinks a {
  margin:0 0 0 10px;
}

#header {
  clear:both;
  height:219px;
  padding:22px 17px 7px 17px;
  background: url(/assets/images/header-bg.png) no-repeat;
}
#header-2 {
  height:199px;
  padding:10px;
  background:no-repeat 100% 0;
}
#nv1 {
  margin:0;
  padding:0;
  list-style-type:none;
  line-height:25px;
  width:170px;
}
#nv1 li {
  margin:0;
  padding:0;
  border-bottom:dashed #000 1px;
}
#nv1 li a {
  color:#000;
}
#nv1 li a:hover {
  text-decoration:none;
}
#nv1 li.a1 a,
#nv1 li.s1 a{
  font-weight:bold;
  color:#D91616;
}

#left {
  float:left;
  width:630px;
}
#nv2 {
  line-height:20px;
  height:25px;
  background:url(/assets/images/nv2-bg.png);
  font-size:11px;
}
#nv2 ul {
  margin:0;
  padding:0 0 0 27px;
  list-style-type:none;
}
#nv2 li {
  float:left;
  margin:0 10px 0 0;
}
#nv2 li a {
  color:#fff;
}
#nv2 li a:hover {
  text-decoration:none;
}
#nv2 li.a1 a,
#nv2 li.s1 a {
  font-weight:bold;
}

#content {
  background:url(/assets/images/content-top.png);
  padding:22px 27px 0 27px;
  margin:5px 0 0 0;
  min-height:250px;
}
#content-bottom {
  background:url(/assets/images/content-bottom.png) no-repeat 0 0;
  height:22px;
}

#rightbar {
  float:left;
  width:190px;
}

.jiggy-top h4.title,
.jiggy h4.title {
  height:30px;
  line-height:25px;
  color:#fff;
  margin:0;
  padding:0 10px 0 4px;
  text-align:center;
  background:url(/assets/images/jiggy-top-2.png) no-repeat;
  font-size:11px;
}
.jiggy-top h4.title {
  background:url(/assets/images/jiggy-top.png) no-repeat;
}
.jiggy h4.title {
  height:35px;
  line-height:35px;
}
.jiggy-top .content,
.jiggy .content {
  background:url(/assets/images/jiggy-middle.png);
  min-height:120px;
  padding:5px 15px 0 9px;
  font-size:11px;
}
.jiggy-top .jiggy-bottom,
.jiggy .jiggy-bottom {
  height:15px;
  background:url(/assets/images/jiggy-bottom.png);
}

#footer {
  clear:both;
  color:#fff;
  padding:5px 0 10px 10px;
  font-size:11px;
}
#footer a {
  color:#fff;
}
