@CHARSET "UTF-8";

html * {
	background: #FFF;
	font: normal 14px 'Segoe UI', Helvetica, Arial, sans-serif;
	margin:0; 
	padding:0;
}

body {
	
}

h1 {
	margin: 70px 0px 0px 0px;
	font: bold 28px 'Segoe UI', Helvetica, Arial, sans-serif;
	display: block;
	text-shadow: 1px 1px 0 rgba(226, 226, 226, 0.4);
}

h2 {
	margin: 15px 0px 10px 0px;
	font: bold 18px 'Segoe UI', Helvetica, Arial, sans-serif;
	display: block;
}

h3 {
	margin: 15px 0px 10px 0px;
	font: bold 14px 'Segoe UI', Helvetica, Arial, sans-serif;
	display: block;
}

p {
	text-align: justify;
	line-height: 150%;
}

img {
	border: none;
}

.container {
	width:950px;
	margin:0 auto;
	padding: 0px;
	position: relative;
}

.content {
	margin: 0px;
	padding: 30px 0px 50px 0px;
	width:100%;
	min-height: 500px;
	height: auto;
	overflow: hidden;
}

.text-left { 
	float: left;
	width: 35%;
	height: auto;
}

.text-right { 
	float: left;
	width: 65%;
	height: auto;
}

.text-full { 
	width: 100%;
	height: auto;
}

#top_st_line {
	background-color: #FA7129;
	height: 10px;
}

.v-spacer {
	background-color: #FA7129;
	height: 1px;
	width: 100%;
	margin: 25px 0px 25px 0px;
}


#trapezoid {
	position: relative;
	top: -0px;
	left: -25px;
	border-top: 20px solid #FA7129;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 100%;
}

#header-text {
	position: absolute;
	top: -2px;
	background: transparent;
	width: 100%;
	color: #FFF;
	font: bold 14px/100% Arial,Helvetica,sans-serif;
    outline: medium none;
    text-align: center;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    display: block;
}

#flag_container {
	width: 300px;
	height: 32px;
	background: transparent;
	float: right;
}

a.flag:link, a.flag:visited, a.flag:hover, a.flag:active {
	border: none;
}


#bottom_bar {
	background-color: #FA7129;
	height: 5px;
}