	body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	}

	.divL {
	float: left;
	width : 18% ;
	}

	.divR {
	float: right;
	width : 18% ;
	}
	.divC {
	float: left;
	width : 60% ;
	}

	.banner {
	background-image: url(images/banneropt.jpg);
	height : 240px;
	background-repeat: no-repeat;
	}

	.divMaps {
	float: left;
	width : 100% ;
	height : 400px ;
	padding: 10px 2px 10px 2px;
	}

	
	.divHeader
	{
	width : 96% ;
	height : 55% ;
	padding-right : 5% ;
	position:relative;
	top : 0px;
	left : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 24px;
	text-align : right;
	font-weight : normal;
	color : white;
/* 	z-index : 1; */
	}
	.divButtons
	{
	width : 96% ;
	height : 25% ;
	}
	
	.tableButtons
	{
	width : 96% ;
	height : 25% ;
	}
	
	.inputButton
	{
	width: 25%;
	height: 95%;
	margin-left: 8%;
	margin-right: 8%;
	font-size : 20px;
 	font-family : Verdana; 
	font-weight : normal;
	color : white;
	text-align : center;
	}

	.blackText
	{
	color : black;
	}

	.content 
	{
	width : 100% ;
	padding-bottom: 2%;
	padding-top: 2%;
	display : block;
	}
	

