body {
    background: url(/npctweb/homepage.nsf/img/bg.jpg) no-repeat top center;
    font-family: Arial, sans-serif;
    color: #333;
}

h1,
h2,
h3 {
    color: #111;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 1;
    text-align: left;
}

h2 {
    font-size: 30px;
}

p {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.65em;
    margin: 1.25em 0;
}

h1.titlemain {
    color: #175e99;
    font-family: Heuvetica, Arial, Sans;
    text-decoration: none;
    border-bottom: 3px double #67b55b;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5em;
    text-shadow: 1.2px 1.2px 1px #42511b;
}

h3.subtitlemain {
    color: #8064a2;
    font-family: Heuvetica, Arial, Sans;
    margin-top: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 1.2px 1.2px 1px #42511b;
}

.styled_select {
    margin: 0 auto;
    width: 240px;
    height: 34px;
    overflow: hidden;
    background: url(/npctweb/homepage.nsf/img/select-arrow.png) no-repeat right #F5F3F2;
    border-bottom: 2px dotted #ccc;
}

.styled_select select {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

hr {
    display: block;
    border: none;
    height: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(/npctweb/homepage.nsf/img/dotted-line.png) repeat-x;
}

.header {
    margin: 0 auto;
    font-size: 13px;
    line-height: 16px;
    clear: both;
    height: 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, #fefefe 11%, #d6d6d6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #fefefe), color-stop(1.0, #d6d6d6));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#d6d6d6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fefefe, endColorstr=#d6d6d6)";
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin-top: 18px;
}

.header #logo {
    float: left;
    margin: 15px;
    vertical-align: middle;
}

.ipnilogo {
    height: auto;
    max-width: 100%;
}

div.title {
    margin-top: 75px;
}

div.corpo {
    margin-top: 55px;
}

.titlelang {
    color: #000000;
    text-align: center;
    display: block;
    float: left;
}

.language {
    margin-top: 30px;
}

.get_started {
    width: 500px;
    margin: 0 auto;
    height: 50px;
    height: 83px;
}

.get_started .deadline {
    width: 180px;
    float: left;
    text-align: right;
    padding-right: 30px;
    margin-top: 30px;
}

.get_started a {
    width: 240px;
    float: left;
    text-align: center;
    padding-left: 0;
}

.get_started p {
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
}

.button {
	margin-top: 10px;
}

.button a {
	display: inline-block;
	padding:7px 15px;
	background-color: #336699;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	white-space: nowrap;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}

.button a:hover {
	color: white;
	background: #336699;
	text-decoration: none;
}


/* Footer */
.footer-end {
    clear: both;
    background: url(/npctweb/homepage.nsf/img/dotted-line.png) no-repeat top;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.footer-end p {
    margin: 26px 0;
}

.minor {
    font-size: 11px;
}

.minor_dark {
    font-size: 12px;
    line-height: 14px;
}

.mute {
    color: #9B9B9B;
}

.mute_dark {
    color: #666666;
}

/* Social media */
.container.title img {
    float: right;
    max-width: 2.2em;
    max-height: 2.2em;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 10px;
}