/*  Velotaxi CSS Layout */body {   	background-color:#82A7AD;	width:  100%;   	height: 100%;   	margin-left: 0px;   	margin-top: 15px;   	padding: 0px;   	text-align: center;   	font-family: Arial, Verdana, Times;	font-size: 9pt;	line-height:18px;}#globalcontainer {	/*border: thin ridge #909090;*/	left:0px; top:0px; width: 870px;	height: auto;	position: relative;	margin: 0px auto;	text-align: left;}#logo { 	position:absolute; 	left:0px; top:0px; width:240px; 	text-align: left;	background-color: #84A6AD;}#language { 	position:absolute; 	left:240px; top:0px; width:630px; 	text-align: right;	background-color: #84A6AD;	font-family: Arial;	font-size: 10px;	color: #FFFFFF;}#nav { 	position:absolute; 	left:240px; top:28px; width:630px; 	text-align: left;	background-color: #82A7AD;	}#subnav { 	position:absolute; 	left:0px; top:70px; width:240px; 	text-align: left;	background-color: #84A6AD;	/*float: left;*/}#contenttop { 	position:absolute; 	left:240px; top:255px; width:630px; 	background-color: #FFFFFF;	background-image:url(../images/boxtop2.gif);	background-position:top left; 	background-repeat:no-repeat;	z-index:10;}#contentframe { 	position:absolute; 	left:240px; top:255px; width:630px; 	background-color: #FFFFFF;	background-image:url(../images/boxbottom2.gif);	background-position:bottom left; 	background-repeat:no-repeat;}#content { 	position:relative;	padding: 15px 35px 2px 35px;}h1  {	font-family: Verdana, Arial;	font-size: 14pt;	font-weight: bold;	color: #003258;}p, table, td {	font-family: Arial, Verdana, Times;	font-size: 9pt;	line-height:18px;	font-weight: normal;	color: black;}p.copyright  {	font-size: 7.5pt;}ul, ul.li {	line-height:22px;}
