﻿body 
{
    text-align:center;
    
background-color:#84824A;
margin-top:15px;
}

a:link
{
    text-decoration:none;
    color:#000000;
    
}
a:visited
{
    text-decoration:none;
    color:#000000;
    
}
 
a:active
{
    text-decoration:none;
    color:#000000;
    
}
a:hover
{
    text-decoration:none;
    color:#555555;
    text-decoration:underline;
    
}


.container

    {
     text-align:left; margin:0 auto;position:relative;
        width:768px; background-color:#b4b383; border-style:solid;
        border-width:1px; border-color:Black;
    }
.menulinks
{


   color:#000000;
     font-family:Arial;
     font-size:12px;
     text-align:center; 
     font-weight:bold;
     display:inline; 
}
.menuHeaderLinks
{
	
font-weight:bold;
   text-align:center;
    color:#000000;
     font-family:Arial;
     font-size:12px;
     padding-left:0px; 
     font-weight:bold;
     width:190px; 
     height:15px;
}

.submenulinks
{
float:left;
    color:#000000;
     font-family:Arial;
     font-size:13px;
     padding-left:10px;
     text-align:center; 
font-weight:bold;
     height:15px;

}
.submenuHeaderLinks
{

    text-align:center;
    color:#000000;
     font-family:Arial;
     font-size:13px;
     padding-left:0px; 
     font-weight:bold;
     background-color:#AA7744;
     width:140px; 
     height:15px;
}

.mainContent
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	text-align: left;
	height:auto;
	width:100%;
}

.FullTopBar
{
	height:140px; 
	width:100%; 
	text-align:center;
}

.TophalfTopBar
{
	background-image:url(webimages/topbar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%; 
	height:115px;
}

.bottomHalfTopBar
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width:100%; 
	height:25px; 
	line-height:25px;  
	text-align:center;
}

.BasicText
{
	font-family:Arial;
    font-size:12px;
}


.modalBackground { 
        background-color: black; 
        filter: alpha(opacity=50); 
        opacity: 0.5; 

} 
.modalBox 
{ 
        background-color: #f5f5f5; 
        padding: 3px; 
        border-right: black 2px solid; 
        border-top: black 2px solid; 
        border-left: black 2px solid; 
        border-bottom: black 2px solid; 

} 



.ImgGalBoxes
{
	width:250px;
	height:150px; 
	float:left;
	text-align:center;
}