@charset "utf-8";
      /* CSS Document */

<!--[if gt IE 5]>
<![endif]-->

      /* You can set styles for basic HTML tags, such as <body> or <p>.  This means anything between the body tages gets this style. */
body {
	color: #000; 
	background-color: #fff;
}
html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #666666;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 760px;
}
#header {
      /* Normally we wouldnt worry about setting height and just let it fit to the height of our picture, but since theres nothing there this gives it the block appearance */
	height: 65px;
    background: url(../images/dragonfly_p.gif);
 	background-color: #666666;
}
#navBAR {
	  /* Normally we wouldnt worry about setting height and just let it fit to the height of our picture, but since theres nothing there this gives it the block appearance */
	height: 65px;
	background-color: #666666;
	z-index: 1;
}
#topmenu a img {
	border: none;
        padding: 0;
        margin: 0;
}
.style1 {
	font-size: 36px;
	color: #333333;
}
body {
	background-color: #666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #b7b7b7;
	background-color: #6f6f6f;
	color: #999999;
	text-decoration: none;
}
#column1 {
	width: 15%;
    height: 65px;
    background-color: #666666;
    text-align: left;
    float: left;
}
#column2 {
	  /* Normally we wouldnt worry about setting height and just let it fit to the height of our picture, but since theres nothing there this gives it the block appearance */
	width: 100% 
	height: 85px;
	background-color: #666666;
	z-index: 1;
}
#column3 {
	width: 45%;
    background-color: #666666;
    text-align: left;
    float: left;
}
#column4 {
	width: 55%;
    background-color: #666666;
    text-align: left;
    float: left;
}
#slideshow {
    width: 760px;
    height: 425px;
    background-color: #666666;
    text-align: center;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.style2 {font-size: small
}
.style4 {
	font-size: x-small;
	color: #999999;
}
.style8 {
	font-size: 24px;
	color: #9cbfc7;
}
.style9 {color: #666666
}
.style10 {color: #333333
}
.style11 {font-size: x-small
}
.style12 {
	font-size: 17px;
	color: #9cbfc7;
}
img.x
{
z-index: -1
}