body {
	background-color: #027183;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#overlappopup { 
  position: absolute;
  z-index: 1000;
  background: #ffffff;
  border: 2px solid #000000;
  padding: 0px;
  left: 0;
  top: 100;
  visibility: hidden;
  cursor:pointer;
}

.blue_font {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #047E8F;
}
.section_right {
  width: 720px;
  float:left;
}
.section_ta {
  font-size: 16px;
  color: red;
}
.section_tj {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 12px;
}
.section_tl {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 12px;
}
.section_tb {
  margin: 0;
  padding: 0;
  background:#047E8F;
  text-align:center;
  color: #FFFFFF; 
  font-size: 14px; 
  font-weight: bold;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #047E8F;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}
h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #047E8F;
}
p, ul, li, input, textarea {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
a {
	color: #047E8F;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

a:active {
	color: #047E8F;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #047E8F;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#wrap {
  background: #ffffff;
  margin: 0px auto;
  padding: 10px 0 10px 0;
  width: 950px;
  min-height: 800px;
  text-align: center;
}
#padding {
  background: #ffffff;
  margin: 0px auto;
  padding: 0;
  width: 930px;
    min-height: 800px;
}
#header {
  width: 930px;
  height: 260px;
  background: #ffffff;
  margin: 0px auto;
  padding: 0;
}
#header_left {
  width: 200px;
  height: 260px;  
  background: #ffffff;
  margin; 0;
  padding: 0 0 0 0;
  float: left;
  text-align: left;
  zborder-right: #eeeeee 1px solid;    
}
#header_right {
  width: 720px;
  height: 260px;
  background: #ffffff;
  margin; 0;
  padding: 0 0 0 0;
  float: right;
  text-align: left;
}
#content {
  position: relative;
  background: #ffffff;
  margin: 0px auto;
  padding: 0;
  width: 930px;
  clear: both;
  height: 100%;
  min-height: 100%;
  overflow: auto;
}
#content_left {
  position: relative;
  background: #ffffff;
  margin; 0;
  padding: 0 0 0 0;
  float: left;
  width: 200px;
  text-align: left;
  height: 100%;
  zborder-right: #eeeeee 1px solid;
}
#content_right {
  position: relative;
  background: #ffffff;
  margin; 0;
  padding: 0 0 0 0;
  float: right;
  width: 720px;
  overflow: auto;
}
#footer {
  clear: both;
}
#mnu {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  width: 182px;
}
#mnu li {
  margin: 2px 0 0 0;
  padding: 0 0 0 0;
  font-family: Verdana;
  text-align:center;
  font-size:14px;
  font-weight:bold;
}
#mnu a {
  margin: 0 0 0 0;
  padding: 18px 0 0 0;
  display: block;
  text-decoration: none;
  height: 50px;
  color: #ffffff;
  font-size:14px;
  font-weight:bold;
}
#mnu a:hover{
  margin: 0 0 0 0;
  background: #ffffff;
  padding: 18px 0 0 0;
  color: #000000;
  height: 50px;
}
#window {
  width: 700px;
  height: 480px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #000000;
  position: absolute;
  top: 10px;
  left: 10px;
}
.lc {
  float:left;
  text-align:left;
  width:240px;
}
.rc {
  margin: 5px 0 0 0;
  float:right;
  width:440px;
  text-align:left;
  vertical-align:center;
}
.scroll_inner {
  height: 25px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: red;
  margin-bottom:10px;
}