BODY 
{ 
    margin: 0;
    border: 0;
    padding: 0;
}


.mainbody
{ 
    /*background: white url(images/main_bg.jpg) no-repeat ;*/
    padding: 0px;
}

.tagline
{ 
    width: 885px;
    font-size:   15pt;
    color:  black;
    font-weight: bold;
    text-decoration: none;
    margin-left: 70px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: gray;
    margin-bottom: 10px;
    text-align: right;
/*    padding-left: 10px; */
}

.section-title
{ 
    font-size:   18pt;
    color:  black;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

TABLE.sidebar-table
{
    /*background: white url(images/deep.blue.sea.jpg) no-repeat ;*/
    background: white url(images/sidebar2.jpg) no-repeat ;
    padding: 0px;
    margin: 0px;
}

TABLE.sidebar-table2
{
    background: white url(images/one.tree.jpg) no-repeat ;
    padding: 0px;
    margin: 0px;
}

.sidebar
{ 
    background: white; 
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 160px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 38px;
    vertical-align: top;
    text-align: left;
    width: 184px;
    /*height: 100%;*/
/*    height: 600px; */
}


.sidebar-section
{
    font-size:   14pt;
    color:  black;
    font-weight: bold;
    text-decoration: none;
    margin-left: 4px; 
}

.sidebar-section-active
{
    font-size:   14pt;
    color:  black;
    font-weight: bold;
    text-decoration: none;
    margin-left: 2px; 
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: black; 
}

.sidebar-section-selected
{
    font-size:   14pt;
    color:  black;
    font-weight: bold;
    text-decoration: none;
    margin-left: 2px; 
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: blue; 
}

A.sidebar-subsection-link
{ 
    font-size:   9pt;
    color:  #006;
    font-weight: bold;
    text-decoration: none;
}


.sidebar-subsection
{ 
    font-size:   6pt;
    color:  #006;
    font-weight: bold;
    margin-left: 30px;
}


.divider
{ 
    background-image: url(images/cknotmini.gif); 
    background-repeat: repeat;
    width: 30px;
    height: 100%;
}

.section-text
{
    font-family: palatino, georgia, serif;
    
    height: 100%;
}

.picture-filename
{ 
    font-size: 8pt;
    font-family: arial;
}

.picture-description
{ 
    font-size: 12pt;
    padding: 10px;
    height; 100%;
    width; 100%;
    font-family:palatino, georgia, serif;
/*    border-style: solid;
//    border-width: 1px;
//    border-color: gray;
*/
}

.gallery-thumbnail
{ 
    float: left;
    clear: none;
}

.gallery-caption
{ 
    font-size: 10pt;
//    font-family: arial;
}

UL.sidebar-subsection
{   list-style-position: outside;
    list-style-type: circle;
    margin: 0; 
    padding-left: 35px;
    font-size: 5pt;
    font-family:palatino, georgia, serif;
}

LI.sidebar-subsection-li
{   list-style-position: outside;
}

/*
A:link {
    color: white; 
}
A:visited {
    color: white; 
}
A:active {
    color: blue; 
}
*/

