﻿body 
{
    text-align:center;
    
background-color:#F1E4D8;
margin-top:15px;
}

a:link
{
    text-decoration:none;
    color:#ffffff;
    
}
a:visited
{
    text-decoration:none;
    color:#ffffff;
    
}
 
a:active
{
    text-decoration:none;
    color:#ffffff;
    
}
a:hover
{
    text-decoration:none;
    color:#ffffff;
    text-decoration:underline;
    
}


.container

    {
     text-align:left; margin:0 auto;position:relative;
        height:100%; width:770px; background-color:#ffffff;
 border-style:solid; border-width:1px;
    }
.menulinks
{
    color:#EEEEEE;
     font-family:Arial;
     font-size:13px;
     padding-left:0px;
     text-align:center; 
     
     width:190px; 
     height:25px;
}
.menuHeaderLinks
{
    text-align:center;
    color:#EEEEEE;
     font-family:Arial;
     font-size:13px;
     padding-left:0px; 
     font-weight:bold;
     width:190px; 
     height:25px;
}

.submenulinks
{
    color:#000000;
     font-family:Arial;
     font-size:13px;
     padding-left:0px;
     text-align:center; 
     background-color:#000077;
     width:140px; 
     height:15px;
}
.submenuHeaderLinks
{
    text-align:center;
    color:#000000;
     font-family:Arial;
     font-size:13px;
     padding-left:0px; 
     font-weight:bold;
     background-color:#000077;
     width:140px; 
     height:15px;
}

.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;
}



.newsright
{
width:240px;
height:200px;
float:right;
margin:10px;
padding:5px;
overflow:auto;
border: 1px solid #666;
background-color: #ccc;

}


.Basic a
{
 color:black;
}


