body {
  background-color: #606041;
  margin: 0px;
  font-family: "Tahoma";
  font-size: 9px;
  color: black;
}

.maintbl {
  /*background-image: url(images/logos.gif);*/
  background-color: #FFFFFF;
  border: 0px solid black;
}

.leftcol {
  background-color: #E2E1C3;
  text-align: left;
}

.rightcol {
  background-color: white;
  background-color: #CCCC99;
  color: black;
  padding: 3px;
  text-align: left;
  padding-left: 4px;
}

.menuitem {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 16px;
	width: 162px;
	height: 32px;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 26px;
	text-align: left;
	float: left;
	vertical-align: center;
	line-height: 36px;
	clear: both;
	color: #9A9A68;
}

.menuitem a:link, .menuitem a:visited {
  text-decoration: none;
  color: #9A9A68;
  font-weight: bold;
}

.menuitem a:hover {
  text-decoration: none;
  color: #5EA9D0;
  font-weight: bold;
}

.header {
  border: 0px;
}

.footer {
  padding: 0px;
  text-align: center;
  font-size: 14px;
  border: 0px;
  background-color: #9A9A68;
  color: #FFFFFF;
  height: 50px;
}

.footer a:link, .footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.footer a:hover {
  color: #ffff00;
  text-decoration: none;
}

.paneltitle, .panellefttitle {
  font-size: 22px;
  color: black;
  line-height: 34px;
  padding-left: 0px;
  padding-right: 4px;
  border-bottom: 0px solid black; 
}

.panelcontent {
  font-size: 13px;
  color: black;
  line-height: 22px;
}

.img-shadow {
  border: 1px solid black;
  float:right;
  background: url(/common/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.panelrightout {
  width: 190px;
  margin-top: 10px;
}
.panelright {
  border: 0px;
  width: 190px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  color: black;
  line-height: 20px;
}

.panelrighttitle {
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: #73704D;
  width: 190px;
  height: 28px;
  padding-left: 3px;
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  margin-top: 5px;
}

.panelrighttop {
  text-align: right;
  padding-right: 4px;
}

.panelrightclose {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: italic;
}

.langlink {
	text-decoration: none;	
	font-size: 11px;
	color: black;
}

.langlink a:link, .langlink a:visit {
	text-decoration: none;	
	font-size: 12px;
	color: white;
}

.langlink a:hover {
	text-decoration: none;		
	color: #FFFF00;
}

.topleft {
	text-align: right;
}

.panelleftcontent {
  font-size: 12px;
  line-height: 18px;
}

.panelrightcontentcenter {
  text-align: center;
}

.panelrightintro {
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

