	table,
	h1,
	h2,
	h3,
	h4 {
		background-color: #FFF;
	    color: #4b4b4b;
		margin: 0; 
		padding: 0;
	}
	
	h1, h2, h3, h4 {
		margin:.8em 0 .2em 0;
		padding:0;
		color: #719A4B;
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}

	h1 {
   		font-family:verdana,arial,helvetica,sans-serif; font-size:14pt; font-weight:bold;
	}
	
	h2 {
		font-family:verdana,arial,helvetica,sans-serif; font-size:12pt; font-weight:bold;
		border-bottom: 3px solid #719A4B; 
		padding-bottom: 1px;
	}

	h3 {
		padding-top: 1em;
   		font-family:verdana,arial,helvetica,sans-serif; font-size:11pt; font-weight:bold;
	}

	h4 {
   		font-family:verdana,arial,helvetica,sans-serif; font-size:10pt; font-weight:bold;
	}

	a {
		background: transparent;
		color: #496221;
		text-decoration: underline;
		font-weight: normal;
	}

	a:current
	{
		background: #F60;
		color: #496221;
	}

	a:hover {
		color: #fff;
		background: #719A4B;
		text-decoration: underline;
	}

	#bold {
		font-weight: bold;
	}

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	    background-color: #FBF5D9;
		font: 12px/1.5 Verdana, Arial, Helvetica sans-serif;	
	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}

	#top-links {
		text-align: left;
		background:  #FFDC45;
		font-size: 90%;
		font-weight: bold;
		border: 0 10px 0 10px;
		padding: 5px 0 2px 1em ;
	}

	#top-links a{
		color:  #999;
	}
	
	#top-links a:hover {
		color: #fff;
		background: #719A4B;
	}



	#title-graphic {
		right: 2%;
		top: 1.1%;
		position: absolute;
	}



	#mast {
		border: 0 10px 0 10px;
		background: #FFDC45;
	}	

	#mast h1, 
	#mast h2{
		background: #FFDC45;
		color:  #719A4B; 
		font-family:elephant,time-new-roman,palatino,serif;
		font-weight: bold;
		text-align: left;
		border-bottom: 0; 
	}
	
	#mast h1 {
		font-size:40pt;
		margin: -0.2em 0 0 10px; 
	}
	
	#mast h2 {
		font-size:20pt;
		margin: 0 0 0 300px; 
		margin-top: -0.5em;
	}


	#top-menu {
		width: 100%;
		background: #BE7903;
		padding: 0;
		margin: 0;
		border:0;			
	}

	#top-menu-bar {
		float: left;
		background: #673301;
		text-align: left;
		margin: 0;
		padding: 0.6em 0 0.6em 0.25em;
		border:0;	
		border-right: 0.5em solid #FFDC45;
		width: auto;
	}

	#top-menu-bar a {
		background: transparent;
		color: white;
		font-weight: bold;
		text-decoration: none;
		margin: 0;
		padding: 0 0.5em 0 0.5em;
	}

	#top-menu-bar a:hover {
		background: white;
		color: #673301;
	}

	#acccomdation-search-field {
		float: left;
		display: in-line;
		background: #BE7903;
		text-align: left;
		color: #FFDC45;
		font-weight: bold;
		padding: 0.7em 0.5em 0.5em 0.5em;
		margin: 0;
		border:0;	
		border-left: 0.5em solid #866146;
		width: auto;
	}

	
	#top-menu form {
		padding: 0 0 0.5em 0;
		margin: 0;
		border:0;	
	}

	
	#button,
	#inp {
		margin:  0.5em 0 0 0;
		padding: 0;
		border:0;
	}







	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#DCE6F7;		/* right column background colour */
	}
	.threecol .colmid {
		right:13%;			/* width of the right column */
		background:white;		/* center column background colour */
		border-right: 1px solid #673301;
	}
	.threecol .colleft {
		right:74%;			/* width of the middle column */
		background:#DCE6F7;	/* left column background colour */
		border-right: 1px solid #673301;
	}
	.threecol .col1 {
		width:70%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:13%;			/* Width of left column content (column width minus padding on either side) */
		left:17%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:15%;			/* Width of right column content (column width minus padding on either side) */
		left:91%;           /* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
		margin-left:  1px;
	}
	
	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		font-weight:normal;
		padding: 0;
		background: #673301;
		color: white;
		border-top: 4px solid #FFDC45;
		font-size: 80%;
	}
	#footer p {
		padding:0 1em 0 1em;
		margin:0;
	}
	
	#footer-left {
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#footer-left a {
		color: white;
		text-decoration: underline;
	}
	
	#footer-left a:hover {
		background: white;
		color: #673301;
		text-decoration: underline;
	}
	
	#footer-right {
		float: right;
		margin: 0;
		padding: 0;
}



	p.popup {
   		font-size:8pt;
   		text-align: left;
		margin: 1em;
	}


