BODY {
	background-color: #E9E8D8;
	color: #666666;
	font-size: 10pt;
	font-family: Georgia,Arial;}

NAV, ARTICLE, FIGURE, FIGCAPTION, FOOTER, ASIDE, SECTION, IFRAME {
	display: block;}
	
A:link,A:visited,A:active, A.stan {
	text-decoration: none;
	color: #CC6714;}

A:hover {
	text-decoration: underline;}

A.mobile {
	display: none;}

INPUT.menubutton {
	color: #CC6714;
	border-radius: 20px;
	font-family:"Century Gothic",Arial;
	border:solid #336600;}

NAV {
	text-align: center;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: solid 2px #016637;
	width: 75%;
	margin-left: auto;
	margin-right: auto;}

ARTICLE {
	border-radius: 10px;
	background-color: #FFFFFF;
	border: solid 2px #016637;
	width: 75%;
	margin-top: 5px;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 5px;}

FOOTER {
	border-radius: 10px;
	background-color: #FFFFFF;
	border: solid 2px #016637;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: courier;
	font-size: 8pt;}

HR {
	border: 1px solid #CCCC99;
	background-color: #CCCC99;
	width: 90%;}

P {
	margin: 5px;}

FIGURE.left {
	max-width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 25px;
	float: left;}

FIGURE.center {
	width: 75%;
	margin-left: auto;
	margin-right: auto;}


IMG {
	vertical-align: top;
	border: 0px;}

IMG.ranPhoto {
	vertical-align: top;
	border: solid black 1px;
	border-radius: 5px;}

IMG.border {
	border: 1px solid black;}

IMG.sponl {
	margin-left: 50px;
	margin-right: 25px;}

IMG.sponc {
	margin-left: 25px;
	margin-right: 25px;}

IMG.sponr {
	margin-left: 25px;
	margin-right: 50px;}

TABLE {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	padding: 1px;}

TH {
	text-align: left;
	border-bottom: solid #CCCC99 1px;
	width: 25%;
	font-size: 12px;
	vertical-align: top;}

TD {
	font-size: 11px;
	vertical-align: top;}

H1 {
	letter-spacing: 1.0em;
	text-align: center;
	font-family: "Century Gothic",Arial;
	font-size: 16pt;}

H4 {
	text-indent: 5px;
	font-family: tahoma;
	font-size: 12pt;}

UL {
	font-size: 10pt;}

/* IMAGE GALLERY STYLE */

DIV.set{
	margin-left: 5px;
	position: relative;}

A.thumb IMG{
	border: 1px solid #016637;
	margin: 0 5px 5px 0;}

A.thumb:hover {
	background-color: transparent;}

A.thumb:hover img{
	border: 2px solid #016637;}

A.thumb SPAN {
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 2px solid #016637;
	visibility: hidden;
	color: black;
	text-decoration: none;}

A.thumb SPAN IMG {
	border-width: 0;
	padding: 2px;}

A.thumb:hover SPAN {
	visibility: visible;
	top: 0;
	left: 230px;
	z-index: 50;}
