html 				{height: 100%;
					margin-bottom: 1px;
					padding-right: 0px;
					padding-left: 0px;
					padding-top: 0px;
					padding-bottom: 0px;}
				
.bgbody				{background-color: #1a3f33;
					border: 0px solid red;}
					
.bgmain				{background-color: #FFFFFF;
					background-image:url(/images/bg_main.jpg);
					background-repeat: no-repeat;
					background-position: top left;
					border: 0px solid red;}

.bgleft				{background-image:url(/images/bg_left.png);
					background-repeat: no-repeat;
					background-position: top left;
					border: 0px solid red;}
					
* html .bgleft		{background-image:url(/images/bg_left_ie.png);
					background-repeat: no-repeat;
					background-position: top center;
					border: 0px solid red;}
				
.menu				{width: 195px;
					vertical-align: top;
					padding-top: 10px;
					border: 0px solid red;}
				
.footertext			{font-family: Verdana, Helvetica, Arial, Sans-Serif;
					font-size: 10px;
					font-weight: 550;
					color: #8C9F98;
					text-transform: none;
					line-height: 160%;
					padding-right: 0px;
					padding-left: 0px;
					padding-top: 0px;
					padding-bottom: 0px;
					margin-bottom: 0px;
					margin-top: 0px;
					text-align: center;
					border: 0px solid blue;}
.footertext			a:link {text-decoration:none;color:#8C9F98;}
.footertext			a:visited {text-decoration:none;color:#8C9F98;}
.footertext			a:hover {text-decoration:underline;color:#8C9F98;}
.footertext			a:active {text-decoration:underline;color:#8C9F98;}
							
select.selecthotel 	{font-family: Verdana, Tahoma, Sans-Serif;
					font-size: 9px;
					font-weight: none;
					color: #000000;
					background: #FFFFFF;
					word-spacing: 0px;
					text-transform: none;
					width: 155px;
					border: 2px groove #4E2118;
					padding-right: 0px;
					padding-left: 0px;
					padding-top: 0px;
					padding-bottom: 0px;
					position: absolute;
					top: 3px;}

.scroll 			{overflow-x: hidden;
					overflow-y: auto;
					width: 455px;
					height: 289px;
					padding: 0px; 
					vertical-align: top;
					border: 0px solid red;}	
                    
.frontpg			{font-family: Verdana, Helvetica, Arial, Sans-Serif;
					font-size: 11px;
					font-weight: 550;
					color: #70737B;
					text-transform: none;
					line-height: 160%;}
					
p					{font-family: Verdana, Helvetica, Arial, Sans-Serif;
					font-size: 11px;
					font-weight: 550;
					color: #70737B;
					text-transform: none;
					line-height: 175%;}
a:link 				{text-decoration:underline;color:#1A3F33;}
a:visited 			{text-decoration:underline;color:#1A3F33;}
a:hover 			{text-decoration:underline;color:#909473;}
a:active 			{text-decoration:underline;color:#909473;}

ul, li				{font-family: Verdana, Helvetica, Arial, Sans-Serif;
					font-size: 11px;
					font-weight: 550;
					color: #70737B;
					text-transform: none;
					line-height: 150%;
					padding-right: 0px;
					padding-left: 0px;
					padding-top: 0px;
					padding-bottom: 0px;}			
ul 					{margin-left: 20px;}
li 					{list-style: circle;}

.pageheader				{font-family: Verdana, Helvetica, Arial, Sans-Serif;
						font-size: 17px;
						font-weight: 550;
						color: #305247;
						text-transform: uppercase;
						letter-spacing: 0.3px;
						line-height: 200%;
                        padding-top: 15px;
                        border: 0px solid red;}
.pageheader	a:link	 	{text-decoration:underline;color:#305247;}
.pageheader	a:visited 	{text-decoration:underline;color:#305247;}
.pageheader	a:hover 	{text-decoration:underline;color:#909473;}
.pageheader a:active 	{text-decoration:underline;color:#909473;}

.header				{font-family: Verdana, Helvetica, Arial, Sans-Serif;
					font-size: 13px;
					font-weight: bold;
					color: #838865;
					text-transform: none;
					line-height: 100%;
					border: 0px solid red;}
.header	a:link	 	{text-decoration:underline;color:#838865;}
.header	a:visited 	{text-decoration:underline;color:#838865;}
.header	a:hover 	{text-decoration:underline;color:#838865;}
.header a:active 	{text-decoration:underline;color:#838865;}

* html img,
* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}