/*Style Sheet for content pages*/

body {	
	color: #000000; 
	background-color: #FFFFFF;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	}

#top {
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	padding: 10px;
	width: 700px;
	height: 100px;
	text-align: center;
	}

#navbar {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
	height: 30px;
	}



#content {
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	text-align: justify;
	width: 700px;
	padding: 10px;

	}


DIV.title {
	text-align: center;
	color: #FFA45B;
	}

DIV.menu {
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: #5495CC;
	clear: both;
	}

DIV.content {

	}
	
	
	DIV.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
/*    visibility: hidden; */
}
	
	



DIV.sponsor {
	font-size: 12px;
	}


img {
	border-style: none;
	}

img.left {
	float: left;
	border-style: none;
	margin: 10px;

	}

img.right {
	float: right;
	border-style: none;
	margin: 10px;

	}


img.center {
	float: auto;
	border-style: none;
	margin: 10px;

	}


img.photo {
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	}

---------------------------

TABLE.hotels {
	align: center;
	width: 650px;
	}

TR.hotels {
	width: 650px;
	}

TD.hotels {
	text-align: justify;
	width: 325px;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	}



TABLE {
	align: center;
	}

TR {

	}

TD {
	text-align: center;
	width: 300px;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	}


----------------------------

H1, H2, H3 {
	}


H4 {
	font-size: 16px;
	text-decoration: underline;
	}

H5, H6 {
	padding-top: 20px;
	font-size: 12px;
	}

a:link, a:visited {
	color: #005AA5;
	text-decoration: underline;
	}

a.current {
	color: #CA2222;
	text-decoration: underline;
	}

a:visited.current {
	color: #CA2222;
	text-decoration: underline;
	}


HR {
	color: #000000;
	width: 75%;
	text-align: center;
	}

P {	
	}

P.indent {padding: -100px, 0px, 0px, 20px;
	}


