/* LAYOUT */

body {
  background-color: #eee;
}

#doc2 {
  background-color: white;
  padding: 10px 10px 50px 10px;
}

/* FONTS */

h1 { 
  font-size: 200%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 120%;
}

p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}

.fieldWithErrors {
  border-left: 2px solid red;
  padding-left: 2px;
}

table.projects {
	font-size: 1.2em;
}
table.projects th {
	width: 60%;
}
table.projects td {
	padding-right: 15px;
	text-align: left;
}
table.projects th td {
	width: 150px;
}
form #map_div {
	display: block;
	float: right;
	clear: none;
}
#map_div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#left a img {
	border: none;
}
#left ul li {
	height: 20px;
}
#left ul a {
	padding-left: 18px;
	padding-bottom: 10px;
} 
#georss_link {
	background: transparent url('../images/georss.gif')  no-repeat 0 -1px;
}
#kml_link {
	background: transparent url('../images/ge.gif')  no-repeat 0 -1px;
}

