body {
font-family: tahoma, verdana, Helvetica, Arial, sans-serif;
font-size: 1em;background-color: #f0ffff;}

#wrap {
  position:relative;
  max-width:1800px;
  min-width:1200px;
}
*html #wrap {width:1300px;}

#head{
	height:150px;
	position:absolute;
	left:0.5%;
	width:83.25%;
	border: 2px gold solid;
	background-color: #d9d9d9;
	background-position:4% 50%;
}

#head_center {
        height:150px;
	position:relative;
	left:25.5%;
	width:73.25%;
	background-color: #d9d9d9;
	background-image: url(images/logo3.gif);
	background-repeat: no-repeat;
	background-position:center center;
}  


#head_menu{
background:#4682B4;
height:20px;
position:absolute;
left:0.5%;
top:160px;
text-align:center;
width:83.25%;
border: 2px #ffffff solid;
}
#head_menu a {
font-size: 16px;
font-weight: bold;
color: gold;
text-decoration: none; /* no decoration to avoid underline showing when hovered onto */
margin-left: 20px; /* Space between each sub-menu */
}

#head_menu a:hover{
	background-color:gold;
	color:#4682b4;
}

#left_container {
background: #c0c0c0;
width:15%;
position:absolute;
top:187px;
left:0.5%;}

#content{
background:#ffffff;
width:67%;
position:absolute;
top:187px;
left:16%;border: 1px #000000 solid;
padding-left: 5px;
padding-right: 5px}

#content a {
color:#000000;
}

#content a:hover{
  color:#000000;
}

#update_header, #news_header{
position: relative;
width:100%;
top:0px;
background-color: #4682b4;
border: 1px #ffffff solid;left: 0%;color: #ffffff;height: 2em;}

#update_header p, #news_header p {
color: gold;font-family: tahoma, Verdana, Helvetica, Arial, sans-serif;font-size: 1em;font-weight: bold;
line-height: 1em;margin-left: 5%;margin-top: 0.5em;}

#last_update, #fsl_news {
background-color: #ffffff;
position:relative;
margin-left: 0%;
width: 97%;
border: 2px #ffffff solid;
padding-left: 0px;
}

p.content-divide {
position:relative;
margin-left: 0%;
width: 100%;
height: 10px;
}

#newsitem p {
font-size:1.0;
line-height:1.3em;
text-align:justify;
margin:10px;
}

#newsitem h4 {
font-size: 1.2em;
line-height: 1.4em;
text-align: left;
color: #4682b4;
margin:10px;
font-weight: bold;
}
#newsitem h3 {
font-size: 0.9em;
line-height: 1.2em;
text-align: left;
margin:10px;
font-weight: bold;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
