html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body {
	background: #E6F1F8 url(images/bg_body.jpg);
	font: 12px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	padding: 20px 0px;
}
img {border: none;}
.clear {clear: both;}
td {vertical-align: top;}

a {color: #002561;}
a:hover {color: #0072BC;}
h1, h3 {font-weight: normal; font-size: 21px;}
h2 {font-weight: normal; font-size: 18px;}

#wrapper {
	width: 980px;
	margin: 0px auto;
	padding: 10px;
	background: #fff;
	text-align: left;
	display: table;
}
#outer {
	width: 100%;
	border: 1px solid #aaa;
	background: url(images/bg_outer.jpg) no-repeat 220px 0px;
}
#leftmenu {
	width: 220px;
	background: #0973BA url(images/bg_leftmenu.jpg) no-repeat top left;
}
#leftmenu ul {
	padding: 0px 30px 135px 0px;
	margin: 200px 0px 0px;
	list-style: none;
	background: #AADDF3 url(images/bg_leftmenu_ul.gif) no-repeat bottom left;
}
#leftmenu li {
/*	text-align: right; */
	font-weight: bold;
	padding-top: 20px;
	padding-left: 40px;
}
#leftmenu li a {
	color: #1F2C5E;
	text-decoration: none;
}
#leftmenu li a:hover, #topmenu a:hover, #sub a:hover, #lastnews a:hover {color: #f60;}


#content {padding-left: 5px; background: url(images/bg_content.gif) no-repeat bottom right;}
#top {
	height: 85px;
	margin: 200px 0px 0px;
	background: url(images/bg_top.gif) repeat-x;
}

#top ul, #sub ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#top li {
	float: left;
}

/*#toppmenu {position: relative;}*/
#topmenu {
	background: url(images/bg_top_ul.gif) no-repeat top left;
	width: 100%;
	height: 85px;
}
#topmenu li, #topmenu li.act {
	font-weight: bold;
	font-size: 12px;
	color: #0072BC;
	padding: 15px 12px 0px;
	width: 96px;
	height: 27px;
}
#topmenu li.act a {color: #0072BC;}
#topmenu li.act{
	background: url(images/bg_li_act.gif) no-repeat top left;
}
#topmenu li a {
	color: #fff;
	text-decoration: none;
}
#sub {
	margin: -43px 0px 0px 100px;
	height: 43px;
}
#sub ul {display: none; padding-top: 10px;}
#sub a {color: #002561; text-decoration: none;}
#sub li {
	float: left;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #0072BC;
	background: url(images/bg_sub_li.gif) no-repeat left;
}

#text {
	padding: 15px 150px 0px 100px;
	line-height: 150%;
	margin-bottom: 100px;
	background: url(images/bg_text.gif) no-repeat top left;
}
td.data {
	padding-right: 20px;
}

#lastnews {
/*	background: url(images/bg_lastnews.gif) no-repeat top right;
	padding-top: 45px;*/
	width: 190px;
	font-size: 11px;
	color: #1F2C5E;
}
#lastnews h4, p {margin: 0px; padding: 0px;}
#lastnews div {padding: 10px;}
#lastnews p {padding-left: 20px;}
#lastnews h4 {
	margin-bottom: 7px;
}
#lastnews h4 {
	font-size: 12px;
	color: #1C75B5;
	padding-left: 20px;
}
#lastnews #first {background: #fff url(images/bg_first.gif) no-repeat top right;}
#lastnews #first h4 {background: url(images/bg_first_h4.gif) no-repeat 0px 1px;}
#lastnews #second {background: #BFE5F6 url(images/bg_second.gif) no-repeat top right;}
#lastnews #second h4 {background: url(images/bg_second_h4.gif) no-repeat 0px 1px;}

#navbar {
	font-size: 11px;
	color: #666;
	margin: -15px 0px 15px;
}
#navbar a {
	color: #666;
}
#text p {margin-bottom: 20px;}
#text img {margin-right: 20px; background: #0072BC; padding: 1px; border: 7px solid #D4EEF9;}

p.accent, h3 {font-size: 21px; color: #0072BC;}
#text ul {list-style: none;}
#text li {background: url(images/bg_first_h4.gif) no-repeat 0px 3px; padding-left: 25px;}

table.bottom {
	margin-left: -60px;
	margin-bottom: -80px;
	margin-top: 60px;
}

#notice {
	border: 1px dotted #0072bc;
	padding: 10px 10px 0px;
}
#notice p {padding-bottom: 0px; margin-bottom: 0px;}
/*#notice strong {
	color: #fff;
	background: #0072bc;
	padding: 2px 5px;
}*/


.lastnews-ico img {
	border: 2px solid #fff;
	padding: 2px 3px;
}
.lastnews-ico:hover img {
	border-color: #ff6600;
}