html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E9EEEC;
}

img {
	border: 0px;
}

#container {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 860px;
	padding: 20px;
	margin-left: -450px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#top {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menucontainer {
	background-image: url(images/header_text.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 25px;
	padding: 20px 0px 20px 250px;
}
#centercontainer {
	background-color: #E0E7E5;
	min-height: 495px;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#leftcontainer {
	float: left;
	width: 250px;
	min-height: 495px;
	/* background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; */
}
#maincontainer {
	background-color: #FFFFFF;
	float: left;
	width: 610px;
}
#content {
	line-height: 18px;
	padding: 0px 0px 20px 20px;
	min-height: 460px;
}
#mainfooter {
	background-color: #2F8079;
	color: #FFFFFF;
	padding: 5px 20px 5px 20px;
}
#toolfooter {
	background-color: #FFFFFF;
	padding: 0px 20px 10px 20px;
}
#copyright {
	color: #999999;
	padding: 5px 0px 0px 0px;
}

#mainfooter a {
     color: #FFFFFF;
}

#toolfooter img {
     margin-right: 5px;
}








/*
#top {
	width: 754px;
	padding: 0px 0px 0px 25px;
	height: 335px;
	background-image: url(images/layout_im_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#langsel {
     float: left;
     width: 177px;
	height: 60px;
     padding: 265px 0px 0px 13px;
}
#centercontainer {
	clear: left;
	background-color: #FFFFFF;
     width: 100%;
}
#maincontainer {
	clear: both;
	width: 779px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
#menucontainer {
	float: left;
	width: 200px;
     padding: 0px 0px 130px 0px;
}
#main {
	float: left;
	height: auto;
	width: 549px;
	padding: 0px 15px 0px 15px;
}
#bottomcontainer {
	clear: left;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1d5eaa;
     padding: 0px 0px 0px 200px;
}

#bottom {
	width: 579px;
     color: #FFFFFF;
     padding: 7px 0px 7px 0px;
	font-size: 12px;
}
*/

ul.menu {
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
li.menu {
	display:inline;
	padding: 0px;
}
a.menu_close {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 50px;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #000000;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: none;
	color: #4d4d4d;
	background-image: url(images/menu_open.gif);
	background-repeat: no-repeat;
	background-position: 32px 8px;
}

a.menu_open {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	text-decoration: none;
	line-height: 18px;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 50px;
	background-image: url(images/menu_open.gif);
	background-repeat: no-repeat;
	background-position: 32px 8px;
}

a.menu_open:link, a.menu_open:visited {
	color: #000000;
	text-decoration:none;
}
a.menu_open:hover, a.menu_open:active {
	color: #4d4d4d;
	text-decoration:none;
}


a.submenu {
	margin: 0px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 60px;
	text-decoration:none;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 70px;
	background-image: url(images/menu_page.gif);
	background-repeat: no-repeat;
}


a.submenu:link, a.submenu:visited {
	text-decoration:none;
	color: #000000;
}
a.submenu:hover, a.submenu:active {
	text-decoration:none;
	color: #4d4d4d;
}

a.submenu_open {
	margin: 0px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 60px;
	text-decoration:none;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 70px;
	background-image: url(images/menu_page.gif);
	background-repeat: no-repeat;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #000000;
	text-decoration:none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #4d4d4d;
	text-decoration:none;
}
.menuimage {
}
.submenuimage {
}
