body {
	background-color: #269a74;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#body_all {
	vertical-align: center;
	width: 950px;
	margin: 0 auto;
}

*html #body_all {
	width: 950px;
}

#key {
	width: 950px;
	height: 200px;
	background-color: #fff;
	background-image: url(../images/key.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

*html #key {

}

#logo {
	position: absolute;
	top: 0px;
	z-index: 999;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 237px;
	height: 268px;
	margin-left: -15px;
}

* html #logo {
	background-image: url(../images/logo_ie6.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
}

#rootline_box {
	width: 690px;
	height: 45px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	padding-left: 260px;
	color: #999;	
}

*html #rootline_box {
	width: 950px;
}

#rootline {
	width: 690px;
	padding-top: 5px;
}

#rootline a:link, #root a:visited  {
	color: #269a74;
	text-decoration: none;
}

#rootline a:hover {
	color: #333;
	text-decoration: underline;
} 

.rootline {

}

#rootline_last {
	padding-top: 0px;
}

#search {
	margin-left: 20px;
}

#head_right {
	float: left;
	height: 200px;
	width: 200px;
}

#meta {
	width: 240px;
	height: 26px;
	text-align: right;
	color: #999;
	background-image: url(../images/meta.gif);
	background-repeat: no-repeat;
	background-position: left top;	
  padding-left: 710px;
}

*html #meta {
	width: 950;
}

#meta a:link, #meta a:visited  {
	color: #ccc;
	text-decoration: none;
}

#meta a:hover {
	color: #269a74;
	text-decoration: underline;
	/*background-image: url(../images/dot_level2.gif);
	background-repeat: no-repeat;
	background-position: -5px center;*/
} 

.meta {
	float: left;
	margin-left: 10px;
}

*html .meta {
	float: left;
	margin-left: 10px;
}

#mainmenu {
	text-align: left;
	height: 30px;
	width: 690px;
	background-image: url(../images/meta.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 260px;		
}

#mainmenu img {
	margin-right: 6px;
}

* html #mainmenu {
	width: 950px;
}

#menu_box {
	width: 240px;
	min-height: 350px;
	float: left;
} 

* html #menu_box {
	height: 350px;
}

#menu {
	width: 240px;
	margin: 26px 0px 0px 0px;	
}



/* level 1 ************************************************ */
.menu-level1-no {	
	font-size: 14px;
	color: #004c98;
	font-weight: bold;
	padding: 4px 0px 4px 30px;
}

.menu-level1-act {
	font-size: 14px;
	width: 100%;
	color: #704997;
	padding: 4px 0px 4px 25px;
	margin-left: 5px;
	font-weight: bold;
	background-image: url(../images/dot_level1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;	
}

.menu-level1-no a:link {
	color: #004c98;
	text-decoration: none;
}

.menu-level1-no a:visited {
	color: #004c98;
	text-decoration: none;
}

.menu-level1-no a:hover {
	color: #704997;
	text-decoration: none;
}

.menu-level1-act a:link {
	color: #704997;
	text-decoration: none;
}

.menu-level1-act a:visited {
	color: #704997;
	text-decoration: none;
}

.menu-level1-act a:hover {
	color: #1d71be;
	text-decoration: none;
}


/* level 2 */
.menu-level2-no {
	color: #004c98;
	font-size: 13px;
	padding: 4px 0px 4px 40px;
	text-transform: none;
	background-color: #d4e3f8;	
}

.menu-level2-act {
	color: #704997;
	font-size: 13px;
	margin-left: 5px;
	padding: 4px 0px 4px 35px;
	text-transform: none;
	background-image: url(../images/dot_level2.gif);
	background-repeat: no-repeat;
	background-position: 25px center;	
}

.menu-level2-no a:link {
	color: #004c98;
	text-decoration: none;
	font-weight: normal;
}

.menu-level2-no a:visited {
	color: #004c98;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-no a:hover {
	color: #704997;
	text-decoration: none;
}

.menu-level2-act a:link {
	color: #704997;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-act a:visited {
	color: #704997;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-act a:hover {
	color: #1d71be;
	text-decoration: none;
}

/* level 3 */
.menu-level3-no {
	color: #004c98;
	padding: 4px 0px 4px 50px;
	text-transform: none;
	background-color: #eaf0f9;	
}

.menu-level3-act {
	color: #704997;
	padding: 4px 0px 4px 50px;
	background-color: #eaf0f9;		
}

.menu-level3-no a:link {
	color: #004c98;
	text-decoration: none;
	font-weight: normal;
}

.menu-level3-no a:visited {
	color: #004c98;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level3-no a:hover {
	color: #704997;
	text-decoration: none;
}

.menu-level3-act a:link {
	color: #704997;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level3-act a:visited {
	color: #704997;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level3-act a:hover {
	color: #704997;
	text-decoration: none;
}

#content_all {
	width: 990px;
	min-height: 300px;
	text-align: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

*html #content_all {
	height: 300px;
}

#content_box {	
	width: 580px;
	float: left;
}

#title {
	height: 15px;
	width: 540px;
	border-bottom: 2px solid #bed4f4;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 12px 0px 0px 20px;
	background-image: url(../images/dot_title.gif);
	background-repeat: no-repeat;
	background-position: 10px 17px;		
}





/* mainsites */
#content {
	width: 600px;
	min-height: 400px;
	padding: 20px;
	float: left;
}

*html #content {
	width: 600px;
	height: 400px;
}


#right {
	width: 200px;
	min-height: 400px;	
	float: left;
}

#content_left {
	width: 200px;
	margin: 50px 0px 0px 15px;	
}

*html #right {
	height: 400px;
}

#content_right {
	padding: 57px 0px 0px 20px;
	width: 170px;
	min-height: 300px;
	float: left;
}

*html #content_right {
	height: 300px;
}

#metanavi {
	text-align: right;
	padding: 20px 10px 10px 0px;
}

#search_box {
	height: 22px;
	width: 190px;
	text-align: left;
	padding-left: 10px;

}

*html #searchbox {
	width: 200px;
	height: 30px;
}

.macina_searchbox {
	width: 108px; 
	font-size:12px;
}

*html .macina_searchbox {
	width: 108px;
}

.clear {
	clear: both;
	height: 0px;
}

#footer_box {
	clear: both;
	/*background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	text-align: center;	
}

*html #footer_box {

}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 930px;
	margin: 0 auto;
	padding: 165px 20px 0px 0px;
	text-align: right;
}

#footer a, #footer p {
	color: #333;
}

* html #footer {
	width: 950px;
 }

#print {
	width: 78px;
	float: left;
	margin-left: 260px;
}

*html #print {
	margin-left: 130px;
}

#print a {
	color: #999;
}

#news_float_box {
	width: 100%;
}

#image_detail {
	float: left;
}

#image_detail img {
	padding-right: 15px;
}

#content_detail {

}

.clearer {
	clear: both;
}

.news-list-morelink {
	text-align: right;
}
