body {
  margin:0;
  padding:0;
  background:#D8D396 url(images/pageBg.gif) repeat-x;
}
body,table,input,textarea,button,select {
  font-family:'lucida sans unicode',sans-serif;
  font-size:11px;
}

h1 {
  font-size:15px;
  font-weight:normal;
}
h2 {
  font-size:13px;
  font-weight:bold;
}
h3 {
  font-size:11px;
  font-weight:bold;
}

a {
  text-decoration:none;
  color:#24714F;
}
a:hover {
  text-decoration:underline;
}

table tr td,
table tr th {
  vertical-align:top;
}
#content table tr td,
#content table tr th {
  padding-right:1em;
}

ul {
  margin:0;
  padding:0 0 0 15px;
}
ul li {
  list-style-type:none;
  background:url(images/li.gif) no-repeat 0 4px;
  padding:0 0 0 10px;
}

#container {
  width:800px;
}
#banner div {
  /*background:url(images/title.jpg);*/
  width:600px;
  height:100px;
}
#banner #bannerImage1,
#banner #bannerImage3 {
  float:left;
  width:190px;
  height:100px;
  border:solid #24714f;
  border-width:0 5px;
  background-image:url(/images/bannerImage1.jpg);
}
#banner #bannerImage2 {
  float:left;
  width:200px;
  height:100px;
}
#banner #bannerImage2 img {
  position:absolute;
  display:none;
}
#banner #bannerImage3 {
  background-image:url(/images/bannerImage3.jpg);
}

#leftbar {
  padding:0 0 25px 0;
  background:#E2DFAF url(images/botLeft1.gif) no-repeat 0 100%;
}
.botLeft2 {
  height:10px;
  background:url(images/botLeft2.gif) no-repeat 0 0;
}
#nv {
  margin:0 0 25px 0;
}
#nv a {
  display:block;
  background:#D7D295;
  font-size:13px;
  line-height:18px;
  color:#B21A1A;
  padding:3px 10px 3px 20px;
  border-bottom:solid #EAEBC8 1px;
}
#nv a:hover {
  text-decoration:none;
  background-color:#CDC782;
}
#nv a.a1 {
  background:#BAB35F;
  color:#fff;
}
#nv a.d2 {
  padding-left:35px;
  font-size:11px;
  background-image:url(images/li.gif);
  background-repeat:no-repeat;
  background-position:25px 8px;
}
#main {
  background:#EAEBC8;
  height:100%;
}
#path {
  font-size:10px;
  line-height:16px;
  padding:3px 20px;
  color:#888;
}
#content {
  padding:10px 20px 20px 20px;
  height:100%;
}
#copyright {
  font-size:10px;
  line-height:16px;
  padding:3px 20px;
  background:#BAB35F;
  color:#fff;
}
#copyright a {
  color:#fff;
}

.jiggy {
  margin:0 0 25px 0;
  border-bottom:solid #EAEBC8 1px;
}
.jiggy h4 {
  margin:0;
  padding:3px 10px 3px 20px;
  background:#BAB35F;
  color:#fff;
  font-size:13px;
  line-height:16px;
  font-weight:normal;
  border-bottom:solid #EAEBC8 1px;
}
.jiggy .inner {
  padding:3px 10px 5px 20px;
  background:#D7D295;
}
.jiggy .inner p {
  margin:0;
}