* {
  font-family: Sans-serif;
  font-size: 12px;
}

body {
  background-color: white;
  background-image: url('media/bg2.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px;
  color: black;
}

a img {
  border: none;
}
a.external {
	background: url("media/externallink.png") no-repeat scroll right center transparent;
	padding-right: 13px;
}

table.wbMenuTable {
	border-bottom: 2px solid rgb(100,100,100);
	margin-bottom: 15px;
}
table.wbMenuTable td {
	padding-left: 10px;
	padding-right: 10px;
}
table.wbMenuTable td a, table.wbMenuTable td a:visited, table.wbMenuTable td a:active {
	color: rgb(52, 124, 42);
	text-decoration: none;
	font-size: 14px;
}
table.wbMenuTable td a:hover {
	text-decoration: underline;
}


table.wbContent {
	width: 680px;
}
table.wbContent h1 {
	color: rgb(83, 165, 41);
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.wbContent h2 {
	color: rgb(83, 165, 41);
	font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.wbContent ul {
  margin-top: 4px;
  margin-bottom: 4px;
  list-style-image: url("media/bullet.01.png");
  list-style-position: outside;
}
table.wbContent ul li {
	margin-left: -10px;
	margin-top: 6px;
}
table.wbContent a, table.wbContent a:visited, table.wbContent a:active {
	color: rgb(52, 124, 42);
	font-weight: bold;
	text-decoration: underline;
}
table.wbContent a:hover {
	text-decoration: none;
}


div.a8whiteframecontent {
	background-image: url("media/white.100.bg.png");
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	color: black;
}
div.a8whiteframecontent p {
  margin: 0px;
}
div.a8whiteframecontent h1 {
  color: #4d4c09;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 3px; 
}
div.a8whiteframecontent h2 {
  color: #4d4c09;
  font-size: 15px;
  font-weight: normal; 
  margin-top: 5px;
  margin-bottom: 3px; 
}
div.a8whiteframecontent a, div.a8whiteframecontent a:visited, div.a8whiteframecontent a:active {
  color: rgb(80,80,80);
  font-weight: bold;
  text-decoration: underline;
}
table.wbContent a:hover {
  text-decoration: none;
}


div.wbOversizedYellow {
	padding: 5px 20px 5px 20px;
	height: 197px;
	overflow: hidden;
	color: rgb(60,60,60);
}
div.wbOversizedYellow h1 {
	color: #377C2B;
	font-size: 20px;
}
div.wbOversizedYellow a, div.wbOversizedYellow a:visited, div.wbOversizedYellow a:active {
  color: rgb(60,60,60);
  font-weight: bold;
  text-decoration: underline;
}
div.wbOversizedYellow a:hover {
  text-decoration: none;
}


table.wbFormTable > tbody > tr > th[scope="row"] {
  font-size: 10px;
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}

option {
	color: black;
}

.wbFormErrorAbove {
	border-left: 2px solid red;
	border-top: 2px solid red;
	border-right: 2px solid red;
	padding: 5px;
	color: red;
	font-weight: bold;
	text-align: center;
}


div.wbFooter {
  position: absolute;
  top: 720px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: rgb(70,70,70);
}
div.wbFooter a {
  font-size: 10px;
  color: rgb(70,70,70);
}



.lightbox {
  position: absolute;
  visibility: hidden;
  padding: 1em;
  border: 1em solid #B8B8B8;
  background-color: white;
  text-align: center;
  z-index: 1001;
  overflow: auto;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.lightboxCloser {
  visibility: hidden;
  position: absolute;
  z-index: 1010;
  cursor: pointer;
}
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 850px;
  z-index: 1000;
  background-color: black;
}

