/* CSS Document */

* {
  color: #ffffff;
}

html {
  height: 100%;
}

body {
  height: 100%;
	margin: 0px;
	margin-top: 34px;
	padding: 0px;
	/*
	font-family: Verdana, Helvetica, sans-serif;
	*/
	background-color: #7B858A !important;
}

body#iframe {
  margin-top: 0px;
  background-color: #ffffff !important;
  
}

table {
  font-size: 1em;
}

#main {
  height: 100%;
  min-height: 100%;
  border: 1px #ffffff solid;
  border-bottom-width: 0px;
}

#top_nav {
  height: 23px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  background-color: #999999;
}

#main_cell {
  padding-top: 11px; 
}

#content_table {
  border: 1px #ffffff solid;
  height: 535px;
}

#left_area {
  height: 534px;
  border-right: 1px #ffffff solid;
}

#image_area {
  height: 447px;
}

#logo_area {
  height: 87px;
  border-top: 1px #ffffff solid;
}

#headlines {
  background-color: #999999;
  height: 23px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}

#content_area {
  height: 347px;
  vertical-align: top;
}

#headlines_bottom {
  background-color: #999999;
  height: 23px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}

#middle_bar {
  height: 447px;
  width: 24px;
  background-color: #AEA68F;
  vertical-align: bottom;
  display: none;
}

#above_bar {
  height: 100%;
  width: 24px;
  background-image: url(images/middle_bars/middle_bar_bg.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

#scroll_area {
}

#specify, #sub1, #sub2 {
  display: none;
  padding-top: 5px;
}

#imageDesc {
  padding: 3px;
}

input, textarea, select, option {
  color: #000000;
}

.content {
  font-family: Verdana, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12px;
}

.content table {
  font-family: inherit;
  font-size: inherit;
}

.scrollImg {
  border: 1px solid #ffffff;
}

#iframe .scrollImg {
  border: 1px solid #999999;
}

.preloadedImages {
	display: none;
}