body
{
  margin:0px;
  padding:0px;
  background-color:#231F20;
  background-image:url('images/bg.jpg');
  background-attachment: fixed;
  background-repeat:repeat-x;
  font-size:12px;
  color:#fff;
  font-family:arial;
}
.img1
{
  background-image:url('images/logo.gif');
  width:375px;
  height:171px;
  background-repeat:no-repeat;
}
.img2
{
  background-image:url('images/fireworks.gif');
  width:625px;
  height:171px;
  background-repeat:no-repeat;
}
.navleft
{
  /*background-image:url('images/left_nav.gif');*/
  width:91px;
  height:39px;
}
.navMain
{
  background-image:url('images/main_nav.gif');
  width:820px;
  height:39px;
  font-size:15px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  background-repeat:no-repeat;
}
.navDiv
{
  font-size:15px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  margin-bottom:10px;
  cursor:default;
}
.navright
{
  /*background-image:url('images/right_nav.gif');*/
  width:89px;
  height:39px;
}
.content
{
  /*background-image:url('images/content.gif');*/
  width:1000px;
  height:auto;
}
.contentText
{
  padding:20px 120px 20px 120px;
  font-size:11px;
  color:#fff;
  text-align:left;
}
.footer
{
  background-image:url('images/footer.gif');
  width:1000px;
  height:91px;
  font-size:11px;
  color:#fff;
  text-align:center;
}
.spacer1
{
  background-image:url('images/spacer.gif');
  width:91px;
  height:1px;
}
.spacer2
{
  background-image:url('images/spacer.gif');
  width:284px;
  height:1px;
}
.spacer3
{
  background-image:url('images/spacer.gif');
  width:536px;
  height:1px;
}
.spacer4
{
  background-image:url('images/spacer.gif');
  width:89px;
  height:1px;
}
h2
{
  font-size:16px;
}
.contentFlash
{
  float:left;
  padding-right:10px;
}
a.nav:link{cursor:hand;color:#fff;text-decoration:none}
a.nav:visited{cursor:hand;color:#fff;text-decoration:none}
a.nav:hover{cursor:hand;color:#fff;text-decoration:underline}
a.nav:active{cursor:hand;color:#fff;text-decoration:underline}

a.footernav:link{cursor:hand;color:#fff;text-decoration:none}
a.footernav:visited{cursor:hand;color:#fff;text-decoration:none}
a.footernav:hover{cursor:hand;color:#fff;text-decoration:underline}
a.footernav:active{cursor:hand;color:#fff;text-decoration:underline}

a:link{cursor:hand;color:#fff;text-decoration:none}
a:visited{cursor:hand;color:#fff;text-decoration:none}
a:hover{cursor:hand;color:#fff;text-decoration:underline}
a:active{cursor:hand;color:#fff;text-decoration:underline}