@charset "utf-8";
/* CSS Document */

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, sup, tt, var,
dl, dt, dd, ol,  
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#555555;
	background-image:url(images/bggrad.jpg);
	background-repeat:repeat-x;
	background: #dddddd;
	line-height:1.6;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-weight:bold;
}


#content_wrapper a:link {
	color: #FF9900;
	font-weight:bold;
	text-decoration:none;
}
#content_wrapper a:visited {
	color: #FF9900;
	font-weight:bold;
	text-decoration:none;
}
#content_wrapper a:active {
	color: #FF9900;
	font-weight:bold;
	text-decoration:none;
}
#content_wrapper a:hover {
	background-color: #FF9900;
	color:#FFFFFF;
	font-weight:bold;
}	

#sub_footer a:link {
	color: #58575b;
	font-weight:bold;
	text-decoration:none;
}
#sub_footer a:visited {
	color: #58575b;
	font-weight:bold;
	text-decoration:none;
}
#sub_footer a:active {
	color: #58575b;
	font-weight:bold;
	text-decoration:none;
}
#sub_footer a:hover {
	background-color: #58575b;
	color:#FFFFFF;
	font-weight:bold;
}	





#page_wrapper {
	width:950px;
	background-color:#FFFFFF;
	margin:0 auto;
	border: 1px solid #cccccc;
}
#header {
	width:950px;
	height:82px;
	background-image:url(images/toppanel_versirail.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#header_language_select {
	padding: 2px;
	width: 950px;
	margin: 4px auto 0;

	}
#menudiv {
	background-color:#CCCBCC;
	width:948px;
	height:28px;
	color: #FFFFFF;
	padding: 0 0 0 2px;
	font-weight: bold;
	text-align: center;
}
#menu_shadow {
	width:950px;
	background-image:url(images/bggradient.gif);
	height:18px;
}
#banner {
	width:950px;
	margin:0;
	text-align:right;
	color:#000000;
	padding: 0;
}
#content_wrapper {
	width:926px;
	min-height:400px;
	padding:12px 12px 0;
}
#footer {
	background-color:#58575b;
	width:938px;
	color:#FFFFFF;
	padding:6px;
	font-size:10px;
	text-align:center;
	line-height:1.2;
}
#sub_footer {
	width:950px;
	padding-top:2px;
	font-size:11px;
	margin: 0 auto 24px;
	text-align: center;
}
.text_panel_narrow {
	width:269px;
	padding:8px;
	background-color:#EEEEEE;
}
.text_panel_wide {
	width:449px;
	padding:10px;
	background-image: url(images/textgrad.jpg);
	background-repeat:repeat-x;
	border: 1px solid #eeeeee;
	margin-bottom: 12px;
}
.text_panel_fullwidth {
	width:904px;
	padding:10px;
	background-image: url(images/textgrad.jpg);
	background-repeat:repeat-x;
	border: 1px solid #eeeeee;
	margin-bottom: 12px;
	clear:both;
}
.image_panel {
	width:441px;
	float:right;
}
.yellowtext_panel {
	width:421px;
	float:right;
	border: 1px dashed #ffcc00;
	padding:10px;
	background-color: #FFF9DF;
}
.wideright_panel {
	width:637px;
	float:right;
	padding:10px;
}
.narrowleft_panel {
	width:240px;
	float:left;
	padding:10px;
	background-image: url(images/textgrad.jpg);
	background-repeat:repeat-x;
	border: 1px solid #eeeeee;
	margin-bottom: 12px;
}
.imag_panel-item {
	padding:0 0 12px;
}
#clearall {
	width:926px;
	height:0px;
	clear:both;
}
.img_right {
	float:right;
	padding-bottom:8px;
	padding-left: 8px;
}

.img_left {
	float:left;
	padding-bottom:8px;
	padding-right: 8px;
}

.datatable {
	width:100%;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size:11px;
	line-height:1.4;
}
.datatable td {
	border:1px solid #cccccc;
	padding:4px;
}
.datatable th {
	text-align:left;
	background-color:#eeeeee;
	padding:4px;
	border:1px solid #cccccc;
	border-collapse:collapse;
	}
	
	
	
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:128px;
	height:22px;
	text-align:left;
	color:#FFFFFF;
	border-left:1px solid #fff;
	line-height:16px;
	font-size:10px;
	overflow:visible;
	background-color: #58575B;
	padding-top:6px;
	padding-left:6px;
	letter-spacing:0px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {display: none;}

.menu ul li:hover a {
	color:#FFFFFF;
	background-color:#777777;
	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
.menu ul li:hover ul {display:block; position:absolute; top:28px; left:27; width:134px; }
.menu ul li:hover ul li a.hide {background:#777777; color:#FFFFFF;}
.menu ul li:hover ul li:hover a.hide {background:#FFCC00; color:#000000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#777777; color:#FFFFFF;}
.menu ul li:hover ul li a:hover {background:#FFCC00; color:#000000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:135px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-146px;}
