html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	color: #111;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #013b5a;
}
a:hover {
	text-decoration: none;
	color: #025582;
}
/* menu_back
*/#menu_back {
	position: absolute;
	height: 60px;
	width: 1024px;
	background-color: Black;
	clear: both;
	left: 50%;
	margin-left: -512px;
}
/* main
*/#main {
	position: relative;
	clear: both;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	background: url('img/header.jpg') no-repeat left top;
}
/* content
*/#content {
	padding-top: 354px;
	margin: 0 45px;
}
#content h1 {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	color: #025582;
	padding: 18px 0px;
}
#content h2 {
	font-family: Times New Roman, Arial, sans-serif;
	color: #004f74;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	padding: 12px 0px;
	line-height: 32px;
}
#content #center {
	text-align: center;
}
#content p {
	padding: 9px 0;
}
#content ul {
	list-style-type: square;
	margin: 8px 0px;
}
#content ul li {
	margin-left: 25px;
	padding-left: 8px;
}
#content ol li {
	list-style-type: decimal;
	padding: 8px 0px 8px 3px;
	margin-left: 30px;
}
#content table {
	margin: 20px 0;
}
#content th, td {
	text-align: left;
	line-height: top;
	padding: 5px 35px;
}
#content th {
	background-color: #A2E8F2;
	border: #fff 1px solid;
	border-radius: 15px;  
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	behavior: url('border-radius.htc');
}
/* content blockline
*/#content #blockline {
	padding-left: 380px;
	padding-top: 40px;
/*	height: 370px; */
}
#content #blockline img {
	text-align: right;
	margin-left: -380px;
	margin-top: -40px;
}
/* content blocktext
*/#content #blocktext {
	border: #015d8c 2px solid;
	border-radius: 25px;  
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	behavior: url('border-radius.htc');
	background-color: #FFF;
	padding: 8px 17px;
	margin: 20px 0;
}
/* logo
*/#logo {
	position: absolute;
	top: 60px;
	left: 0px;
}
/* menu
*/#menu {
	position: absolute;
	top: 0px;
	right: 38px;
	height: 30px;
	margin-top: 10px;
}
#menu li {
	list-style-type: none;
	padding: 0 4px;
	float: left;
}
#menu a {
	display: block;
	padding: 10px;
	font-size: 18px;
	color: #f5f5f5;
}
#menu li#is {
	color: #b5b5b5;
	display: block;
	padding: 10px 14px;
	font-size: 18px;
	color: #f5f5f5;
}
/* footer
*/#footer {
	background: url('img/contacts.png') no-repeat left bottom;
	position: relative;
	height: 77px;
	width: 1024px;
}
#footer p {
	float: right;
	padding: 45px 45px 0 0;
	color: #9f9f9f;
}
#footer a {
	color: #9f9f9f;
}
