@charset "UTF-8";
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c8d1d5 url(/pict/outter_bkg.png);
	margin: 0; padding: 0; border: 0;
	text-align: center; 
	color: #000000;
	height: 101%;
}
A:link {
	text-decoration:none;
}
A:hover {
	text-decoration:none;
}
A:active {
	text-decoration:none;
}
A:visited {
	text-decoration:none;
}
#container {
	width: 791px;
	background: white;
	margin: 20px auto;
}
#border {
	width: 8px;
	height: 1px;
	background: #dcdcdc url(/pict/border_line_8.png) repeat-y;
}
#pict {
	border: 0;
}
/* HEADER */
.header {
	width: 791px;
}
.header #top {
	height: 8px;
	display: block;
	background: white url(/pict/border_top.png) no-repeat;
}
.header #top_left {
	height: 18px;
	width: 32px;
	display: block;
	background: white url(/pict/head_top_left.png) no-repeat;
}
.header #top_right {
	height: 18px;
	width: 32px;
	display: block;
	background: white url(/pict/head_top_right.png) no-repeat;
}
.header #top_line {
  height: 18px;
	width: 100%;
}
.header #ws {
	background-color: white;
	height: 58px;
}
.header #menu {
	height: 55px;
	background: #54cdfb url(/pict/menu_bkg.png) repeat-x;
}
.header #menu_ws {
	height: 55px;
}
.header #menu_item {
	height: 55px;
	width: 114px;
	vertical-align: middle;
}
.header #menu_button {
	width: 114px;
	height: 36px;
	color: #009ae3;
	display: inline-block;
	background-image: url(/pict/menu_button.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.header #menu_button_sel {
	width: 114px;
	height: 36px;
	color: white;
	display: inline-block;
	background-image: url(/pict/menu_button_sel.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.header #menu_text {
	width: 110px;
	height: 36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:300;
	text-transform:uppercase;
	display:table-cell; 
	vertical-align:middle; 
	text-align:center;
}
.middled {
  margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}
.header #title {
	width: 725px;
	height: 426px;
	background: white url(/pict/title_img.png) no-repeat;
	display: block;
}
.content {
	width: 791px;
	background: white;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #626262;
	text-align: left;
}
/* CONTENT */
.content #ws {
	background-color: white;
}
.content #title_text {
	font-size:22px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right:6px;
	text-align:justify;
}
.content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;	
	color: #0072bc;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.content h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	color: #0072bc;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.content ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.content #mark {
	color: #00517b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
.content A:link {
	color: #00517b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
.content A:hover {
	color: #00517b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
.content A:visited {
	color: #00517b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
.content A:active {
	color: #00517b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
/* FOOTER */
.footer {
	width: 791px;
	background: white;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #898989;
	text-align:left;
}
.footer ws {
	bacground-color: white;
}
.footer #address {
	color: #00517b;
}
.footer #phone {
	color: #064275;
	font-weight:bold;
}
.footer #logo {
	width: 245px;
	height: 20px;
}
.footer #logo_img {
	border: 0;
}
.footer A:link {
	color: #00517b;
	text-decoration:none;
}
.footer A:hover {
	color: #00517b;
	text-decoration:none;
}
.footer A:active {
	color: #00517b;
	text-decoration:none;
}
.footer A:visited {
	color: #00517b;
	text-decoration:none;
}
.footer #bottom_line {
	width: 791px;
	height: 14px;
	background-image: url(/pict/bottom_line.png);
	background-repeat: no-repeat;
	display: block;
}
