A
{
    text-decoration: none;
    color: #cc3300;
}

A:visited
{
    text-decoration: none;
    color: #660033;
}

A:active
{
    text-decoration: underline;
    color: #ff6600;
}

A:hover
{
    text-decoration: underline;
    color: #ff6600;
}

A.featureUrl
{
    text-decoration: none;
    color: #000000;
}    

A.featureUrl:visited
{
    text-decoration: none;
    color: #990033;
}    

A.featureUrl:active
{
    text-decoration: underline;
    color: #ff6600;
}    

A.featureUrl:hover
{
    text-decoration: underline;
    color: #ff6600;
}    

body
{   
    margin: 0px;    background-position: top right;
    background-repeat: no-repeat;
    font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
}

select, input, textarea 
{
    font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    color: #333333;
}

.boxA
{
    border: 1px dotted #333333; 
}

.boxB
{
    border: 1px solid #333333; 
}
    
.bulletedList
{
    margin: 0px;
    margin-left: 15px;
    list-style-image: url(../images/bullet.png);    
}

.sideBox
{
    border: 1px dotted #333333; 
    background-color: #ffffff; 
    padding: 5px;
    padding-top: 0px;
    margin-bottom: 10px;
    width: 140px;
}

.featureBox
{
    border: 0px dotted #333333; 
    /*background-color: #ffffff;*/
    padding: 5px;
    margin-bottom: 10px;
    vertical-align: top; 
}

.featureBoxHeader
{
    border: 0px solid #000000; 
    /*background-color: #ffffdd;*/
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14pt;
}

.sideBoxHead
{
    border: 1px dotted #333333;
    border-top-width: 0px;
    background-color: #ffce00;
    font-weight: bold;
    text-align: left;
    padding: 3px;
    margin-bottom: 5px;
}

.sideBoxListItem
{
    margin-bottom: 2px;
}    

.contactBoxItem
{
    color: #000000;
}   

.linkListItem
{
    font-size: 8pt;
}

.hoverBox
{
    display: none; 
    position: absolute;
    padding: 1px;
    background-color: #ffffff;
}