
body
{
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

a
{
	color: #000;	
}

#page
{
	margin: 0 auto;
	width: 970px;
}

#header
{
	background: url(../img/top_portal.gif) left top no-repeat;
	height: 90px;
	width: 970px;
}

#header1
{
	background-color: #99c4b2;
	height: 1px;
	width: 970px;	
}

#header2
{
	background-color: #5A5A5A;
	height: 25px;
	width: 970px;
}


#sitemap
{
	float: left;
	margin: 5px 0 0 10px;	
}

#sitemap a
{
	background: url(../img/sitemap.gif) left 60% no-repeat;
	color: #d6d6d5;
	font-size: 11px;
	/*font-weight: bold;*/
	padding-left: 10px;
	text-decoration: none;	
}

/* CUSTOMER */

#customer
{
	color: #fff;
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 20px 0 0;
}

#customer a
{
	color: #fff;
	text-decoration: none;	
}

#main
{
	border-right: 1px solid #D4D4D4;
	width: 969px;
}

.main_table
{
	width: 969px;	
}

.main_table td.left
{
	background-color: #d4d4d4;
	width: 196px;	
}

.main_table td.right
{
	width: 773px;	
}


/* LOGIN */

#login
{
	margin-top: 30px;
	margin-left: 196px;
	width: 380px;	
}

#login table
{
	background-color: #f4f4f4;
	text-align:center;
	width: 380px;	
}

#login table th
{
	background-color: #999;
	color: #fff;	
	font-weight: bold;
	padding-left: 12px;
}

#login table td.text
{
	font-size: 11px;
	font-weight: bold;	
	width: 140px;
}

#login table input[type="text"], #login table input[type="password"]
{
	border: 1px solid #999;	
	width: 178px
}

#login table input[type="submit"]
{
	font-size: 11px;	
}


/* SEARCH*/
#search
{
	margin:4px 18px 5px;
	min-height:18px;
	width:160px;	
}

#search .title
{
	background-color: #4BA82E;
	color: #fff;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 4px;
}

#search .form
{
	background-color:#FFFFFF;
	margin-top:1px;
	padding:4px 8px;
	width:144px;
}

#search .form input
{
	border: 1px solid #999;
	font-size: 11px;
	height: 15px;	
	width: 125px;
}

#search .form a
{
	background:transparent url(../img/news.gif) no-repeat scroll left 2px;
	display:block;
	height:15px;
	margin-left: 5px;
	text-decoration:none;
	width:13px;	
}

#search .form a:hover
{
	background:transparent url(../img/news-act.gif) no-repeat scroll left 2px;
	display:block;
	height:15px;
	margin-left: 5px;
	width:13px;	
}


.menu
{
	margin: 4px 18px 7px;
	width: 160px;	
	min-height: 18px;
}

.menu a
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;	
}

.menu a.level-1, .menu a.level-1-act
{
	background-color: #4BA82E;
	color: #fff;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 4px;
	text-decoration: none;
}

.menu .submenu
{
	background-color: #fff;
	margin-top: 1px;
	padding: 4px 12px;
	width: 136px;
}

.menu .submenu a.level-2, .menu .submenu a.level-2-act
{
	background: url(../img/sub.gif) left 55% no-repeat;
	color: #000;
	display: block;
	padding-left: 12px;
	text-decoration: none;
}

.menu .submenu .subsubmenu a.level-3, .menu .submenu .subsubmenu a.level-3-act {
	background: url(../img/sub.gif) 12px 55% no-repeat;
	color: #000;
	display: block;
	padding-left: 26px;
	text-decoration: none;
}

.menu .submenu .subsubmenu a.level-4, .menu .submenu .subsubmenu a.level-4-act {
	background: url(../img/sub.gif) 26px 55% no-repeat;
	color: #000;
	display: block;
	padding-left: 40px;
	text-decoration: none;
}

#leftbanner
{
	padding-top: 5px;
	text-align: center;	
}


/* CONTENT */
	
