﻿
.AboutBox
{
    width:900px;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
}

.AboutBoxContents
{
    position:relative;
    height:300px;
}

.AboutBoxContents a
{
    color: #616161;
    text-decoration: underline;
}

.AboutBoxContents a:hover
{
    color: #00CC00;
    text-decoration: underline;
}


.AboutBoxContact
{
    width: 275px;
    margin-left: 10px;
    color:#616161;
}

.AboutBoxContact b
{
    color: #000000;
}

.AboutBoxContactHeader
{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}


.AboutBoxMembership
{
    position:absolute;
    width: 275px;
    margin-top:-276px;
    margin-left: 600px;
    
}

.AboutBoxMembershipHeader
{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.AboutBoxMembershipRegisterLink
{
    width: 275px;
    margin-left: 50px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}



.SubSectionHeaders
{
    font-weight: 900;
}


