body {
  margin:0;
  padding:0;
  background:#81c14d;
}
body,table,input,textarea,select,button {
  font-family:"Trebuchet MS", sans-serif;
  font-size:12px;
  color:#000;
  line-height:18px;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 8px 0;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Times New Roman", serif;
  color: #81c14d;
  font-variant: small-caps;
}
h1 {
  font-size:18px;
  line-height:20px;
  font-weight:normal;
}
#header h1{
  display: none;
}
h2 {
  font-size:18px;
  line-height:20px;
}
h3{
  font-size: 16px;
}
h4, h5, h6{
  font-size: 14px;
}
a {
  color:#df0e09;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  border:0;
}
.left{
  float: left;
}
.right{
  float: right;
}
img.left {
  margin:0 15px 10px 0;
  float:left;
}
img.right {
  margin:0 0 10px 15px;
  float:right;
}
.clear{
  clear: both;
}
/* 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%;
}
/**************Master***************/
#container{
  width: 890px;
  margin: 0 auto;
}
/**************Header***************/
#fastlinks{
  float: right;
  margin: 0 20px 0 0;
  line-height: 20px;
  color: #FFF;
  font-size: 11px;
}
#fastlinks a{
  color: #FFF;
}
#header{
  background: url(/assets/images/header.jpg) no-repeat;
  width: 889px;
  height: 180px;
  border-bottom: 10px solid #e00c08;
}
/**************Nav***************/
#nv1{
  width: 630px;
  height: 30px;
  float: right;
  background: #FFF;
  font-family: Times New Roman, serif;
  font-variant: small-caps;
}
#nv1 ul{
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nv1 ul li{
  float: left;
  margin: 0 0 0 20px;
}
#nv1 ul li a{
  font-size: 16px;
  color: #81c14d;
}
#nv1 ul li a:hover{
  text-decoration: none;
  color: #e30b0b;
}
#nv1 ul li.a1 a,
#nv1 ul li.s1 a {
  color: #e30b0b;
}
/**************Content***************/
#content{
  width: 910px;
  margin: 10px 0 0 -20px;
}
* html #content{
  overflow: visible !important;
  position: relative;
  z-Index: 5;
}