#block
{
	padding: 4px 18px;
	min-height: 450px;
	width: 737px; 	
}

#title
{
	background-color: #999999;
	border-bottom: 1px solid #d7d8da;
	color: #fff;
	font-weight: bold;
	height: 19px;
	padding: 3px 0 0 16px;
	width: 721px;
}

#title .print
{
	float: right;
	margin-right: 10px;	
}
	
#content
{
	background-color: #f4f4f4;
	float: left;
	margin-bottom: 10px;
	padding: 4px 18px 10px;
	width: 701px;
}

#content p
{
	padding-bottom: 15px;	
}




/* FOOTER */

#footer
{
	background: #999999;
	height: 20px;
	width: 970px;
}

#footer .left
{
	background: url(../img/bottom_left.gif)	left top no-repeat;
	float: left;
	height: 20px;
	width: 15px;
}

#footer .right
{
	background: url(../img/bottom_right.gif)	left top no-repeat;
	float: right;
	height: 20px;
	width: 15px;
}



/* NEWS */

.news_block
{
	border-bottom: 1px solid #999;
	float: left;
	padding: 12px 0 10px;
	width: 100%;	
}

.news_block .title
{
	font-weight: bold;	
	padding: 0 0 4px 0;
}

.news_block .news_icon
{
	float: right;	
	width: 13px;
	height: 13px;
}

.news_block .news_icon a
{
	background: url(../img/news.gif) left top no-repeat;
	display: block;
	height: 13px;
	text-decoration: none;
	width: 13px;	
}

.news_block .news_icon a:hover
{
	background: url(../img/news-act.gif) left top no-repeat;
	display: block;
	height: 13px;
	width: 13px;	
}

.news_block .title a
{
	color: #000;
	text-decoration: none;	
}

.news_block .author
{
	float: left;
	font-size: 11px;
	padding-right: 15px;
	padding-bottom: 4px;
}

.news_block .author a
{
	color: #4BA82E;
	text-decoration: none;	
}

.news_block .author a:hover
{
	text-decoration: underline;	
}

.news_block .author_1
{
	float: left;
	font-size: 11px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.news_block .author_1 a
{
	color: #4BA82E;
	text-decoration: none;	
}

.news_block .author_1 a:hover
{
	text-decoration: underline;	
}


.news_block .date
{
	float: left;
	font-size: 11px;
	padding-bottom: 4px;
	padding-right: 15px;
	padding-top: 4px;
}

.news_block .description
{
	clear: both;
	font-size: 11px;
}

/* ### Sitemap ### */

a.map-1 {
	display:block;
	background:url(../img/level-2-act.gif) no-repeat;
	background-position: 7px 6px;
	padding:6px 0 0 28px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

a.map-2 {
	display:block;
	background:url(../img/level-3-act.gif) no-repeat;
	background-position:26px 5px;
	padding:4px 0 1px 42px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#616161;
}

a.map-3 {
	display:block;
	background:url(../img/level-3.gif) no-repeat;
	background-position:42px 3px;
	padding:2px 0 1px 58px;
	font-size:11px;
	text-decoration:none;
}

a.map-1:hover,
a.map-2:hover,
a.map-3:hover {
	text-decoration:underline;
}



/* INIT NEWS */

.init_block
{
	float: left;
	width: 100%;
}

.init_block .init_title
{
	background-color:#999999;
	border-bottom:1px solid #D7D8DA;
	color:#FFFFFF;
	font-weight:bold;
	height:19px;
	padding:3px 0 0 16px;
	width:721px;
}

.init_block .init_title a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;	
}

.init_block .init_content
{
	background-color:#F4F4F4;
	float:left;
	margin-bottom:10px;
	padding:4px 18px 10px;
	width:701px;
}

.init_block .init_date
{
	font-size: 11px;
	padding-right: 10px;
}

.init_block a
{
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

.init_block .init_desc
{
	font-size: 11px;
}

.init_block .init_news
{
	padding-bottom: 10px;
}

