/* CSS Document */
.bar_bg
{
background:url(../../images/about_us/about02_bg.gif);
background-repeat:repeat-x;
height:32px;
width:100%;
}
.left /*left align of div*/
{
float:left;
width:666px;
}
.right /*right align of div*/
{
float:right;
width:auto;
}
.center
{
float:inherit;
width:auto;
}
#column1
{
width:265px;
float:left;
}
#column2
{
width:265px;
float:inherit;
}
#column3
{
width:265px;
float:right;
}
.border_left
{
border-left:1px solid #999999;
}
.border_right
{
border-right:1px solid #999999;
}
.border_top
{
border-top:1px solid #999999;
}
.border_bottom
{
border-bottom:1px solid #999999;
}
.font_names
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
font-weight: bold;
color:#000000;
}
.font_titles
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
font-weight:bold;
}
.font_titles_blue
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: #014c74;
font-weight:bold;
}
.margin_content
{
margin-top: 10px;
margin-bottom: 10px;
}
