
#container 
{ 
     margin: 0; 
     float: none; 
     width: auto;
     zwidth: 700px; 
     color: black; 
     font-size: 10pt;
}

.noprint, #footer, #other_links, #sub-btm, #p-nav, #primary-nav
{
    display: none;
    visibility: hidden;
}

#header img
{
    border: none;
}

h1, .title-contactus
{
    font-size: 16pt; 
    display: block; 
}

.page_break
{
        page-break-before: always;
}

.left_col_text
{
    /* float: left; causes IE to freeze */
    margin-left: 0;  
}

.title-contactus
{
    padding: 20px 0 0 0;
    clear: both;     
    color: #00316B; 
    font-size: 16pt; 
    font-weight: bold; 
}

.tour_desc
{
    font-weight: bold;
    border-bottom: 1px solid black;
}

.highlight
{
    font-weight: bold;
} 







