* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, "Trebuchet MS", sans-serif;
	background:  #fff url("body.gif") repeat-x;
	color: #000;
	font-size: small;
	text-align: center;
	min-width: 772px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}
html, body {
	height: 100%;
}
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px
}
hr {
	display: none;
}
.end {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
/* layout */
#main {
	width: 772px;
	margin: 0 auto;
	text-align: left;
}
#head {
	width: 772px;
	height: 189px;
	position: relative;
	background:  #cae2ee url("head.jpg") no-repeat;
}
#content {
	width: 520px;
	float: left;
	padding: 20px 0;
	overflow: hidden;
}
#content .in {
	padding: 0 0 0 10px;
}
#news {
	width: 235px;
	float: right;
	padding: 20px 0;
	overflow: hidden;
}
#news .in {
	padding: 0 10px 0 0;
}
#top {
	clear: both;
	padding: 1px 1px 1px 1px;
	text-align: right;
	color: #206e84;
}
#foot {
	background: #f1f1f1 url("foot.gif") repeat-x left center;
	border-top: 3px solid #b35521;
	border-bottom: 1px solid #dedede;
	text-align:center;
}
#foot p {
	margin: 1px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 10px;
	font-size: 86%;
}
/* layout */
/* headers */
h1, h1 span {
	width: 275px;
	height: 99px;
	font-size: 130%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
h1 span {
	display: block;
	background:   url("h1.jpg") no-repeat;
	z-index: 2;
	left: 0;
	cursor: pointer;
}
h2, h2 span {
	width: 275px;
	height: 90px;
	font-size: 130%;
	position: absolute;
	right: 0;
	top: 99px;
	z-index: 1;
	overflow: hidden;
}
h2 span {
	display: block;
	background:   url("h2.jpg") no-repeat;
	z-index: 2;
	left: 0;
	top: 0;
}
#content h3, #content h3 a{
	color: #48b5d4;
	font-size: 130%;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#news h3 {
	font-size: 100%;
	padding: 0 0 10px 0;
}
#news h4, #content #boxin h4 {
	font-size: 100%;
	color: #888;
	padding: 0 0 3px 0;
}
#content h4 {
	font-size: 130%;
	padding: 0 0 7px 0;
	color: #6bad31
}
#content h4.page {
	color: #48b5d4;
}
/* headers */
/* top menu */
#menu {
	width: 772px;
	background: #d8d8d8 url("menu.gif") repeat-x;
	border-top: 1px solid #fff;
}
#menu ul {
	width: 100%;
}
#menu li {
	width: 20%;
	float: left;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
#menu li a, #menu strong {
	display: block;
	margin: 4px 3px 2px 3px;
	padding: 3px 5px;
	background: #f2f2f2;
	border: 1px solid #fff;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #000;
}
#menu li a:hover {
	color: #fff;
	background: #69bfda;
}
#menu li strong {
	font-weight: normal;
	background: #e7f5a6;
	color: #40541f;
}
/* top menu */
/* paragraphs */
#content p, #content address {
	padding: 0 0 15px 0;
	font-style:normal;
}
#news p {
	padding: 0 0 10px 0;
}
#content p.img {
	text-align: center;
	padding: 15px 0;
	background: #f0f5f8 url("img.gif") repeat-x;
	border-bottom: 5px solid #d0edf5;
	margin-bottom: 15px;
}
#news address {
	font-style: normal;
	border: 5px solid #deefa9;
	padding: 10px;
	margin-bottom: 15px;
}
#box {
	padding-top: 5px;
	background: #f5f5f5 url("box.gif") repeat-x;
	margin-bottom: 10px;
	border-bottom: 5px solid #f8f8f8;
}
#boxin {
	padding: 10px;
	margin: 0 5px;
	border: 5px solid #fff;
}
.page {
	text-align: right;
}
/* paragraphs */
/* lists */
#news ul.info {
	padding: 0 0 0 20px;
	margin-left: 10px;
}
#news ul.info li {
	list-style: square;
	margin-bottom: 5px;
	color: #667b38;
}
/* lists */
/* images */
#content p.img img {
	border: 5px solid #fff;
	margin-bottom: 5px;
}
/* images */
/* table */
.table {
	width: 100%;
	padding: 0 0 15px 0;
}
table {
	width: 100%;
	border-collapse:collapse;
	font-size: 100%;
}
table.detail-left {
	width: 49%;
	float: left;
}
table.detail-right {
	width: 49%;
	float: right;
}
th, td {
	text-align: left;
	padding: 5px 8px;
	border: 1px solid #d1ecf5;
}

a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #206e84;
}
a:hover {
	color: #000000;
}
#foot a:link, #foot a:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
#foot a:hover {
	color: #000000;
}
a img {
	border: none;
}
a.imgin img {
	vertical-align:middle;
}
/* links */
.rez {
	font-weight: bold;
	color:#c00000;
}
tfoot td.rez {
	border: none;
	font-weight: normal;
	color: #000000}
p.rez {font-weight: normal}

