    body, table, td, input
    {
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
    }

    .white { color: #FFFFFF; }
    .black { color: #000000; }
    .orange, .price { color: #F37A0B; }
    .red { color: #D83B26; }
    a:hover { color: #D83B26; }
    .lightlink:hover { color: #FFCC00; }
    .lightlink { color: #6DC1EC; }
    .light { color: #999999; }
	.limelink:hover  { color: #FFCC00; }
	.limelink { color: #08FD00; }
	.pinklink:hover  { color: #FFCC00; }
	.pinklink { color: #D181A5; }
	.greenlink:hover  { color: #FFCC00; }
	.greenlink { color: #01996A; }
	 societylink:hover  { color: #FFCC00; }
	.societylink { color: #B12D45; }
	.tourslink:hover  { color: #FFCC00; }
	.tourslink { color: #FFFFFF; }
	

    big
    {
        font-weight: bold;
        color: #D83B26;
        font-size: 14px;
    }

    h2
    {
        font-weight: bold;
        color: #D83B26;
        font-size: 22px;
    }

    h3
    {
        font-weight: bold;
        color: #000000;
        font-size: 12px;
    }

    a.btn, a.btn:visited, input.btn
    {
        padding: 1px 3px 1px 3px;
        color: #FFFFFF;
        background-color: #385089;
        border-top: 1px solid #577CD4;
        border-left: 1px solid #577CD4;
        border-right: 1px solid #1A253F;
        border-bottom: 1px solid #1A253F;
        font-weight: bold;
        text-decoration: none;
    }

    input.btn
    {
        cursor: hand;
        cursor: pointer;
    }

    a.btn:hover, a.btn:active, input.btn:hover
    {
        text-decoration: none;
        background-color: #D83B26;
        color: #FFFFFF;
        border-top: 1px solid #FF543D;
        border-left: 1px solid #FF543D;
        border-right: 1px solid #9E2B1C;
        border-bottom: 1px solid #9E2B1C;
    }

    a.download, a.download:visited 
    { 
        background: #385089 url('/images/download.gif') 4px center no-repeat; padding: 4px 6px 4px 19px; 
        text-decoration: none; color: #FFFFFF;
    }
    a.download:hover, a.download:active
    {
        text-decoration: none; background-color: #D83B26; color: #FFFFFF;
    }


    #newsheader
    {
        border: 1px solid #D83B26;
        margin: -28px 0px 28px 0px;
        padding: 7px;
    }

    .photoRight
    {
        float: right;
        margin: 0px 0px 12px 14px;
    }

    .insection
    {
        margin: 24px 24px 24px 24px;
    }

    .block
    {
        width: 180px;
        height: 120px;
        margin: 20px 20px 0px 0px;
        float: left;
    }

    .product
    {
        width: 135px;
        height: 200px;
        margin: 10px 15px 0px 0px;
        float: left;
    }

    .thumb
    {
        width: 135px;
        height: 120px;
        margin: 10px 15px 0px 0px;
        float: left;
    }

    .box
    {
        border: 1px solid #F37A0B;
        padding: 12px;
    }

    .boxWave 
    { 
        padding: 20px 20px 30px 20px; margin: 0px 0px 20px 0px; 
        background: #A6C7D7 url('/images/wave-edge.gif') bottom center no-repeat; 
    }

    #cart
    {
        width: 218px;
        height: 92px;
        border: 1px solid #F37A0B;
        background-color: #FFFFFF;
        cursor: hand;
        cursor: pointer;
    }

    #cartcontents { padding: 24px 14px 14px 24px; }

    /* curriculum section */

    div.curriculum { margin: 0px; padding: 0px; }
    .curriculum li { padding: 3px 0px 3px 0px; }
    .curriculum big { font-size: 16px; }

    @media print
    {
       #header, #footnav, .noprint { display: none; }
    }

