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, TT, VAR, B, U, I, CENTER, DL, DT, DD, UL, OL, LI, FIELDSET, FORM, LABEL, LEGEND, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
HTML
{
	height: 100%;
}
BODY
{
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #223462;
	width: 100%;
	height: 100%;
	line-height: 150%;
	background: url(../images/body_bg.png);
}
A
{
	color: #C94700;
	outline: none;
	text-decoration: underline;
}
A:hover
{
	color: #F36518;
	text-decoration: none;
}
A.pseudo
{
	font-size: 14px;
	color: #C94700;
	text-decoration: none;
	border-bottom: 1px dashed #C94700;
	cursor: pointer;
}
A.pseudo:hover
{
	color: #F36518;
	border-bottom: none;
}
P
{
	margin: 0 0 18px;
}
IMG
{
	border: none;
	text-decoration: none;
}
INPUT
{
	vertical-align: middle;
}
#wrapper
{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left: 1px solid #6B8E23;
	border-right: 1px solid #6B8E23;
	background: White;
}
#header
{
	height: 123px;
	background: #FFE680;
	background-image: url(../images/head_bg.png);
}
#logo
{
	z-index: 100;
	height: 154px !important;
	width: 368px !important;
	position: absolute;
	top: 0px;
	background: url(../images/logo.png);
}
#LocalResources
{
	position: absolute;
	z-index: 1000;
	margin-left: 402px;
	width: 510px;
	height: 138px;
	background: White;
	border: 1px solid #006400;
	border-top: none;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
/*** Menu ***/
#menu
{
	position: absolute;
	z-index: 101;
	height: 35px;
	width: auto;
	min-width: 500px !important;
	margin-top: 83px;
	margin-left: 428px;
}
#menu A
{
	font-size: 14px;
	color: #0E3C60;
	border-bottom: 1px solid #0E3C60;
	text-decoration: none;
}
#menu A:hover
{
	color: #FFFFFF;
	border-bottom: none;
}
#menu A.pseudo
{
	font-size: 14px;
	color: #0E3C60;
	text-decoration: none;
	border-bottom: 1px dashed #0E3C60;
}
#menu A.pseudo:hover
{
	color: #FFFFFF;
	border-bottom: none;
}
#menu .left_crnr
{
	float: left;
	width: 5px;
	height: 35px;
	background: url(../images/menu_border_left.png) no-repeat;
}
#menu UL, LI
{
	display: block;
	float: left;
}
#menu UL.main_part
{
	float: left;
	height: 35px;
}
#menu LI.item
{
	padding: 8px;
	background: url(../images/menu_bg.png) repeat-x left;
}
#menu LI.item:hover
{
	background: url(../images/menu_bg_hover.png) repeat-x left;
}
#menu LI.item_hover
{
	padding: 8px;
	background: url(../images/menu_bg_hover.png) repeat-x left;
}
#menu LI.separator
{
	height: 35px;
	width: 1px;
	background: url(../images/menu_separator.png) no-repeat;
}
#menu .right_crnr
{
	float: left;
	width: 5px;
	height: 35px;
	background: url(../images/menu_border_right.png) no-repeat;
}
ul.menu_01
{
	display: block;
	position: absolute;
	width: 175px;
	height: auto;
	margin-top: 34px;
	margin-left: 5px;
	background: #E98826;
	background-image: url(../images/menu_submenu_bg.png);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
ul.menu_01 li
{
	display: block;
	clear: both;
	padding: 5px 10px;
}
ul.menu_02
{
	display: block;
	position: absolute;
	width: 175px;
	height: auto;
	margin-top: 34px;
	margin-left: 101px;
	background: #E98826;
	background-image: url(../images/menu_submenu_bg.png);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
ul.menu_02 li
{
	display: block;
	clear: both;
	padding: 5px 10px;
}
#menu_01 A, #menu_02 A
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	border: none;
}
#menu_01 A:hover, #menu_02 A:hover
{
	text-decoration: none;
}
/*** Middle ***/
#middle
{
	width: 100%;
	padding: 0 0 72px;
	height: 1%;
}
#middle:after
{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container
{
	width: 100%;
	float: left;
	overflow: hidden;
}
#content
{
	padding: 0 318px 0 0;
}
#content .text
{
	padding: 50px 30px 30px 30px;
}
H2
{
	font-size: 16px;
	color: #2E3092;
	margin-bottom: 10px;
}
H3
{
	font-size: 14px;
	color: #2E3092;
	margin-bottom: 10px;
}
/*** Sidebar ***/
.sr
{
	float: left;
	margin-right: -3px;
	width: 318px;
	margin-left: -318px;
	position: relative;
}
.sr .block_top
{
	width: 280px;
	height: 6px;
	background: url(../images/right_block_top.png) no-repeat top;
}
.sr .block_bottom
{
	width: 280px;
	height: 4px;
	background: url(../images/right_block_bottom.png) no-repeat top;
}
.sr .block_main
{
	width: 280px;
	height: auto;
	background: url(../images/right_block_bg.png) repeat-y top;
}
.sr .block_main .text
{
	padding: 10px 5px;
}
.sr .title
{
	font-size: 16px;
	font-weight: bolder;
	color: #28699C;
}
#news
{
	width: 285px;
}
#news .news_date
{
	padding-left: 12px;
	background: url(../images/news_item.png) no-repeat left;
	font-size: 10px;
	color: #28699C;
}
#news span.news_title
{
	font-size: 13px;
	color: #1B5D91;
	font-weight: bolder;
}

#news .separator
{
	width: 280px;
	height: 3px;
	margin: 10px 0;
	background: url(../images/news_separator.png) no-repeat;
}
/*** Footer ***/
#footer
{
	width: 1000px;
	margin: -72px auto 0;
	height: 72px;
	background: #BFF08E;
	background-image: url(../images/foot_bg.png);
}
#footer .left
{
	width: 682px;
	float: left;
}
#footer .right
{
	width: 318px;
	float: left;
	text-align: right;
	color: #666666;
}
.hidden
{
	display: none;
}
.shown
{
	display: block;
	border: 1px dotted #FFD4AA;
	background: #FEF1DA;
	padding: 5px;
	margin-bottom: 20px;
}