
/* Layout Stylesheet */ 

body {
	margin: 0;
	padding: 0;
	background: #28A;
	font-family: Arial, Helvetica, sans-serif;
	color: #360;
	}
	
#middle_right a {
	text-decoration: none;
	color: #360;
	}
	
#middle_right a:visited {
	text-decoration: none;
	}
	
#middle_right a:hover {
	font-weight: bold;
	}

div {
	margin: 0;
	padding: 0;
	}
	
div#formcontainer
	{
	width: 550px;
	}

div#formcontainer form label
	{
	width: 86px;
	float: left;
	}

.formlabel
	{
	display: inline;
	float: left;
	width: 100 px;
	height: 22px;
	padding-left: 10px;
	color: black;
	text-align: right;
	}
.forminput
	{
	display: inline;
	float: right;
	width: 290px;
	padding-left: 10px;
	text-align: left;
	}
.formrow
	{
	width: 400px;
	}

#wrapper {
	width: 780px;
	background-color: #690;
	}

#header {
	width: 100%;
	height: 120px;
	background-color: #FFF;
	}

#middle {
	width: 100%;
	background-color: #690;
	}
	
#map {
	width: 100%;
	height: 100%;
	background-color: #fff;
	}

#middle_left {
	width: 104px;
	min-height: 460px;
	background-color: #690;
	float: left;
	padding: 8px;
	}

#middle_right {
	width: 644px;
	min-height: 400px;
	background-color: #FFF;
	float: right;
	text-align: left;
	padding: 8px;
	}
	
#footer {
	width: 100%;
	height: 32px;
	background-color: #690;
	}
	
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #360;
	}
	