body {
	margin:0px; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background:url(image/dwx_bg_basic.gif) repeat-x;
		
}
a {
	color:#000;
}
h3 {
	margin:1px;
}
hr.ict{
	border:1px solid #256da4;
}
hr.org{
	border:1px solid #372e65;
}
hr.adm{
	border:1px solid #cecece;
}
#container {
	margin:10px auto;
	width:800px;
	height:100%;
	min-height:100%;
	background-color:#fff;
}
#header {
	width:100%;
	background-color:#fff;
}
#header_menu {
	float:right;
	text-align:right;
	width:300px;
	height:24px;
	color:#372e65;
	font-size:8pt;
	font-weight:bold;
	margin-right:10px;
}
#logo{
	height:80px;
	background-color:#fff;
	margin: 30px 0px 0px 40px;
}
#banner {
	width:780px;
	margin:20px 10px 20px 10px;
	background:url(image/banner2.jpg) no-repeat;
	background-color:#372E65;
}
#breadcrumb {
	width:100%;
	border-bottom:1px solid #ccc;
	font-size:8pt;
	color:#256da4;
}
#content_home_spacer {
	width:100%;
	height:30px;
}
/*** CONTENT  ***/
#content {
	height:100%;
	min-height:100%;
}

#content_ict{
	float:left;
	width:380px;
	/*height:140px;*/
	padding-top:10px;
	margin-left:10px;
	background-color:#256da4;
	color:#cecece;
}
#content_adm{
	float:right;
	width:380px;
	/*height:140px;*/
	padding-top:10px;
	margin-right:10px;
	background-color:#cecece;
	color:#256da4;
}
/*** FOOTER  ***/
#footer {
	text-align:center;
	width:800px;
	height:20px;
	font-size:8pt;
}

/*** LINKEN ***/
 #a_home_org{
	font-weight:bold;
	text-decoration:none;
 }
  #a_home_org:hover{
	text-decoration:underline;
 }
 #a_home_adm{
 	color:#256da4;
	font-weight:bold;
	text-decoration:none;
 }
  #a_home_adm:hover{
	text-decoration:underline;
 }
 #a_home_ict{
 	color:#cecece;
	font-weight:bold;
	text-decoration:none;
 }
  #a_home_ict:hover{
	text-decoration:underline;
 }
 
 /*****  SUBMENU ICT ******/
#submenu_ict {
	width:170px;
	/*height:220px;*/
	float:left;
	margin:0px;
	padding-top:30px;
	margin-left:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	background:url(image/submenu_bg_ict.jpg) repeat-y;
}

table.submenu_ict {
	width:100%;
}
table.submenu_ict td { 
	padding:10px; 
}

td.submenuitem_ict {
	width:200px;
	margin:0px;
	padding:0px;
/*background-color:#045C97;*/

}
td.submenuitem_ict:hover {
	color:#cecece;
	cursor:pointer;
	cursor:hand;
}
td.current_ict {
	background-color:#256da4;
}
div.subcontent_ict {
	padding-left:10px;
	padding-top:20px;
	margin-right:10px;
	width:596px;
	float:right;
}

/*****  SUBMENU ADM ******/
#submenu_adm {
	width:170px;
	/*height:220px;*/
	float:left;
	margin:0px;
	padding-top:30px;
	margin-left:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	background:url(image/submenu_bg_adm.jpg) repeat-y;
}

table.submenu_adm {
	width:100%;
}
table.submenu_adm td { 
	padding:10px; 
}

td.submenuitem_adm {
	width:200px;
	margin:0px;
	padding:0px;
/*background-color:#045C97;*/

}
td.submenuitem_adm:hover {
	color:#256da4;
	cursor:pointer;
	cursor:hand;
}
td.current_adm {
	background-color:#cecece;
}
div.subcontent_adm {
	padding-left:10px;
	padding-top:20px;
	margin-right:10px;
	width:596px;
		height:400px;
	float:right;
}
/*****  SUBMENU ORG ******/
#submenu_org {
	width:170px;
	float:left;
	margin:0px;
	padding-top:30px;
	margin-left:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	color:#cecece;
	background:url(image/submenu_bg_org.jpg) repeat-y;
}

table.submenu_org {
	width:100%;
}
table.submenu_org td { 
	padding:10px; 
}

td.submenuitem_org {
	width:200px;
	margin:0px;
	padding:0px;
/*background-color:#045C97;*/

}
td.submenuitem_org:hover {
	color:#256da4;
	cursor:pointer;
	cursor:hand;
}
td.current_org {
	background-color:#372e65;
}
div.subcontent_org {
	padding-left:10px;
	padding-top:20px;
	margin-right:10px;
	width:596px;
	height:420px;
	float:right;
}
/*** BASIC ****/
div.subcontent_basic {
	padding-left:10px;
	padding-top:20px;
	margin-right:10px;
	width:780px;
	height:420px;
}

#contenttext {
	padding:10px 10px 10px 20px;
}

