/* Set the background color and change primary font settings.. Scroll down to the P element to change fonts too*/
body{background: #FFFFFF; 
	 text-align: center;
	 font-family: "Verdana", Arial, Hevetica, Georgia, Garamond, Times New Roman, Times, serif;
	 font-size: 12px; 
	 font-style: normal; 
	 font-weight: normal; 
	 text-decoration: none;
	 color: black;
	 /* text-align: justify;
	 line-height: 130%; */}
	 
/* Various text related elements */	 

h1 {font-family: "Verdana", Arial, Hevetica, Georgia, Garamond, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;}
	html>body h1{padding-top: 2px;}
h2 {font-family: "Verdana", Arial, Hevetica, Georgia, Garamond, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;}
h3 {font-family: "Verdana", Arial, Hevetica, Georgia, Garamond, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;}
	head:first-child+body h3{margin-top: 15px;}
a, a:active {text-decoration: underline;
			 color: black;}
a:visited {text-decoration: underline;
		   color: #666666;}
a:hover {text-decoration: none;
		 color: black;}
li {font-family: "Verdana", Arial, Hevetica, Georgia, Garamond, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;
	list-style: none;}

/* CSS POSITIONING ELEMENTS */
	
div#container{margin-left: auto; 
			  margin-right: auto; 
			  width: 760px; 
			  text-align: left;
			  }

div#header{border-bottom: 1px solid #000066;}
div#header img{border: 0px;}

div#nav{margin-left: 169px; 
	    padding-left: 1px;border-left: 1px solid #000066;
		margin-bottom: 10px;
		}
		
/* TO CHANGE THE LOOK OF THE MENUS CHANGE THESE ATTRIBUTES */

		ul#navigation{list-style-type: none; 
					  margin: 0px; 
					  padding: 0px;}
		html>body ul#navigation{padding-bottom: 20px;}
		ul#navigation li{float: left; 
						 padding:0px; 
						 height: 16px;						 
						 border-right: 1px solid #000066; /* was C9C9E1*/
						 border-bottom: 1px solid #000066;}
		html>body ul#navigation li{padding-top: 0px; 
								   height: 17px;}
		ul#navigation li a{text-decoration: none;
						   width: auto;
						   font-weight: bold;
						   text-align: center;
						   display: block;
						   padding-bottom: 0px;
						   line-height: 15px;}
		html>body ul#navigation li a{display: block; height: 100%;}
		
		ul#navigation li a:hover{background-color: #FFFFCC; }
		html>body ul#navigation li a:hover{background-color: #FFFFCC; } 

div#content{border-left: 1px solid #000066; 
			padding: 10px; 
			width: 559px; 
			margin-left: 169px; }

div#sidebar {width: 158px;
			 text-align: left; 
			 position: absolute; 
			 top: 96px;}
html>body div#sidebar{top: 89px;}
	table#languages{margin-left: 10px;}
	.address{font-family: "Verdana", Arial, Hevetica, Georgia, Garamond, Times New Roman, Times, serif;
		  	 font-size: 12px;
		 	 font-style: normal;
		 	 font-weight: normal;
		 	 text-decoration: none;
		 	 color: #000066;
		 	 margin-left: 20px;} 

div#footer {padding-left: 9px;}

div#hotel{float: right; 
		  margin-left: 5px;}
		  td#picchoose{text-align: center;}
		  td#picchoose a{text-decoration: underline;}
		  .bordered {border:2px solid #AEAECF;}

/* Various link elements - CHANGE FONTS AND COLORS - DONT CHANGE POSITIONS */

.menu,.menu a,.menu a:active,.menu a:link,.menu a:visited,.menu a:hover {	
	font-family: "Verdana", Arial, Georgia, Helvetica, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-weight: normal;}
	
	
	
ul#navigation li.menucurrent{font-family: "Verdana", Arial, Georgia, Helvetica, Times New Roman, Times, serif;
			  				 font-size: 12px;
			  				 font-style: normal;
			  				 text-decoration: none;
			  				 color: #FFFFFF;
			  				 background-color: #000066;
							 HEIGHT: 16PX; }
					html>body ul#navigation li.menucurrent{height: 17px;
														   border-bottom: 1px solid #000066;}
					
			  
.menuhilight,.menuhilight a,.menuhilight a:active,.menuhilight a:visited, .menuhilight a:hover {
	font-family: "Verdana", Arial, Georgia, Helvetica, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #663300;
	background-color: #FFFAD8;}


.credits, .credits a, .credits a:active, .credits a:visited { 
	font-family: Verdana, Arial, Hevetica, Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #999999; }

.credits a:hover {font-family: Verdana, Arial, Hevetica, Georgia, Garamond, "Times New Roman", Times, serif;
				  font-size: 10px;
				  font-style: normal;
			  	  font-weight: normal;
				  text-decoration: none;
			      color: #000066;}

.note{font-family: Verdana, Arial, Georgia, Helvetica, "Times New Roman", Times, serif;
	   font-size: 11px;
	   color: #666666;
	   list-style-image: url(images/bullet.gif); }
.note1{font-family: Verdana, Arial, Georgia, Helvetica, "Times New Roman", Times, serif;
	   font-size: 12px;
	   color: #538C17;
           font-weight: bold;
	   list-style-image: url(images/bullet.gif); }

td.note{ border: 1px solid #333;}

.title {font-weight: bold; }

div#entry{border-bottom: 1px solid #333; height: 160px;}
html>body div#entry{height: 160px; min-height: 160px;}

div#entry div#entrypic{float: right; margin-top: 15px;}

.incomplete { 
	border:1px solid #FF0000; 
	background:#EFEFEF; }

div#sidebar2{position: absolute; 
		     margin-left: 50%; 
			 left: -290px; 
			 width: 150px; 
			 top: 440px;
			 padding-top: 20px; 
			 background: url(images/sbarlinkstop.gif) no-repeat top center; border: 1px solid #B7C3D5; 
			 text-align: left;}
div#sidebar2{left: -367px;}
html>body div#sidebar2{left: -367px;}

div#bottomlinkbar{background: #FFFFFF; padding-bottom: 5px; padding-top: 5px;border-bottom: 1px solid #C9C9E1;width: 760px; text-align: center; font-size: 10px; color: #BAB078; min-height: 30px; margin-top: 2px;}
div#bottomlinkbar a, div#bottomlinkbar a:visited{color: #839AAB;}
div#sidebar2 a{width: 115px; font-size: 10px;}
.feature{margin-left: 9px;}
div#sidebar2 p{width: 131px; margin-left: 6px; border: 1px solid #C9C9E1; background: #FFFFFF; font-size: 10px; padding-left: 9px;}
html>body div#sidebar2 p{margin-left: 6px;}