* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
	
}

body {
    background: url("d43f74ec_bg.jpg"),
	#2f4c6f;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
}

div {
    position: relative;
}

div.header {
    width: 100%;
    height: 12.5%;
}

div.header center img {
    padding-top: 15px;
}

div.main {
    height: 87.5%;
}

div.main .content {
    min-height: 93.75%;
    text-align: justify;
    width: 1024px;
}

h1, h2, h3 {
    margin-left: 10px;
}

h1 {
	font-size: 26px;
	margin-bottom: 10px;
	}
	
@media only screen and (max-width: 1100px) {
    div.main .content {
        width: 100%;
    }
	
   .menu {
	   display: none;
	   }
}

div.main .content .menu {
    z-index: 999;
    margin-right: 10px;
    /*display: block;*/
    width: 250px;
    float: left;
}

.content p {
	margin: 15px 10px;
	}

@media only screen and (max-width: 1100px) {
    div.main .content .menu {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

div.main .content .menu .menu-header {
    background-color: #e8e4e3;
    height: 30px;
    font-weight: bold;
	font-size: 18px;
    text-align: center;
    padding-top: 20px;
    color: #000;
}

div.main .content .menu .menu-content {
    background-color: rgba(204, 204, 204, 0.49);
}

div.main .content .menu .menu-content a {
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
	padding-left: 5px;
    color: #000000;
	font-size: 18px;
}

.menu-content a {
	text-align:left;}

div.main .content .menu .menu-content a:hover {
    color: #000;
    background-color: #CCC;
}
.menu-content p {
	margin: 0px 0px 2px 10px;
	color: #a46336;
    font-weight: bold;
    text-shadow: 0px 0px 1px burlywood;
	}

@media only screen and (max-width: 1100px) {
    div.main .content .menu .menu-content a {
        display: inline-block;
    }
}

div.main .content .content {
   	color: #a5a3a3;;
	font-weight: bold;
}

@media only screen and (max-width: 1100px) {
    div.main .content .content {
        width: 100%;
        left: 0;
        padding: 0;
    }
}

div.main .content .content img.img {
    height: auto;
    margin: 5px;
}

@media only screen and (max-width: 1100px) {
    div.main .content .content img.img {
        display: block;
        float: none !important;
        margin: auto;
		width: 100%; 
		height: auto;
    }
}

@media (max-width: 508px) {
 img.right {
	 width: 60%;
 }
}

div.main .content .content img.left {
    float: left;
	margin:10px 8px 10px 0;
}

div.main .content .content img.right {
    float: right;
	margin: 5px 0 0 10px;
}

div.main .footer {
    width: 100%;
    height: 6.25%;
    background-color: #ccc;
    color: #000;
}

div.main .footer .copyright {
    padding-top: 5px;
    text-align: center;
}

div.wrap {
    width: 1024px;
    margin: auto;
}

@media only screen and (max-width: 1100px) {
    div.wrap {
        width: 100%;
    }
}

div.clearfix {
    clear: both;
}

a {
    color: #ccc;
    font-weight: bold;
}
.demenu {
    max-width: 1024px;
    padding: 0 2px;
    margin: 2% 2%;
}
.hide,
.hide + label ~ div {
    display: none;
}

.hide + label {
    margin: 0;
    padding: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
	
}

.hide:checked + label {
    color: #000;
    border-bottom: 0;
	
}

.hide:checked + label + div {
    display: block; 
    background: #EEF6EB;
    -moz-box-shadow: inset 3px 3px 10px #EEF6EB;
    -webkit-box-shadow: inset 3px 3px 10px #EEF6EB;
    margin-left: 20px;
    padding-bottom: 10px;

     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
}

.hide:checked + label + div a:hover{

    color: red;
    padding-bottom: 5px;

}

.hide:checked + label + div a {
    color: blue;
    paddingbottom: 5px;
	text-decoration:none; 
   }
   
   .hide:checked + label + div a:visited {
    color: #999999;
   }
   .hide + label:before {
    background-color:#1e90ff;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}

@media only screen and (min-width: 768px) {
.video { 
width: 55%;
position:relative; 
padding-top: 31%; 
margin: 15px auto 20px
}
}

@media only screen and (max-width: 767px) {
.video { 
width: 90%;
position:relative; 
padding-top: 50%; 
margin: 15px auto 20px
}
}

.video iframe, 
.video object, 
.video embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%;
height: 100%;
}

.image {
	width: 20%;
	margin: 5px auto 0px;
	}
	
@media (max-width: 508px) {
	.image {
	width: 30%;
	}
}
/*
     FILE ARCHIVED ON 19:29:57 Jun 02, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:25:05 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.797
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.046
  esindex: 0.012
  cdx.remote: 15.398
  LoadShardBlock: 66.644 (3)
  PetaboxLoader3.datanode: 86.727 (4)
  load_resource: 145.602
  PetaboxLoader3.resolve: 100.553
*/