body, div
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
body
{
    background-color: #999966;
    margin: 0;
}

#container
{
    padding: 0;
    border: 0;
    width: 770px; /*Width of main container*/
    margin: 10px auto; /*Center container on page*/
}
#navcolumn
{
    float: left;
    width: 130px;
    padding-top: 30px;
    vertical-align: top;
    background-color: #999966;
}
#contentcolumn
{
    float:left;
    width:640px;
    background-color: #ffffff;
}
#footer
{
    clear: left;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    background-color: #999966;
}


table
{
    text-align: left;
    width: 100%;
}
td, th
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
tr.row1 td
{
    background-color: #FBF9EA;
    color: black;
}
tr.row0 td
{
    background-color: #CCCC99;
    color: black;
}
.col1
{
    background-color: #FBF9EA;
    color: black;
}
.col0
{
    background-color: #CCCC99;
    color: black;
}
.headerCell
{
    vertical-align: top;
    background-color: #CCCC99;
    color: black;
    font-weight: normal;
}
.underline
{
    border-bottom: solid;
    border-bottom-color: #CCCC99;
    border-bottom-width: 1px;
    background-color: #ffffff;
    font-weight: bold;
}


.dataCell
{
    vertical-align: top;
    background-color: #FBF9EA;
    color: black;
    border-bottom: solid;
    border-bottom-color: #CCCC99;
    border-bottom-width: 1px;
    font-weight: normal;
}
.dataCellNoBorder
{
    vertical-align: top;
    background-color: #FBF9EA;
    color: black;
    border-bottom: solid;
    border-bottom-color: #FBF9EA;
    border-bottom-width: 1px;
    font-weight: normal;
}

.title
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.logo
{
    color: white;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    vertical-align:middle; 
    text-align:center; 
    background-color:#999966; 
    height:30px;
    border: 0;
    margin: 0;
}
.logoAddress
{
    color: white;
    font-family: Arial;
    font-size: 12px;
}

/* Navigation */
.nav, a.nav, a.nav:hover, a.navsel, a.navsel:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
a.nav
{
    color: white;
    text-decoration: none;
}
a.nav:hover
{
    color: white;
    text-decoration: underline;
}
a.navsel
{
    color: #666666;
    text-decoration: none;
    background: #FFFFFF;
}
a.navsel:hover
{
    color: #666666;
    text-decoration: underline;
    background: #FFFFFF;
}
a
{
    color: #336699;
    font-size: 12px;
}
.nav-cell-on, .nav-cell-off, .nav-cell-on-indent, .nav-cell-off-indent
{
    color: #666666;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.nav-cell-on
{
    background-color: #FFFFFF;
    padding-left: 5px;
}
.nav-cell-off
{
    padding-left: 5px;
}
.nav-cell-on-indent
{
    background-color: #FFFFFF;
    padding-left: 25px;
}
.nav-cell-off-indent
{
    background-color: #CCCC99;
    padding-left: 25px;
}

.textBlock
{
    padding-bottom: 10px;
}
#contentDiv
{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 600px;
}
#topImage
{
    padding-bottom: 20px;
}
.ClassDescription
{
    background-color: #ffffff;
    padding: 20px;
    border-color: #CCCC99;
    border-style: solid;
    border-width: 1px;
}
.ScheduleTable
{
    border-bottom-color: #CCCC99;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
div.amazonlist
{
    margin-bottom: 5px;
}
.donate
{
    display: block;
    width: 180px;
    float: right;
    position: relative;
    text-align: center;
    margin: 10 0 10 0;
}

span.donate select 
{ 
    font-size: x-small;
    margin: 10px 0 10px 0;
}

table.dues 
{
    border: solid 1px #eee; 
    margin: 10px 0 10px 0; 
    width:400px;
    border-color: #CCCC99;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    background-color: #FBF9EA;
}

table.dues td
{
     vertical-align:top;
}
table.dues td.description
{
     width:180px;
}

.highlight
{
    border: solid 1px red;
    display:block;
    width:400px;
}

.instructorPicture
{
    width: 180px;
    float: right;
    margin: 0 0 10 10;
}

a.backtotop 
{
    display:block;
    margin-top:5px;
    margin-bottom:5px;
}