* {
    margin: 0;
    padding: 0;
}


html {
background: url('img/bg.jpg') no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

}



body {
    padding-bottom: 30px;
font-family:"Trebuchet MS"; font-size:15px;
    text-align: center;
    color: #fff;

font-weight: bold;

}

h1 {
    font-weight: bold;
   font-family:  "Trebuchet MS", sans-serif, Arial, Helvetica,;
 
    font-size: 22px;
    line-height: 50px;
    color: #fff;

}

h2 {
    font-weight: bold;
   font-family:  "Trebuchet MS", sans-serif, Arial, Helvetica,;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
}


h3{
	color: #fff;
padding: 10px 0px 5px 0px;
	font-size: 18px;

        margin-left: 30px;

}


h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

p {
    padding: 8px 0;
    text-align: justify;
    font-family: DIDOT, Arial, Helvetica, sans-serif;

    color:#fff; font-family:"Trebuchet MS"; v
	font-size:15px;
        font-weight: bold;

	margin-left: 30px;
        margin-right: 30px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
    background:  url(img/back.png);

}

#header {
    padding-left: 40px;
    height: 60px;g
}

#top1 {
    width: 796px;
    height: 188px;
}

#top {
    width: 796px;
    height: 368px;
}




#menu {
height: 30px;
background: #04224E;
width: 800px;
margin: 0 auto;
}

#menu ul {
        margin: 0;

        list-style: none;
}
#menu li {
        display: inline;
}

#menu a {
        float: left;
        width: 110px;
        height: 25px;
        text-decoration: none;
        text-align: center;
        padding-top: 5px;
        font-size: 17px;
        font-weight: bold;
        color: #fff

}


#menu a:hover {
        background: #FFffff;
        height: 25px;
        color: #848484;
}



.dropbtn {
  border: none;
background: #04224E;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #04224E;
  z-index: 1;
}

.dropdown-content a {
float: left;
        width: 240px;
        height: 35px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff


  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
 background: #FFffff;
        height: 35px;
        color: #848484;
}


.dropdown:hover .dropdown-content {display: block;}









#middle {
    float: center;
    padding: 0 0px 0px 0px;
    width: 800px;
     background:  url(img/back.png)

}


#middle li{
margin-left: 18px;
}




#footer {
    clear: both;
    padding: 0 10px;
    height: 42px;
    background:  url(img/back.png)
}

#footer p {
        padding-top: 0px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
}

#footer a {
	 color: #fff;
}





