@charset "utf-8";
/* Dael J.  New site*/

*  {margin: 0;
   padding: 0;
}

html  {overflow: scroll;
        height: 100%;
	}

ul   { list-style: square inside;
}

ol    {list-style: decimal inside;
	}

a    { outline: none;
       text-decoration: underline;
}

a img  {border: none;
}

img   { vertical-align: top;
}

/*body { background-color: #666;
       padding: 10px;   
}*/

#main_content {margin: 5px 100px 5px 100px;}
/*----------------------------------------------------------------------
/*- White corner box LAYOUT--------------------------------------------------------------
/*----------------------------------------------------------------*/

/*#container {
           width: 800px;
		   margin: auto;
}
.content_box {
               width: 770px;
			   margin: 0px auto 20px;
			   height: auto
}*/

/*---------------------------------------------------------------------
/*- Curved Conrner DIV
/*----------------------------------------------------------------------*/

/*.header_box {
	height: 11px;
	overflow: hidden;
	background-color: #F7F7F7;
	background-image: url(images/top_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;		
}
.header_box div {
	         width: 11px;
	         height: 11px;
			 overflow: hidden;
			 background: #F7F7F7 url(images/top_left_corner.gif) top left no-repeat;
}
*/
.content_bx {background-color: #FFFFFF;
         padding: 20px 20px 20px;
		 clear: both;
}
/*
.footer_box {
	height: 11px;
	overflow: hidden;
	background-color: #F7F7F7;
	background-image: url(images/bottom_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
}

.footer_box div {
				width: 11px;
				height: 11px;
               overflow: hidden;
			   background: #fff  url(images/bottom_left_corner.gif) no-repeat;
}*/

.texts_gl {{border-top: thin;
            border: solid 1px;
           margin-left -400px;
  }
.iow_text { border: solid 1px;
                   background-color:#ebebeb;
}