body {
  font-family: "Verdana";
  font-size: 14px;
  background-color: #ffffcd;
  margin: 0px;
  color: black;
  font-weight:normal;
}

html {
  height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th, td {
  padding: 0px;
  font-family: "Tahoma", "Verdana";
  font-size: 14px;
}

form {
  margin: 0px;
}

a:link, a:visited, a:hover {
  color: green;
  font-size: 15px;
  font-family: "Verdana";
}

.Content img {
  border: 1px solid green;
  padding: 10px;
}

h1 {
  font-size: 15px;
}

h2, h3, h4, h5, h6 {
  font-size: 14px;
}

hr {
  border: 1px outset;
  border-color: #c0c0c0;
}

.MainDiv {
  position: absolute;
  width: 900px;
  height: 615px;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -307px;
  background-image: url( ../images/Background.jpg );
  background-repeat: no-repeat;
  background-position: left top;
}

.TopBanner {
  position: absolute;
  top: 0px;
  width: 900px;
  height: 150px;  
  background-image: url( ../images/TopBanner.jpg );
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2000;
}

.Content {
  position: absolute;
  left: 22px;
  top: 250px;
  width: 850px;
  height: 300px;
  overflow: auto;
  font-family: "Verdana";
  color: black;
  padding-right: 10px;
  font-size: 15px;
}

.MenuHolder {
  position: relative;
  top: 152px;
  height: 1px;
  width: 882px;
  left: 7px;
  overflow: hidden;
  z-index: 1500;
}

.MenuBalk {
  position: absolute;
  top: 150px;
  height: 29px;
  width: 900px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  z-index: 99;
}

.MenuBalk li {
  display: inline;
  list-style-type: none;
}

.MenuBalk,
.MenuBalk ul,
.MenuBalk li {
  padding: 0px;
  margin: 0px;
  z-index: 150;
}

a.MenuItem:link, a.MenuItem:visited, a.MenuItem:hover,
a.MenuItemUp:link, a.MenuItemUp:visited, a.MenuItemUp:hover {
  position: absolute;
  left: 0px;
  top: 0px;
  text-decoration: none;
  display: block;
  height: 29px;
  z-index: 150;
}

.SubList {
  display: none;
  position: absolute;
  z-index: 50;
}

a.MenuItemLink:link, a.MenuItemLink:visited, a.MenuItemLink:hover,
a.MenuItemFirstLink:link, a.MenuItemFirstLink:visited, a.MenuItemFirstLink:hover {
  text-decoration: none;
  background-color: #359c0f;
  color: white;
  border-bottom: 1px solid #004506;
  border-left: 1px solid #004506;
  border-right: 1px solid #004506;
  display: block;
  padding-left: 10px;
  width: 110px;
  padding-top: 7px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 11px;
}

a.MenuItemFirstLink:link, a.MenuItemFirstLink:visited, a.MenuItemFirstLink:hover {
  background-image: url( ../images/MenuItemFirst.jpg );
}


#IC_Photo_DarkLayer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
  background-color: black;
  -moz-opacity:0.5;
  opacity:0.5;
}

#IC_Photo_Popup_Holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  border: 3px solid #004506;
  display: block;
  text-decoration: none;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center 15px;
  z-index: 3001;
}

#IC_Photo_Popup_Holder .AltLabel {
  position: absolute;
  display: block;
  top: 7px;
  width: 80%;
  left: 10%;
  font-weight: bold;
  text-align: center;
}

#IC_Photo_Popup_Holder a.CloseButton:link,
#IC_Photo_Popup_Holder a.CloseButton:hover,
#IC_Photo_Popup_Holder a.CloseButton:visited {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 20px;
  text-decoration: none;
  color: white;
  background-color: #004506;
  text-align: center;
  line-height: 15px;
}

#IC_Photo_Popup_Holder a.CloseButton:hover {
  color: #1A840A;
}


