body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #99FF66;
	width: 700px;
	color: #336633;
	padding-bottom: 5px;
}
#banner a {
	color: #000000;
	text-decoration: none;
}
#banner a:hover {
	color: #006600;
	text-decoration: underline;
}


p {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.25em;
}
#content a {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 350%;
	color: #009900;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #A5AD55;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 200%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	color: #669900;
}

#holder {
	width:800px;
	text-align:left;
	margin:0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/backgr-stripe.gif);
	}
#headline {
	text-align: center;
	width: 635px;
}
	
#leaf {
	height: 180px;
	width: 150px;
	float: right;
}
	
#header {
	padding: 0px;
	text-align: center;
	width: 800px;
}

#content {
	width:570px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-left: 75px;
	margin-top: 0px;
	}


#footer {
	padding: 0px;
	text-align: center;
	background-image: url(../images/backgr-footer.gif);
	width: 650px;
}

	#footer p {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size:1 px;
	line-height:0px;
	}
	
.imageright {
	margin: 0px 5px 5px;
	padding: 5px;
	float: right;
}

.imageleft {
	margin: 0px 5px 5px;
	padding: 10px;
	float: left;
}

.dropcap {
  float: left;
  font: normal 70pt/0.8em Georgia, "Times New Roman", Times, serif;
  color: #006600;
  margin-right: 3px;
}	


/*-----------------------------------*/
/*    HIGHSLIDE JS                   */
/*-----------------------------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}



/*-----------------------------------*/
/*    CLEARFIX                       */
/*-----------------------------------*/

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix {display: inline-block;}  
 /* Holly Hack Targets IE Win only \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 80%;
	line-height: 1.25em;
	list-style-image: url(../images/greendot.gif);
}

