.columnbackground
{
    background: #ffffff url(images/bg.gif) top center repeat-y;
    margin: 0px 0px 0px 0px;
}

.solidbackground
{
    background: #AE6ECF;
}

/*control width of main column*/
.wrap
{
    width: 980px;
    margin: 0 auto;
}

/*the main table that makes up the main column*/
.maintable
{
    width: 100%;
}

/*the formating for the site banner/logo image (which is also a link back to homepage)*/
.maintable a img
{
    border: none;
}


.labelcell
{
    padding-left: 60px;
    padding-right: 1em;
}

.artcelldiv
{
    height: 2px;
    font-size: 2px;
    background: #0D4E02;
    margin-top: 13px;
    margin-bottom: 13px;
   
}
/*formatting for table cells that contain thin horizonal divider lines*/
.thinborder
{
    height: 10px;
    font-size: 0.5em;
    background: #0D4E02;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/*formating for table cell that contains navigation menu*/
.menucell
{
   width: 200px; 
   border-right: 2px solid #0D4E02;
   vertical-align: top;
   padding-top: 30px;
}

/*formatting for table cell containing the main content of the page*/
.maincell
{
    vertical-align: top;
    padding: 0px 10px 0px 10px;
}

/*part of the navigation menu*/
.menucell ul
{
    list-style: none;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;

}

/*individual items in navigation menu*/
.menucell li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #AE6ECF;
}

/*links in navigation menu*/
.menucell li a
{
    text-decoration: none;
    color: #BABA00;   /*text color*/
    display: block;
    padding: 0.2em 0 0.2em 0.4em;
    margin-top: 4px;
    background: #0D4E02; /*background color*/
    border-left: 6px solid black;

}
/*links in navigation menu when mouse hovers over them*/
.menucell li a:hover
{
    text-decoration: underline;
    color: black;
    background: #328624;
}

/*format images that act as links (the artwork)*/
.maincell a img
{
    border: 1px solid black;
}

.center
{
    text-align: center;
}

.bold
{
    font-weight: bold;
}

.caption
{
    font-family: tahoma, Arial, sans-serif;
    text-align: center;
    font-style: italic;
    font-size: 0.6em;
}


