@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D00FFE;
	font-size: 62.5%;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	background-image: url(../images/bg_butterflies.jpg);
	background-repeat: repeat;
}
.bullet {
	list-style-type: square;
}

ul { list-style: none inside; }
a { outline: none; }
a img { border: none; }

#container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 2px solid #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1.2em;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.0em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 0.9em;
	color: #999999;
}

#header  {
	background-color: #FFFFFF;
	height: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

#navigation  {
	background-color: #D00FFE;
	color: #ACFF69;
	height: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 1.5em;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation    ul   {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation  ul  li  {
	display: inline;
}

#navigation   ul   li   a  {
	height: 21px;
	text-decoration: none;
	color: #ACFF69;
	padding: 5px;
	font-weight: bold;
}

#navigation  ul  li  a:hover  {
	background-color: #ACFF69;
	color: #D00FFE;
}

#navigation  ul  li  a:link  #navigation  ul  li  a:visited  {
	color: #ACFF69;
}

#navigation  ul  li  .current  a:link  {

	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #ACFF69;
	color: #D00FFE;
	background-color: #ACFF69;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 194px;
	padding: 0 20px;
} 
#photo_gallery {
	padding: 0 20px;
}

#mainContent  a  {
	text-decoration: underline;
	color: #D00FFE;
}
#mainContent li {
	font-size: 1.2em;
}
#mainContent  ol  {
	color: #D00FFE;
	text-decoration: none;
}
#mainContent  a:link  {
	color: #D00FFE;
}
#mainContent  a:hover  {
	text-decoration: underline;
}
#mainContent a:visited {
	color: #D00FFE;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 154px;
	padding: 15px;
	text-align: center;
	background-color: #FFFFFF;
}
#sidebar1 .sponsors li {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px 0;
	margin: 0 0 0 -40px;
}
#sidebar1 ul.sponsors {
	list-style: none inside;
}


#announcements {
	float: right;
	border: 2px solid #CCCCCC;
	background-color: #ACFF69;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 150px;
	padding: 10px;
	text-align: center;
}
#announcements .sub {
	background-color: #FFF;
	border: 1px solid #D00FFE;
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
	color: #D00FFE;
	text-align: center;
}
#announcements a {
	text-decoration: underline;
	color: #D00FFE;
}
#footer  , #footer p{
	padding: 0 10px 0 20px;
	text-align: center;
	color: #D00FFE;
	font-size: 1em;
} 
#footer a    {
	color: #D00FFE;
}
#footer a:hover {
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.statcounter {
	text-decoration: none;
	color: #FFFFFF;
}
span {
	display: none;
}
#download  {
	width: 160px;
	float: right;
	padding-top: 10px;
	margin-right: -10px;
}
#photo_gallery img {
	z-index: 1;
	position: absolute;
	margin: 75px 0 0 -4px;
}
