body {
  background: #cccc99;
  font: 8pt Arial;
  text-align: center;
  color: #000000;
}

a {
	color:black;
}

a.leftLink:link { color: #336600; text-decoration: underline; }
a.leftLink:visited { color: #336600; text-decoration: underline;}
a.leftLink:hover { color: #336600; text-decoration: underline;}

a.menu:link { color: #ffffff; text-decoration: none; }
a.menu:visited { color: #ffffff; text-decoration: none;}
a.menu:hover { color: #ffffff; text-decoration: none;}


a.smallprint:link { color: #336600; font-size: 70% }
a.smallprint:visited { color: #336600; font-size: 70%}
a.smallprint:hover { color: #336600; font-size: 70%}

H1          {font-size: 110%;}
H2          {font-size: 100%;}
H3          {font-size: 80%;}

.container {
	width: 800px;
	background: white;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

.top {
	background: white;
}

.top-left {
	background: white;
	width: 200px;
    text-align: center;
}

.top-center {
	background: #336600;
	color: #ffffff;
	font-size: 15pt;
	padding-left: 10px;
    text-align: center;
}

.top-center2 {
	background: #336600;
	color: #ffffff;
	padding-left: 10px;
    text-align: center;
}

.top-right {
	background: white;
	width: 0 px;
}

.middle {
	clear:all;
	text-align: left;
} 

.middle-left  {
	background: #336600;
	width: 220px;
	font-size: 10pt;
    color: white;
	padding-left: 10px;
	vertical-align: top;
}

.mid {
	font-size: 10pt;
    color: #ffffff;

}

.middle-right {
	background: white; 
	padding: 15px;
	vertical-align: top;
	font-size: 10pt;

}

.img {
	border: none;
}



 
