body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#D8CCAF;
}

#wrapper{
 width:748px;
 margin-left:auto;
 margin-right:auto;
 }
 
#wrapper #topkeywords h1{
    margin:0px;
	color:#7C7C7C;
	font-size:10px;
	font-family:Verdana,Arial,Helvetica,san-serif;
    letter-spacing:1px;
	font-weight:normal;
	text-align:right;
}


#container {
 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-top:2px solid #FFB230;
	border-left:2px solid #FFB230;
	border-right:1px solid #FFB230;	
	background:url(../GUI/container_bkgd.gif) white repeat-y;
}

#nav { padding-top:3px; border-bottom:2px solid #000; line-height:20px; text-align:center; background-color:#72684F; }
#nav a img { border:0px; margin-right:10px; }

#header {
  height:209px;
	text-align:right;
	background-image:url(../GUI/header_bkgd.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
}

#lines {
	font-size:0px;
	line-height:0px;
	height:8px;
	background:url(../GUI/lines_bkgd.gif) white repeat-x bottom left;
}

#main {
}

#contents {	
	border-top:1px solid #000;		
	margin-right:250px;
	border-right:1px solid #000;
	margin-left:74px;
}

#contents h1 {
  padding:15px;
	padding-left:15px;
	border-bottom:1px solid #CBCBCB;
	margin:0px;
	color:#7C7C7C;
	font-style:italic;
	font-weight:normal;
	font-size:22px;
	letter-spacing:1px;
	font-weight:bold;
}

#text { 
	padding:10px;
	font-family:Verdana,Arial,Helvetica,san-serif;
	font-size:12px;
	line-height:18px;
}

#text a {
text-decoration:none;
color:#72684F;
} 

#text a:hover{
color:#FFB230;
}

#text h2 {
	margin:0px;
	padding-bottom:15px;
	font-size:14px;
	color:#716A51;
	font-family:Arial,Helvetica,Verdana,san-serif;
	letter-spacing:1px;
}

#text h3 {
	margin:0px;
	padding-bottom:15px;
	font-size:12px;
	color:#716A51;
	font-family:Arial,Helvetica,Verdana,san-serif;
	letter-spacing:1px;
}


#text p {
	margin:0px;
	padding-bottom:15px;
}

#text ul {
	margin:0px;
	padding:0px;
	padding-left:40px;
	padding-bottom:15px;
	list-style-type:square;
}

#text table { font-size:12px; }
#text table.tbl { width:380px; margin-bottom:15px; }
#text table.tbl th { text-align:left; }
#text table.tbl td,#text table.tbl th { padding:5px; }
#text b { color:#777; }

/* Tool Tips*/
a.tips{
	position:relative;
	z-index:24;
	color: #00077E;
	text-decoration:none;
}

a.tips:hover{
	text-decoration:none;
	background-color:#ffffff;
}

a.tips span{
	display: none
}

a.tips:hover span{
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;   
	border:1px solid #8A8E95;
	background-color:#F7F6D7;
	color:#333333;
	text-align: left;
	text-decoration:none;
	padding: 4px;
}

#right {
	background-color:white;
	float:right;
	width:250px;
	border-top:1px solid #000;
	color:#931111;
	padding-top:20px;
	padding-bottom:20px;	
	text-align:center;
}

#footer {
	clear:both;
	background-color:#FFB230;
	line-height:20px;
	color:#72684F;
	font-family:Arial, Helvetica, Verdana, san-serif;
	font-size:11px;
	text-align:right;
	letter-spacing:1px;
}

#olwfooter a, #footer a {
  color:#72684F;
	text-decoration:none;
}

#olw a{
  color:#72684F;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover, #olw a:hover, #olwfooter a:hover{
color:#E76203;
text-decoration:underline;
}

#olwfooter{
 clear:both;
 line-height:20px;
 color:#72684F;
 font-family:Arial, Helvetica, Verdana, san-serif;
 font-size:11px;
 text-align:right;
 letter-spacing:1px;
}
table.booking_form { width:630px; margin:0px; padding:0px; }
table.booking_form th { width:25%; padding:5px; }
table.booking_form td { width:25%; padding:5px; }
table.booking_form input { width:100%; border:1px solid #666; }
table.booking_form tfoot td { text-align:center; }
table.booking_form input.sml_btn { width:100px; background-color:#FFB230; border:1px solid #999; margin-top:20px; }

.ac { text-align:center; }
.ac img { border:1px solid #000; }

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

