body
{
    padding: 0em;
    margin: 0em;
    border: 0em;
    font-family: verdana, sans-serif;
    color: white;
  background: black;
  background-image: url("/_images/back.jpg");
}

div.content
{
  padding: 1em;
}

table.title
{
  width: 100%;
}

div.title
{
  width: 100%;
  text-align: left;
  color: #dddddd;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2.0em;
}


td.titlelogo
{
}

table.menu
{
  width: 100%;
  background-image: url("/_images/bc.jpg");
  border: 1px outset #bbbbbb;
  text-align: center;
}

td.menu
{
  font-size: 0.9em;
  font-weight: bold;
}

A
{
    text-decoration: underline;
	font-weight: bold;
	color: white;
}

A.menu
{
    padding: 0.2em 1em 0.2em 1em;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

A.menu:hover
{
    background-image: url("/_images/bc-light.jpg");
    text-decoration: underline;
}

A.menuselected
{
    padding: 0.2em 1em 0.2em 1em;
    border: 1px inset #bbbbbb;
    background-image: url("/_images/bc-dark.jpg");
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.imagegallery
{
    width: 100%;
}

td.imagegallery
{
    width: 33%;
    height: 160px;
}
a.imagegallery
{
    background-color: #dddddd;
	border: 1px outset #cccccc;
	margin: 10px;
    display: block;
    color: black;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    height: 100%;
}

a.imagegallery:hover
{
    background-color: #bbbbbb;
}

div.imagegallery
{
    padding-bottom: 5;
}

img.imagegallery
{
    padding: 5;
    border: 0;
    vertical-align: top;
}
