* {
	border: 0px dashed #f00;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(../pic/body_bg.gif);
	background-repeat: repeat-x;
}

#main_tab {
	width: 1000px;
	height: 100%;
}

#main_top {
	height: 102px;
}

#main_line {
	height: 7px;
	font-size: 2px;
}

#top_tab {
	width: 100%;
}

#center_tab {
	width: 1000px;
	height: 100%;
}

#center_left {
	width: 202px;
	padding-left: 30px;
	background-image: url(../pic/menu_col.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}

#main_bottom {
	height: 56px;
	padding-top: 1px;
	background-image: url(../pic/horizontal.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
	padding-left: 56px;
	padding-right: 80px;
}

#center_right {
	vertical-align: top;
}

#content_tab {
	width: 768px;
	height: 100%;
}

#content_name {
	padding-left: 22px;
	padding-right: 100px;
	background-image: url(../pic/name_line.jpg);
	background-repeat: no-repeat;
	height: 53px;
	text-align: right;
}

#page_name {
	display: inline;
	font-family: tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #0076a8;
}

#content_content {
	vertical-align: top;
	padding-left: 22px;
	padding-right: 100px;
	padding-top: 15px;
	padding-bottom: 30px;
	background-image: url(../pic/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#bottom_tab {
	width: 100%;
	height: 56px;
}

#bottom_tab * {
	color: #1e90ff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

#bottom_right {
	text-align: right;
}

#bottom_right a {
	color: #4169e1;
}

#bottom_right a:hover {
	color: #0000cd;
}

.dir {
	background-image: url(../pic/dir.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-right: 50px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	padding-top: 1px;
}

.dir a {
	color: #0076a8;
	text-decoration: none;
}

.dir a:hover {
	text-decoration: underline;
}

.dir_name {
	padding-top: 11px;
}

#content_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#content_content td, div, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#content_content a {
	color: #0076a8;
}

#content_content a:hover {
	color: #00a884;
}

#fade {
	padding-top: 15px;
}

.person {
	width: 215px;
	height: 300px;
	float: left;
}

.person_pic {
	text-align: center;
	height: 208px;
	padding-bottom: 10px;
}

.person_t {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.question {
	cursor: pointer;
	padding-top: 20px;
	color: #0076a8;
	font-style: italic;
}

.answer {
	padding-left: 20px;
	display: none;
}

.faq_q {
	font-weight: bolder;
	font-style: italic;
	color: #0076a8;
}

.faq_a {
	padding-left: 20px;
}

.ddr {
	padding-top: 10px;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
}

.ddr a {
	color: #0076a8;
	text-decoration: none;
}

.ddr a:hover {
	text-decoration: underline;
}

.input-text {
	border: 1px solid #11baff;
}

.input-textarea {
	width: 480px;
	height: 200px;
	border: 1px solid #11baff;
}
