

body{background:#FFFFCC; font-family:verdana; color:#494949; font-size:12px;}



#top{background:#C06B38; width:100%; height:20px;}


#navigation{height:20px; background:#000066; width:800px; padding:2px; color:white; text-align:center;}

	#navigation a{color:white; text-decoration:none;}

#main{width:800px; text-align:left; height:700px;}


#content{float:left; height:700px; width:800px; font-size:12px;}

	#content h1{font-weight:bold; font-size:18px; margin-bottom:2px; margin-top:20px;}
	#content h2{font-weight:bold; font-size:16px; margin-bottom:30px; margin-top:1px; color:#005C92;}	
	#content h3{font-weight:bold; font-size:14px; margin-bottom:5px; border-bottom:1px solid #ffffcc;}
	#content p{font-size:12px; margin-top:0px; line-height:14px; margin-bottom:12px;}
	
	#content table{}
	#content th{text-align:left; background:#494949; font-size:12px; color:#ffffff;}
	#content td{text-align:left; font-size:12px; color:#000066; height:15px;}

	#content a{color:#c0c0c0; font-size:12px; text-decoration:underline; color:navy;}

	#content li{font-size:12px;}


	#content form br{clear:left;}
	#content fieldset{clear:left; width:450px;}
	#content legend{font-weight:bold; padding: 5px; color:#003F74; font-size:12px;}
	#content label{display:block; float:left; color:#666666; margin-right:5px; clear:left; width:100px; margin-bottom:2px;}
	#content input{font-size:9px; margin-right:2px; margin-bottom:2px;}
	#content select{display:block; float:left; font-size:9px; margin-bottom:2px; margin-right:5px;}


.list{border:1px solid #cccccc;}

#footer{padding:2px; width:800px;}

	#footer a{color:#c0c0c0; font-size:12px; color:#464646;}


.td1{background:#ffffff;}
.td2{background:#ffffcc;}




.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(http://www.beckertravel.com/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(http://www.beckertravel.com/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}