﻿
   body
   {
    color:#663300;
    font-family:Tahoma;
    font-size:12px;
    background-color:#4a6d41;
   }
   
   .details
   {
    font-size: 10px;
   }
   
   div.spacer {
      clear: both;
      }
      
   .page_title 
   {
       color:#663300;
       font-size: 14px;
   }
   
   .title
   {
        font-size: 16px;
        font-weight: bold;
   }
   
   .subtitle
   {
    font-size: 14px;
    font-weight: bold;
   }
      
    .myBox
    {
        position:relative;
        width:450px;
        border: 0px solid #ffffff;
        color: #663300;
        margin-left: 30px;
        margin-right: 30px;
        padding-top: 0px;
        text-align: left;
        background-color: #eeece3;
        border: 2px solid #663300;
    }
    
    .navTab
    {
        float:left;
        margin-top: -2px;
    }
    
   .navTab2
    {
        float:left;
        clear:right;
        margin-top: -2px;
    }
    
    .navBanner
    {
        clear:right;
    }
    
    #wrapper
    {
        width: 780px;
        margin: 0 auto;
        background-color:#FFFFFF;
    }
    
    #content
    {
        padding-top:15px;
        margin-top:15px;
        margin-left:10px;
        padding-left:10px;
    }
    
    .underline
    {
        width:50%; 
        color:#663300; 
        border-top-style: double; 
        border-top-width: 3px; 
        height: 3px;
    }
    
   .underline2
    {
        width:100%; 
        color:#663300; 
        border-top-style: solid; 
        border-top-width: 1px; 
        height: 1px;
    }
    
A:link
{
    color: Green;
    text-decoration: none;
}

A:visited
{
    color: Green;
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	