/* represents each item in a vertical list */
.listitem
{
    margin:10px;
    text-align:justify;
    
    }
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #c4c4c4;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 10px;
}

.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
.newscrumbs{
    font-weight: bold;
    padding-right: 2px;
}
.pagesn{
    float:left; 
    width:auto;
}
.twocolumn
{
   width:auto;
   border:0px solid White;
   }
#columnleft
{
    border-bottom: 1px dashed #c4c4c4;
    border-right: 1px dashed #c4c4c4;
    float:left;
    width:200px;
    padding:10px;
    margin-right:20px;
    margin-bottom:20px;
}
#columnright
{
    padding:10px;
}
.fullwidth
{
    width:730px;
}
.Leaf
{
    margin-left:25px;
}
.DDL
{
    width:150px;
}
.DB
{
    background-color:Transparent;
    border:none;
    padding:0px;
    margin:0px;
    cursor:pointer;
}  
.dotline
{
    border-top:1px dotted gray;
}
