* {
  font-family: Verdana, Sans-serif;
  font-size: 14px;
}

body {
  background-color: black;  /*rgb(175, 167, 130);*/
  /* background-image: url('media/bg1.jpg'); */
  background-image: url('media/pat.png');
  /*
  background-position: top;
  background-repeat: repeat-x;
  */
  margin: 0px;
  color: black;
}
div.wbGlare {
	background-image: url("media/glare.png");
	background-position: top;
	background-repeat: repeat-x;
}

a {
  color: #536D00;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
a img {
  border: none;
}


.wbTop {
	width: 820px;
	height: 80px;
	background-image: url("media/bg.top.png");
	vertical-align: top;
}
.wbContent {
  width: 820px;
  background-image: url("media/bg.content.png");
  background-repeat: repeat-y;
}
.wbContent .wbContentPadded {
  padding-left: 30px;
  padding-right: 30px;
}
.wbBottom {
  width: 820px;
  height: 30px;
  background-image: url("media/bg.bottom.png");
}


.wbMenu { 
  padding-top: 35px;
  padding-left: 410px;
  padding-right: 20px;
  text-align: center;
}
.wbMenu a {
	color: black;
	font-size: 14px;
	font-weight: normal;
  text-decoration: none;
}
.wbMenu a:hover {
	text-decoration: underline;
}


.wbContent .wbBlock p {
	font-size: 14px;
} 
.wbContent .wbBlock h1 {
  color: #536D00;
  padding-left: 17px;
  background-image: url("media/arrow1.gif");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}


.wbGrayBox {
	width: 372px;
}
.wbGrayBoxContent {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("media/graybox.bg.png");
	font-size: 14px;
}
.wbGrayBoxContent h1 {
	color: rgb(47, 80, 101);
  padding-left: 17px;
  background-image: url("media/arrow2.gif");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.wbGrayBoxContent a {
  color: rgb(47, 80, 101);
}

table.wbFormTable > tbody > tr > th[scope="row"] {
  font-size: 10px;
  font-weight: normal;
	text-align: right;
	padding-right: 6px;
	white-space: nowrap;
}

option {
	color: black;
}

.wbFormErrorAbove {
	border-left: 2px solid red;
	border-top: 2px solid red;
	border-right: 2px solid red;
	padding: 3px;
	color: red;
	font-weight: bold;
	text-align: center;
}


div.wbFooter {
  text-align: center;
  font-size: 10px;
  color: rgb(100,100,100);
}
div.wbFooter a {
  font-size: 10px;
  font-weight: normal;
  color: rgb(120,120,120);
}

