body {
	margin:0;
	margin-left:130px;
	background-image: url(../site_images/background.gif);
	background-repeat: repeat-y;
	/*background-position: center top;*/
	font-family:verdana;
	font-size:70%;
	color:#626262;
	background-attachment: scroll;
}
ul {
list-style-image: url(../site_images/nl_img/image/bullet_color);
}
.margin_top{
margin-top:50px;
}
a {
	color:#0033CC;
	text-decoration:underline;
}
a:hover {
	color:#00ABC2;
}
.backgroud_bottom{
	background-image: url(../site_images/background_table_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#ffffff;
}
.txtheading{
	font-size: 140%;
	color: #00ABC2;
}
.txttblheading{
	font-size: 100%;
	color: #ffffff;
}
.txttblheading a {
	color: #ffffff;
}
.txttblheading a:hover {
	color: #ffffff;
}
.txtnormal{
	font-size: 80%;
	color: #00ABC2;
}
.txtnormal a{
	color: #00ABC2;
}
.txtnormalblack{
	font-size: 80%;
	color: #000000;
}
.txtnormalblack a{
	color: #000000;
}

.txtbottom, .txtbottom a{
	font-size:9px; color:#6D6E72;
	letter-spacing:.05em;
	text-decoration:none
}
.txtbottom a:hover{
text-decoration:underline
}
.mini_index_small{
	background-image: url(../site_images/nl_img/Image/pic_2.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 441px;

}
form{
margin:0px;
}
a.button, a.button:hover{
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(../site_images/button.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 162px;
	text-align: center;
	display:block;
	padding-top:4px;
	text-decoration:none
}
.main_pic_with_menu{
	background-image: url(../site_images/nl_img/Image/main_img.gif);
	background-repeat: no-repeat;
	height: 259px;
	width: 740px;
	background-position: bottom;
}
.main_pic_with_menu_al{
	background-image: url(../site_images/nl_img/Image/main_img_al.gif);
	background-repeat: no-repeat;
	height: 259px;
	width: 740px;
	background-position: bottom;
}
a.button_top, a.button_top:hover{
	font-family: verdana;
	font-size: 10px;
	color: #262661;
	background-image: url(../site_images/button_top.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 122px;
	text-align: center;
	display:block;
	padding-top:5px;
	text-decoration:none
}
a.button_top_1,a.button_top_1:hover{
	font-family: verdana;
	font-size: 10px;
	color: #262661;
	background-image: url(../site_images/button_top_1.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 175px;
	text-align: center;
	display:block;
	padding-top:5px;
	text-decoration:none
}
a.top_link_active{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
a.top_link{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
    /* This is the part for the CSS menu - these settings are for a horizontal menu */
    #dmenu{                         /* menu list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        position: static;           /* need this so that the z-index stuff works correctly */
        background-color: #fff;     /* the default background color within the main menu container */
        color: #000;                /* the default font color (not links) within the main menu container */
        z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
    }
    #dmenu li{                      /* top-level menu element */
	list-style-type: none;      /* disable the display of the list item bullets */
	float: left;                /* this is to allow for the horizontal main menu */
	/* border: black solid 1px;*/    /* border for each of the main menu items */
   /*     background-color: #ffc; */    /* main menu item background color */
        color: #000;                /* main menu item font color (not links) */
	margin: 0px;                /* spacing between main menu items */
	padding-top:5px;
	/* padding within main menu items */
/*        width: 120px;               /* the width of each main menu item */
        display: block;
    }

    #dmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;    /* this is so that it doesn't push that page content around on hover */
		margin:0px;
		padding-top:11px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;               /* space around the list container */            /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
                       /* should be the same as #dmenu li width */
      /*  background-color:; */    /* sub-menu default background color */
            /* the border around the sub-menu list */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
    }

    #dmenu ul li{                   /* second-level or greater menu element links */
        background-color: #00ABC2;     /* default background color for sub-menu container */
        color: #000;                /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 3px;               /* This is for padding between menu items in the drop-downs */
        width: 100%;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
    }

    #dmenu li a{                    /* top-level menu element links */
        text-align: center;         /* text alignment in main menu item links */
/*        width: 120px;               /* set this to #dmenu ul width */
        display: block;
    }
    
    #dmenu ul a {                   /* all the other level menu link elements */
        padding: 0px;
        margin: 0px;
     /*  width: 195px;*/               /* (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly. */
        display: block;
		text-align:left;
		color:white;
		text-decoration:none
    }

    #dmenu a:hover,                 /* top-level hovering properties */
    #dmenu li:hover{
        display: block;
        color: black;
    }
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
        display: block;
       /*width: 195px; */              /* should be set to the same value as #dmenu ul li width */
        background-color: #97E9EE;
        color: black;
		text-decoration:none
    }

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 114px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu ul li>ul,
    #dmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu li:hover ul ul,              
    #dmenu li:hover ul ul ul,
    #dmenu li:hover ul ul ul ul,
    #dmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu li:hover ul,
    #dmenu ul li:hover ul,
    #dmenu ul ul li:hover ul,
    #dmenu ul ul ul li:hover ul,
    #dmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }
.txterror {color:red;}
.button{
font-family:verdana;
font-size:12px;
width:100px;
}	
.sitemap {
color:#626262;
text-decoration:none;
}
#dhtmltooltip{
position: absolute;
width: 260px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
text-align:center;
left:0px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}