body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #373737;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 40px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 4px 0px 4px;
} 
.twoColFixLtHdr #header { 
	background: #697cb7; 
	padding:0 ;
	height:100px;
	margin:0 0 4px 0;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 226px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0;
	margin:0;
	
}
.twoColFixLtHdr #logo_name {
	background: url(/images/side_bg.gif) repeat-x    ; /*#EBEBEB the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
    margin:0;
	padding:145px 20px 177px 0; 
	font-size:23px;
	text-align:right;
	color:#FFFFFF;
}
.twoColFixLtHdr #logo_name_sub {
	background: url(/images/side_bg.gif) repeat-x    ; /*#EBEBEB the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
    margin:0;
	padding:67px 20px 68px 0; 
	font-size:20px;
	text-align:right;
	color:#FFFFFF;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #sub_footer { 
	/* this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD; */
	text-align:right;
	color:#FFFFFF;
	font-size:13px;
	background:#8888FF;
	height:200px;
} 
.twoColFixLtHdr #footer { 
	padding:0px 4px 0px 4px;/* this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD; */
	text-align:right;
	width: 792px;
	margin: 4px 0 0 0;
	color:#373737;
	font-size:13px;
	background:#8888FF;
	height:200px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#main_menu li{
   padding:0 4px 0 4px;
   margin:0;
   float:left;
   list-style:none;
}
#main_menu{
   float:right;
   padding:50px 10px 0 0;
   margin:0;
   font-size:13px;
   color:#FFFFFF;
}
#left_sub_menu li{
   margin:0;
   text-align:right;
   padding:5px 20px 2px 0px;
   font-size:13px;
   font-weight:bold;
   color:#000000;
   list-style:none;
}
#consul_menu li{
   margin:0;
   padding:5px 10px 2px 0px;
   font-size:12px;
   color:#800000;
   list-style:square;
}
#left_sub_menu {
   margin:4px 0 0 0;
   padding:116px 0 230px 0;
   background:url(/images/submenu_bg.gif) repeat-x  ;
}
#under_left_menu {
   margin:0;
   padding:0;
   background:#d7d7d7 /*(/images/undersubmenu_bg.gif) repeat-x */;
   height:350px;
}

#main_menu li a:link{
  color:#FFFFFF;
  text-decoration:none;
}
#main_menu li a:visited{
  color:#FFFFFF;
  text-decoration:none;
}
#main_menu li a:hover{
  color:#FFFFFF;
  text-decoration:underline;
}
#main_menu li a:active{
  color:#FFFFFF;
  text-decoration:none;
}
/*/////////////////////////*/
#left_sub_menu li a:link{
  color:#000000;
  text-decoration:none;
}
#left_sub_menu li a:visited{
  color:#000000;
  text-decoration:none;
}
#left_sub_menu li a:hover{
  color:#000000;
  text-decoration:underline;
}
#left_sub_menu li a:active{
  color:#000000;
  text-decoration:none;
}
#over_pic_text{
	margin:0; 
	padding:0;
	position:absolute;
	top:170px;
	left:430px; 
	z-index:55; 
	color:#FFFFFF;
	font-size:24px
}



#myslides img{
 width:570px ;
 height:350px ;
}
#myslides_sub img{
 width:570px ;
 height:160px ;
}
#data_tbl td{
	border-bottom:1px solid #804040;
	border-right:1px solid #804040;
	text-align:center;
}
#consulting_ie{
margin:0;
padding:0;
background:#d7d7d7;
height:720px;
}
