* {
	padding: 0;
	margin: 0;
}

html, body {
	border: 0;
}

html {
	background: #004f70;
}

body {
	background: #fff;
	margin: 10px 20px 20px 20px;
	border: 3px solid #a4aeb1;
	font: 11px/18px Tahoma;
	color: #1c1c1c;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

img {
	border: 0;
}


a, a:link, a:visited, .psevdo_a {
	color: #0055cc;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #ff3600;
	text-decoration: underline;
	cursor: pointer;
}

#header {
	position: relative;
}

#homepagelink {
	position: absolute;
	left: 40px;
	top: 21px;
	width: 191px;
	height: 37px;
	text-decoration: none;
}

#homepagelink a {
	display: block;
	width: 191px;
	height: 37px;
	cursor: pointer;
}

.which {
background: #dddddd;
padding-left:10px;
padding-bottom:10px;
border: 1px solid #cccccc;
}

#top {
	background: #fff url(../images/interface/logo.gif) no-repeat;
	height: 70px;
	text-align: right;
}

#top div {
	float: right;
}

#top div a {
	padding: 0 5px 0 5px;
}

#top div a.border {
	padding: 0 5px 0 8px;
	border-left: 1px solid #0055cc;
}

#block_left {
	width: 200px;
	padding: 30px 30px 0 30px;
}

#block_left ul {
	padding: 0 0 10px 0;
	margin: 0;
	background: url(../images/interface/border_grey.gif) no-repeat left bottom;
}

#block_left ul li {
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
}

#block_left h3 {
	font-size: 11px;
	text-indent: -22px;
	margin: 20px 0 10px 0;
}

#block_right {
	width: 0;
	padding: 0;
}

#menu {
	border-top: 3px solid #a4aeb1;
	height: 58px;
	background: url(../images/interface/menu_bg.gif) repeat-x;
}

#main_text {
	padding: 30px 30px 10px 30px;
	vertical-align: top
}
#main_text h2 {
	line-height: normal;
	font-size: 12px;
	text-indent: -22px;
	margin-bottom: 10px;
	background: url(../images/interface/border_grey.gif) no-repeat left 13px;
}

#main_text h2 img {
	width: 12px;
	height: 9px;
	margin-right: 10px;
}

#main_text h2 span {
	background: #fff;
	padding-right: 10px;
}

#main_text h3 {
	font-size: 11px;
	margin: 5px 0 5px 0;
}

#main_text p {
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: justify;
}

#main_text ul {
	list-style-image: url(../images/interface/liststyle.gif);
}
#main_text ul li, #main_text ol li {
	margin-left: 15px;
}

table.makeup {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
table.makeup td {
	padding: 0;
}

table.makeup td.menu_border_left {
	width: 32px;
	background: url(../images/interface/menu_border.gif) no-repeat;
}

table.makeup td.menu_border_right {
	width: 6px;
	background: url(../images/interface/menu_border.gif) no-repeat right top;
}

table.makeup td.menu_delimiter {
	width: 2px;
	background: url(../images/interface/menu_delimiter.gif) no-repeat center top;
}

table.makeup td.menu_button {
	vertical-align: top;
	width: 10px;
}

table.makeup td.menu_search {
	white-space: nowrap;
	width: 210px;
	text-align: center;
	background: url(../images/interface/menu_search_bg.gif) repeat-x;
	vertical-align: top;
}

#query {
	font-size: 10px;
	width: 130px;
	height: 14px;
	padding: 2px;
	margin: 5px 5px 0 5px;
	border: 1px solid #000;
}

#search {
	font-size: 10px;
	height: 20px;
	cursor: pointer;
	margin: 5px 5px 0 0;
	padding-left: 5px;
	padding-right: 5px;
}

table.makeup td.menu_button a {
	display: block;
	margin-top: 7px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	height: 25px;
	padding: 0 15px 0 15px;
	white-space: nowrap;
}

table.makeup td.menu_button div.other_links {
	background: url(../images/interface/menu_button_over_bg_2.gif) no-repeat;
	display: none;
	height: 26px;
	padding-top: 3px;
	white-space: nowrap;
	position: absolute;
}

table.makeup td.menu_button div.other_links a {
	display: inline;
	margin: 0;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
}
table.makeup td.menu_button div.other_links a:hover {
	color: #ff3600;
}

#footer {
	border-top: 1px solid #dfdfdf;
	margin: 0 30px 0 30px;
	padding: 10px 0 10px 0;
}

#footer table.makeup td {
	border-right: 1px solid #dfdfdf;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 16px;
	padding: 0 15px 0 15px;
}

h2.array {
	font-size: 12px;
	text-indent: -22px;
	margin-bottom: 20px;
}

h2.array img {
	width: 12px;	
	height: 9px;
	margin-right: 10px;
}

#pen {
	position: absolute;
	top: 170px;
	right: 30px;
	cursor: pointer;
}

.page_list {
	word-spacing: 10px;
	font-size: 11px;
	background: #DEE0E1;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.found {
	background: yellow;
	color: red;
}

#pic {
	display: block;
	border-top: 3px solid #a4aeb1;
	height: 164px;
	background: #15100e url(../images/interface/top_pic.jpg) no-repeat;
}
