/* CSS for VNL website - Jan 06 */
body {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Lucida Grande", Arial, Helvetica, Geneva,  sans-serif;
  font-size: 11pt;
  color: #2c409a;
  background-color: #ffffff;
  background-image: url(misc/VNLhome_bkg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  }
h1 {
  font-size: 1.3em;
  font-weight: bold;
  }
h2 {
  font-family: inherit;
  text-align: inherit;
  font-size: 1.1em;
  font-weight: bold;
  }
h3 {
  font-size: 1em;
  }
h4 {
  font-size: 0.9em;
  }
p {
  font-size: 1em;
  line-height: 1.2em;
  }

#logo {
	padding-left: 230px;
}

#left {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 170px;
}

#center {
	margin-top: 320px;
	margin-left: 230px;
	margin-right: 60px;
}  
