﻿.white_content_area
{
    background-color: #ffffff;
    float: left;
}

#Content
{
    width: 726px;
    padding: 16px;
    margin: 16px 0px 20px 0px;
}

#LeftMenu
{
    width: 162px;
    padding: 10px;
    margin: 16px 10px 0px 0px;
}

#CompanyLinks
{
    font-weight: bold; 
    margin-bottom: 5px;
}

.note
{
    margin-top: 15px;
    margin-bottom: 15px;
}

div.important, span.important
{
    margin-bottom: 15px;
}

.special
{
    margin-top: 10px;
}

.line
{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ECECEC;
}

.header
{
    margin-bottom: 10px;
}

.subheading, .subheading2
{
    margin-top: 15px;
    font-weight: bold; 
}

.subheading2
{
    font-size: 15px;
}

.legalCopyright
{
    margin-top: 15px;
}

#BackToTopLink
{
    width: inherit;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}

#LeftMenu li.on
{
	background-image:url('/images/bullet_00AAFF_3x6.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:8px;
}

#LeftMenu li.off
{
	background-image:url('/images/bullet_33322E_3x3.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:8px;
}

dl.license_table 
{
  padding-top: 10px;
  width: 650px; 
  height: 230px;
}

dl.license_table dt 
{
    width: 300px;
    float: left; 
    
}

dl.license_table dd 
{
    width: 350px;
    float: left;
}


