body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #E1E1E1;
	margin: 0px;
	padding: 0px;
	
	font-family: Tahoma, Loma;
	font-size: 12px;
	color: #666666;
	text-align:left;
	line-height:18px;
}

a:link {text-decoration: none;}
a:link    {text-decoration: none; color: #7A7D81;}
a:visited {text-decoration: none;color: #7A7D81;}
a:hover   {text-decoration: underline;color: #0062C7;}

#page {
  	width: 778px;
  	padding: 0 0 0 0;
}

#header {
	padding: 0px;
	text-align:center;
}


.menu {
  	float: left;
  	width: 151px;
  	padding: 0 0 0 0;
  	margin: 0 0 0 0;
}

#MENU{		
	width:150px;	/* Width of main menu */
	
}

#MENU	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	font:bold 10px 'MS Sans Serif';
}
#MENU ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#MENU ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#MENU	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#005E8F;	/* Black text color */
	
	/*height:20px;	/* 20 pixel height */
	/*line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	/*border:1px solid #000;	/* Black border */
	/*background-color:#FAFAFA;	/* Light blue background color */
	/*margin:1px;	/* A little bit of air */
	/*padding:1px;	/* Air between border and text inside */
	
	background-image:url(images/bg_mainmenu.gif);
	height:25px;
	line-height:25px;
  	padding: 0 0 0 10px;
  	margin: 0 0 0 0;
	
	display:block;
}
#MENU	li a:hover,#MENU .activeMainMenuItem{
	background-image:url(images/bg_mainmenu2.gif);
	/*background-color:#317082;*/
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:2px solid #FFF;
	background-color:#FAFAFA;
	font-family:arial;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	background-color:#D3D3D3;
	
	height:18px;	/* 16 pixels height */
	line-height:18px;	/* 16 pixels height */
	padding:2px;	/* 1px of "air" inside */
	
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#3E8FC2;	/* Blue background */
}

#item_top {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
li{
	list-style-type:none;
	list-style:none;
}

#item {
	background-image:url(images/bg_mainmenu.gif);
  	float: left;
  	width: 150px;
	height:25px;
  	padding: 0 0 0 0;
  	margin: 0 0 0 0;
}

#item li {
  	padding: 4px 0 1px 4px;
  	margin: 0 0 0 0;
	font:bold 10px 'MS Sans Serif';
}

#item a:link {
	color:#005E8F;
}

#item a:visited {
	color:#005E8F;
}

#item a:hover {
	color:#34A4D8;
}

#mailbox {
	padding:2px 2px 2px 5px;
}

.newsDateDisplay{
	width:75px;
	text-align:center;
	font:normal 11px Tahoma;
}

.mailbox_text {
	background-color:#FBFDFD;
	font-family: Tahoma, Loma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #5392AC;
}

.mailbox_form {
	margin:0 0 0 0;
}

.mailbox_submit {
}

.menu_header_column {
	background-image:url(images/bg_menu_column.gif);
	padding:0px 0px 0px 5px;
	vertical-align:middle;
	font:bold 12px Tahoma;
	color: #226886;
}

.menu_column {
	padding:4px 0px 4px 15px;
	font:normal 12px Tahoma, Loma;
	color: #004E8B;
	line-height:20px;
}

.menu_column a:link {
	color:#005E8F;
}

.menu_column a:visited {
	color:#005E8F;
}

.menu_column a:hover {
	color:#34A4D8;
}

.banner {
	padding:2px;
	text-align:center;
}

#ibanner {  
    height:  200px;  
    width:   448px;  
    padding: 2px;  
    margin:  0;  
} 
 
#ibanner img {  
    padding: 0px;  
    width:  448px; 
    height: 200px; 
    top:  0; 
    left: 0; 
	border: 0;
}

#ibannerNav {
    height:  16px;  
    width:   448px;  
    padding: 2px 2px 5px 2px; 
	text-align:right;
	font:normal 10px Tahoma;
}

#ibannerNav a {
	border: 1px solid #eee;
	background: #fff;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 4px;
}

#ibannerNav a.activeSlide {
	background: #eee;
}

#ibannerNav a:focus {
	outline: none;
}


#content {
	margin:0 0 0 0;
	padding:0 0 0 2px;
	vertical-align:top;
	clear:none;
}

.wide_banner {
	text-align:center;
}

#main {
	margin:10px;
	padding:0 0 0 0;
	vertical-align:top;
}

#submenu {
	float:right;
	background-image:url(images/bg_submenu.gif);
	margin:0 0 0 0;
	padding:0 0 0 1px;
	width: 159px;
	vertical-align:top;
}

.submenu_header_column {
	background-image:url(images/bg_submenu_column.gif);
	padding:0px 0px 0px 5px;
	vertical-align:middle;
	height:25px;

	font:bold 12px Tahoma;
	color: #407BA4;
}

