@charset "UTF-8";
/* CSS Document */

BODY
{	background-color: /*#52ba49*/ #3A939B;
	margin: 1;
	font-family: Times New Roman, Times;
	font-size: 13px;
}


A
{
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	color: #3A939B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3A939B;
}
H1
{
  width: 300px;
  text-align: center;
	color: #660066;
	text-indent: 1em;
  background-color: #FFFFFF;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #3A939B;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #3A939B;
}
H2
{
  text-align: left;
	color: #336600;
	text-indent: 1em;
}
H3
{
  text-align: left;
	color: #CC6633;
	text-indent: 1em;
}

.MAIN_LAYOUT
{
	margin: 0 auto;
	width: 100%;
	background-color: #3A939B;
        
	

}
.HEADER
{
	height: 156px;
	/*background: transparent url(../images/main_logo08.jpg) top left;*/
        background-color: #3A939B;
        text-align: center;
}
.LINK_BAR
{
	background-color: #99CC66;
	color: #333333;
	text-align: center;
	font-family: Times New Roman, Times;
	font-size: 16px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}
	.LINK_BAR a
	{
		color: #003366;
		text-decoration: none;
	}
	.LINK_BAR a:hover
	{
		color: #FFFFFF;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #000000;
	}


.CONTENT
{
	min-height: 200px;
	color: #000000;
        
        
}
        .DATA
        {
          width: 750px;
          margin: 0 auto;
          background-color: #dff6ee;
          /*background: url(../images/content_bottom08.jpg) repeat-x bottom right;*/
          border-right-width: 1px;
          border-right-style: dotted;
          border-right-color: #000000;
          border-left-width: 1px;
          border-left-style: dotted;
          border-left-color: #000000;
			padding-left: 20px;
		padding-right: 20px;
        }
	.CONTENT p
	{
		padding-left: 2px;
		padding-right: 2px;
	}
	.CONTENT table
	{
		width: 700px;
		margin: 0 auto;
		/*background-color:#EFEFEF;*/
	}
	.CONTENT table th
	{
		height: 20px;
		background-color: #9DC8CE;
		font-size: 16px;
		color: #000000;
	}
	.CONTENT table td
	{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #add2d4;
	}
	.CONTENT table td:hover
	{
		background-color: #b2d7c0;
	}
        .CONTENT A:hover
        {
          color: #24543A;
        }
        #lodging
        {
          width: 500px;
          border-bottom-width: 1px;
          border-bottom-style: solid;
          border-bottom-color:  #add2d4;
        
        }
        #lodging dt
        {
           background-color: #add2d4;
           font-size: 16px;
           color: #000000;
        }
        #lodging dd:hover
        {
          background-color: #b2d7c0;
        }
        #slideshow
        {
          margin: 0 auto;
          width: 750px;
          text-align: center;
        }
.below_content
{
  width: 750px;
  height: 125px;
  margin: 0 auto;
  background: url(../images/content_bottom08.gif) repeat-x bottom right;
}

.FOOTER
{
	background-color: #99CC66;
	color: #333333;
	text-align: center;
	font-family: Times New Roman, Times;
	font-size: 12px;
	
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}