﻿.date
{
    font-weight: bold;
}

.title
{
    font-size: 18px;
}

.two_column_page
{
    display: block;
    height: auto;
    overflow: hidden;
}

.two_column_page #left_column 
{
    display: block;
    float: left;
    margin-right: 3%;
    overflow: visible;
    width: 22%;
}


.two_column_page #left_column a
{
    color: #333333;
    display: block;
    margin-top: 3px;
    text-decoration: none;
    font-weight: bold;
}

.two_column_page #left_column a.current
{
    color: #369ACC;
}

.two_column_page #left_column a.blue, 
.two_column_page #left_column a.blue:visited
{
    color: #0099FF;
}
 
.two_column_page #left_column a.blue:hover
{
    text-decoration: underline;
}

.two_column_page #left_column ul
{
    color: #369ACC;
    overflow: visible;
}

.two_column_page #left_column ul li
{
    text-align: left;
}

.two_column_page #content_column
{
    display: block;
    float: left;
    width: 74%;
}

.news_item hr 
{
    margin: 25px 0;
}

.faq_sub_links
{
    margin: -10px -5px 10px 0;
    padding: 0;
}

.two_column_page #left_column .faq_sub_links ul li a
{
    color: #369ACC;
}

.trade_show_item 
{
    float: left;
    height: auto;
    margin: 0 0 15px 0;
    min-height: 125px;
    width: 50%;
}