.submenu_column {
	background-repeat:no-repeat;
	padding:4px 0px 4px 10px;
  	float: left;
	line-height:20px;
}

.form_select {
	font-family: Tahoma, Loma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

.column {
	padding: 5px;
}



.column_index {
	width:450px;
	text-align:left;
}

/*headline*/

.headline {
	padding: 0 0 10px 0;
	margin:2px;
	border:solid 1px #B8D9EF;
	text-align:center;
	background-color:#E2F3FE;
}

.headline a:link {
	color:#006BB1;
}

.headline a:visited {
	color:#006BB1;
}

.headline a:hover {
	color:#34A4D8;
}

.headline_subject {
	padding:4px;
	margin-bottom:5px;
	background-color:#EAF7FF;
	font:bold 14px Tahoma, Loma;
}

.headline_subject a:link {
	color:#006BB1;
}

.headline_subject a:visited {
	color:#006BB1;
}

.headline_subject a:hover {
	color:#FF6000;
}

.headline_descript {
	padding:4px;
	
	font:10px Tahoma, Loma;
	color: #999999;
}

.headline_body {
	padding:0 10px 0 10px;
		
	font:normal 12px Tahoma, Loma;
	line-height: 16px;
}

.news_subject {
	padding:4px;
	background-color:#DBECF7;
	
	font:bold 14px Tahoma, Loma;
	color:#005195;
	line-height: 20px;
}

.news_descript {
	padding:4px;
	
	font:11px Tahoma, Loma;
	color: #5596BF;
}

.news_date {
	font-size: 9px;
	font-family:Tahoma;
}

.news {
	padding: 0px 0px 20px 0px;
	background-color:#FFFFFF;
}

.news a:link {
	color:#006BB1;
}

.news a:visited {
	color:#006BB1;
}

.news a:hover {
	color:#34A4D8;
}


.subject {
	font:bold 14px Tahoma, Loma;
	color: #FF680D;
	line-height: 20px;
}

.subject2 {
	font:bold 12px Tahoma, Loma;
	color: #FF680D;
	line-height: 20px;
}

.main_table {
	border:solid 1px #CCCCCC;
}

.blue {
	padding:10px 0px 5px 0px;
	font:bold 12px Tahoma, Loma;
	color: #0063B9;
}

.column2 {
	padding:2px;
	text-align:left;
}

.form_select {
	font-family: Tahoma, Loma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

/*sys*/
.login {
	width:700px;
	padding:50px 20px 50px 20px;
	text-align:center;
	
	font-family: Tahoma, Loma;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

.form_text {
	font-family: Tahoma, Loma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}
.form_button {
	font-family: Tahoma, Loma;
	font-size: 12px;
	color: #000000;
}

.alert {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color:#FF4800;
}

/*** subPage ***/

/* mainMenu Multi-ddm */

#subPageListMenu {
	list-style: none;
	padding: 0;
	margin: auto;
	text-align:center;
}

#subPageListMenu > li {
	float: left;
}

#subPageListMenu> li > a {
	display: block;
	width: 120px;
	text-align:center;
	margin-left:2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #ECA713;
	background-color:#FFEAB0;
	font-weight: bold;
	font-size:12px;
}

#subPageListMenu > li > .parent-hover {
	color:#B37A00;
	background-color: #F4D580;
}

#subPageListMenu > li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: 0px;
	z-index: 90;
	padding: 0px;
}

#subPageListMenu > li ul a {
	display: block;
	width: 152px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: #453933;
	border-bottom:solid 1px #F99827;
	background-color: #FAB669;
}

#subPageListMenu > li ul li a.first {
	border-top: 1px solid #545454;
}

#subPageListMenu > li ul .child-hover1 {
	background-color: #FCD5A9;
}

#subPageListMenu > li ul .child-hover2 {
	background-color: black;
	color: white;
}

#subPageListMenu > li ul .child-hover3 {
	background-color: purple;
	color: white;
}

#subPageListMenu > li ul .child-hover4 {
	background-color: blue;
	color: white;
}

#subPageListMenu > li ul li ul {
	margin: -23px 0 0 160px;
	position: absolute;
}

#subPageListMenu  span {
	float: right;
}

#subPageMenu {
	height: 25px;
	width:610px;
	margin:auto;
	background-color:#FFEAB0;
}

#subPageHeader {
	width:610px;
	margin: auto;
	text-align:center;
}

.docList {
	list-style:decimal;
	list-style-type:decimal;
}

.docList ul {
	list-style:decimal;
	list-style-type:decimal;
	padding: 2px 2px 3px 2px;
}

.docList li {
	padding: 2px 2px 3px 2px;
}