/*CSS STYLE SHEET*/
body {
	font-family: "Times New Roman", Times, serif;
	vertical-align: bottom;
	background-color:#FFFF99;
}

#header {
	background-image: url(http://ftlauderdaletravel.net/images/headerimage.jpg) !important;
	background-position:left;
	background:no-repeat;
	color:white;
	width:100%;
	height:167px;
	text-align: left;
	background-color: #99B3CC;
}

#nav{
	display:inline;
	width:976px;}

#container {
}
container {
}

div.history {
	font-size:14px;
	vertical-align: top;
	}

div.mid {
	font-size:14px;
	width:99%;
	padding:5px;
	}	

div.Bottom {
	font-size:12px;
	}
	
h1.cent{
	font-size:x-large;
	margin-top:2px;
	text-align:center;
}
h1{
	font-size: xx-large;
	margin-top:2px;
}
h2{
	font-size:x-large;
	text-align:center;
	margin-top:2px;
}
h3{
	font-size:large;
	text-align:center;
	margin-top:2px;
}
	
#leftnav {
	background-color:#0d437f;
    float:left;
	height:1200px;
	width:18%;
}

#main {
	float:left;
	background-color:#FFFF99;
	width:82%;
	
}


table {

	font-weight:bold;
	color:white;
	text-align:center;
	background-color: #0F437F;
} 

table.one {
	font-weight:bold; 
	color: #000000;	
	text-align:center;
	background-color:white;
}

Div.mid > table {
	background:#FFFFFF}

fieldset {
	background-color:#0d437f;
	width: 300px;
			}
fieldset label{
cursor:pointer;
display:inline;
width:90px !important;
line-height:16px;
text-align:right;
}

input,textarea{
border-width:2px 1px 1px 2px;
font-size: 1em; font-weight:bold;
overflow:auto;
margin-left:5px;
}
label {
	color: white;
	float: left;
	margin-bottom: 3px;
	padding-right: 5px;
	text-align: right;
	}

A:visited  {color:#ffffff; }
A:link  {color: #FFFFFF; text-decoration: none}
A:active  {color: #0F437F; background-color:#FFFFFF}
A:hover   {cursor: crosshair; color: #0F437F; background-color: #FFFFFF; text-decoration: none}				

