/*@charset "utf-8"; */
/* CSS Document */

body
{
    background-image: url(   'img/header_bg_tile.gif' );
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    background-color: #f3f3f5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

H1
{
	font-size:20px;
	color:#005AFF;
	font-weight:bold;
}

H2{
	
	font-size:17px;
	color:#252F47;
	font-weight:bold;
}
H3{
	
	font-size:12px;
	color:#186CC4;
	font-weight:bold;
}
H4{
	
	font-size:12px;
	color:#252F47;
	font-weight:bold;
}
a:link{
	text-decoration:none;
	color:#0E5FD8;
}

a:visited{
	text-decoration:none;
	color:#0E5FD8;
}
a:active{
	text-decoration:none;
	color:#0E5FD8;
}
a:hover{
	text-decoration:underline;
	color:#0E5FD8;
}


#wrap_all
{
    width: 986px;
     margin-left: auto;
    margin-right: auto;
}
 
#header_wrap
{
    width:100%;
    height: 82px;
   padding-left: 20px;
   padding-right: 20px;
} 
#header_logo
{

} 
#header_right
{

} 
 
#body_wrap_1
{  
    background-image: url( 'img/body_bgwrapper_bg.gif' );
}
#body_wrap_2
{  
    background-image: url( 'img/body_innerwrapper_bg.gif' );
    background-repeat: no-repeat;
}  
#body_top
{
    padding-top: 2px;
    padding-left: 13px;
}

#body_main_tb
{
    
    width: 100%;
    
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom:10px;
}

#body_left
{
    border-top: solid 1px #DDDDDD;
    padding-top: 5px;
    padding-right: 5px;
    width: 188px;
    border-right: solid 1px #DDDDDD;
    vertical-align: top;
}

#left_1
{

}
 
#left_2
{

}
 
#body_right
{
    border-top: solid 1px #DDDDDD;
    padding-left: 6px;
    
    vertical-align: top;
}
 
#right_1
{

} 
 
#right_2
{

}
 
#footer_wrap
{
    background-image: url( 'img/body_bottomwrapper_bg.gif' );
    background-repeat: no-repeat;
    height: 30px;
    font-size: 11px;
    color: #888888;
    text-align:center;
    padding-top: 14px;
}

#footer_1
{

} 
#footer_2
{

} 
 
