body
{
    background-color: black;
    font-family: arial;
}            
a, a:visited
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color:white;
    text-decoration: underline;
    font-weight: bold;
}
.menuRow
{
    font-family: arial;
    background-color: #764132;
    color: white;
    font-weight: bold;
    height: 26px;
    font-size: 11px;
}
.topMenuItem
{
    padding: 5px;
    border-bottom: 10px solid black;
}
.bottomMenuItem
{
    padding: 5px;
    border-top: 10px solid black;
}
.rowSpacer
{
    height: 5px;
    background-color: black;
}            
.innerContent
{
    border: 5px solid white;
    font-size: 90%;
}
.thumbnailTable
{
    background-color: black; 
    color: white; 
    border-top: 10px solid black;
    border-top: 5px solid black;
    
    border-right: 10px solid black;
    border-right: 5px solid black;
    
    border-bottom: 2px solid black;
    border-bottom: 2px solid black;
    
    border-left: 10px solid black;
    border-left: 5px solid black;
}
.thumbnail
{
    border: 1px solid black;
    height: 76px;
    width: 58px;
}
.pageControl
{
    font-family: Arial Black;
    font-size: 11px;
    font-weight: bold;
    background-image: url('images/navtop.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: white; 
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    margin-top:-3px;
}
.mediumImage
{
    /*border: 5px solid black; */
    border-bottom: 14px solid white;
    _border-bottom: 13px solid white;
    background-color: black;
    text-align:center;
}
.selectedImage
{
    margin-bottom: 10px;
}
.contactDetails,
{
    margin-left: 50px;
    _margin-left: 0px;
    color:black;
}
 .contactDetails a, .contactDetails a:hover, .contactDetails a:visited
 {
     color:black;
     font-weight:normal;
 }
.label
{
    width: 100px;
    _width: 0px;
    padding-right:10px;
    text-align:right;
    font-weight:bold;
}
.info
{
    text-align:left;
}
