body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Arial, Helvatica, Serif;
	font-size:13px;
	color:#333;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#0000ff;
}

#wrapper {
	width:100%;
}

.header {
	width:100%;
	background-color:#000078;
	overflow:hidden;
}
.header .header_content {
	color:#ffffff;
	padding:10px;
	margin:0px;
	font-weight:bold;
}
.header .header_content a {
	color:#23aadd;
	text-decoration:none;
}
.header .header_content a:hover {
	text-decoration:underline;
}
.header .header_content span {
	float:right;
}

.wrapper_content {
	padding:10px;
}
.wrapper_content p {
	text-align:justify;
}

.footer {
	background-color: #EFEFEF;
    border-top: 5px solid #000078;
    margin: 10px 0 0;
    padding: 10px;
    text-align: center;
}

/*===================================================*/
/* Style The Dropdown Button */
.dropbtn {
    /*background-color: #4CAF50;*/
	font-weight:bold;
	font-family: Arial, Helvatica, Serif;
    /*color: white;*/
    padding: 10px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	color: #ff66ff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	float: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ff66ff}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
