body {
  margin:0;
  padding:0;
  background:#fff;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#555757;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,table,form,fieldset {
  margin:0 0 15px 0;
}
h1 {
  font-size:20px;
  font-weight:normal;
  line-height:22px;
  color:#97BF0D;
}
h2 {
  font-size:16px;
  font-weight:normal;
  line-height:18px;
  color:#97BF0D;
}
h3 {
  font-size:14px;
}
h4,h5,h6 {
  font-size:12px;
}
a {
  text-decoration:none;
  color:#97BF0D;
}
a:hover {
  text-decoration:underline;
}
a.navig {
  color:#424242;
  font-weight:bold;
}
a.navig span {
  font-weight:normal;
  padding-left:14px;
  font-size:11px;
}
a.navig:hover {
  color:#000;
  text-decoration:none;
}
.rarr {
  padding-right:14px;
  background:url(/assets/images/rarr.png) 100% 2px no-repeat;
}
.larr {
  padding-left:14px;
  background:url(/assets/images/larr.png) 0 2px no-repeat;
}

img {
  border:0;
}

table {
  border-spacing:1px;
}
table th {
  vertical-align:bottom;
  text-align:left;
  border-bottom:solid #97BF0D 2px;
  padding:3px;
}
table td {
  vertical-align:top;
  text-align:left;
  border-bottom:solid #ddd 1px;
  padding:3px;
}
table td.right {
  text-align:right;
}

/* 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:990px;
  margin:0 auto;
  background:url(/assets/images/container-shadow.gif);
}
#header {
  height:175px;
  background:url(/assets/images/header-bg.jpg);
  margin:0 15px;
}
#logo {
  display:block;
  float:left;
  width:170px;
  height:145px;
  margin:0 0 0 10px;
}
#cite {
  float:left;
  padding:45px 0 0 90px;
  font-size:22px;
  color:#fff;
  font-style:italic;
}
#cite cite {
  font-size:11px;
}
#main {
  clear:both;
  background:url(/assets/images/main-bg.jpg) 725px 0 no-repeat;
  min-height:480px;
  height: auto !important;
  height: 480px;
}
#leftbar {
  width:180px;
  float:left;
  margin:0 30px 0 15px;
  padding:15px 0 0 0;
}
#fastlinks {
  margin:0 0 10px 20px;
}
#fastlinks a {
  display:block;
  float:left;
  margin:0 10px 5px 0;
}
#search {
  clear:both;
  margin:0 0 15px 20px;
  padding:0;
}
#search fieldset {
  margin:0;
  padding:0;
  border:0;
}
#search fieldset legend {
  display:none;
}
#search label {
  display:none;
}
#search input.text {
  width:120px;
  margin:0 2px 0 0;
}
#search input.button {
  width:22px;
  height:22px;
  vertical-align:bottom;
  border:0;
  padding:0;
}
#nv {
  margin:0 0 15px 0;
}
#nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv ul li {
  margin:0;
  padding:0;
}
#nv ul li a {
  display:block;
  padding:4px 0 4px 20px;
  color:#9C9D9F;
  text-transform:uppercase;
}
#nv ul li a:hover {
  text-decoration:none;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  color:#000;
  background:url(/assets/images/rarr.png) no-repeat 6px 6px;
}
#nv ul ul li a {
  color:#9C9D9F !important;
  text-transform:none;
  background:transparent !important;
  padding:0 0 0 35px;
}
#nv ul ul li.a1 a,
#nv ul ul li.s1 a {
  color:#000 !important;
}

#content {
  width:500px;
  float:left;
  margin:0 60px 0 0;
  padding:15px 0 0 0;
}
#rightbar {
  width:170px;
  float:left;
}
#footer {
  clear:both;
  background:url(/assets/images/footer-bg.jpg);
  height:25px;
}