/* comments */


body {
	font:			small/1.6em Verdana, Helvetica, Arial, sans-serif;
	background-color: 	#99ff99;
	color: 			black;
	text-align:		center;
}

h1,h2, h3 {
	color:			blue;
	font-weight:		normal;
}



h1  {
	font-size:		180%;
}


h2  {
	font-size:		150%;
}


h3  {
	font-size:		130%;
}

#header  {
  margin:		10px;
  height:		160px;
  text-align:		center;
  text-color:		blue;
  padding:		10px;
  border-bottom:	solid blue 1px
}

#logo1  {
  float:		left;
  margin-right:		15px;
  height:		150px;
}


#logo2  {
  float:		right;
  margin-left:		15px;
  height:		150px;
}


#leftbar  {
  float:		left;
  width:		180px;
  border:		solid blue 1px;
  padding:		10px;
  margin:		10px;

}

table  {
  margin:		20px;
  border:		thin solid blue;
  caption-side:		bottom;
  border-collapse:	collapse;
}

td, th {
  border:		thin dotted gray;
  padding:		5px;
  vertical-align:	center;
}

caption {
  font-style:		italic;
  padding-top:		8px;
}