html
{
 width:100%;
}

body
{
 margin:0px;
 padding:0px;
 width:100%;
}

html,body
{
 width:100%;
 height:100%;
}

td.bluetext
{
	color:Blue;
}

td.header
{
 width:100%;
 height:63px;
 background:#0134CD url(../images/header_bg.gif) top left repeat-x;
}

td.headerborder
{
 width:100%;
 height:4px;
 background:#7BA5FF;
}

td.body
{
 width:100%;
 height:100%;
 vertical-align:top;
}

		td.bodyleft
    {
     width:230px;
     /*background:#ececec;*/
      background:transparent url(../images/menuBG.gif);
     horizontal-align:center;
     vertical-align:top;  
     text-align:center;   
     padding-top:15px;
    }
    
    td.bodyright
    {
     width:100%;
     background:#ffffff;
     vertical-align:top;
    }

td.footer
{
 width:100%;
 height:22px;
 line-height:22px;
 background:#FDFDFD
 color:#000000;
 text-align:center;
 font-family:'Tahoma','Sans-Serif';
 font-size:12px;
 font-weight:bold;
 padding-left:10px;
}
		td.footer a
    {
     color:#ffffff;
    }

td.bodyleftswitch
{ 
 height:100%;
 text-align:center;
 vertical-align:middle;
}
	td.bodyleftswitch a.iconbodyleftswitch
  {
   width:15px;
   line-height:100%;
   text-decoration:none;
   font-weight:bold;
   color:#000000;
   background:transparent url(../images/icons/icon_leftarrow.gif) center center no-repeat;
  }


#div_header
{ 
 width:100%;
 height:63px;
 background:transparent top left no-repeat;
}  
  
#div_bodyleft
{
 position:relative;
 width:230px;
}

#div_bodyright
{
 position:relative;
 width:auto;
}



#breadcrumbs
{
 position:relative;
 padding-left:5px;
 height:19px;
 line-height:17px;
 font-size:11px;
 font-family:'Tahoma','Sans-Serif';
 text-transform:capitalize;
 color:#000000;
 font-weight:normal;
}
		#breadcrumbs a
    {
     color:#8B99AE;
    }

    
#content
{
 width:auto;
 padding:10px;
}
    
   
