body
{
  margin:           0px 0px 20px 0px;
}

a
{
}

a:link
{
  color:            #972B2D;
}

a:visited
{
  color:            #36516B;
}

a:active
{
  color:            #002A66;
}

a:hover
{
  color:            #5B6581;
}

h1, h2, h3
{
  margin:           0px;
  padding:          0px;
  font-weight:      normal;
}

.mainimageback
{
  background-color:       #BEC99F;
  background-image:       url("/images/dragonfly_mainback.jpg");
  background-attachment:  fixed;
  background-repeat:      no-repeat;
}

.contentimageback
{
  background-color:       #FFFFFF;
  background-image:       url("/images/dragonfly_contentback.jpg");
  background-attachment:  fixed;
  background-repeat:      no-repeat;
}

#banner
{
  background-color:       #C5D694;
  background-image:       url("/images/dragonfly_bannerback_01.jpg");
  background-attachment:  fixed;
  background-repeat:      no-repeat;
  border-bottom:          1px solid black;
  color:                  #444444;
}

#banner h1
{
}

#banner a.title
{
  color:            #972B2D;
}

#banner h2
{
  font-size:        small;
}

#banner h3
{
  font-size:    x-small;
  text-align:   right;
  margin:       0px 0px 0px 0px;
  padding:      0px 0px 0px 0px;
  position:     absolute;
  right:        5px;
  top:          5px;
}

#banner a
{
  color:        #999999;
  text-decoration: none;
}

#banner a:hover
{
  color:        #4477aa;
}

