html,body{
	margin:0;
	padding:0;
}

body{
	font: 90.01% "Arial Narrow",Tahoma,Arial,Verdana,sans-serif;
	background: #FFF;
	color: #555;
	text-align:center
}

a {
	text-decoration: none;
	color: #e00b00;
}

a:hover {
	text-decoration: none;
	color: #03038f;
}


h1{
	margin:0;
	font-weight: bold;
	padding-left: 5px;
	line-height: 30px;
	color: #333;
	font-size: 180%;
}

.highlight {
	color: #e00b00;
}

h2 {
	margin:0;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #e00b00;
	font-weight: normal;
	font-size: 160%;
}

h3,h4{
	margin:0;
	padding-left: 5px;
	line-height: 30px;
	font-size: 120%;
	font-weight: normal;
	color: #E9853A;
}

h3{
	font-size:130%
}

h4{
	font-size:120%
}

p{
	margin: 0 5px;
	padding: 0 0 0.7em;
}

#content ul#item {
	list-style: url(../img/dot.png);
}

#content ul.no_item {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}


div#container{
	width:960px;
	margin: 0 auto;
    background: url(../img/3col.png) repeat-y;
    text-align:left
}

div#logo_div {
/*	border: 1px solid black;*/
	background: url('../img/logo.png') top left no-repeat;
	width:190px;
	height: 190px;
}

div#central_div {
	background: url('../img/border_top.png') top left repeat-x;
	width: 560px;
	height: 200px;
	position: absolute;
	top: 0px;
	margin-left: 190px;
}

div#right_header {
/*	border: 1px solid black;*/
	background: url('../img/upper_right.png') top left no-repeat;
	position: absolute;
	top: 0;
	width: 220px;
	height:200px;
	margin-left: 740px;
}

div#header{
	height: 200px;
	background: url('../img/border_top.png') top left repeat-x;
}

div#main{
/*	border: 1px solid black;*/
	margin-top: -7px;
	float:left;
	width:730px;
}

div#content{
	margin-top:45px;
	float:right;
	width:530px;
}

div#nav{
	background: url('../img/border_left.png') top left repeat-y;
/*	border: 1px solid red;*/
	float:left;
	width:190px;
	font-size:85%;
	height: 100%;
}


div#nav_bottom {
	height: 210px;
	background: url('../img/lower_left.png') top left no-repeat;
}

div#flags {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}


div#extra{
	background: url('../img/border_right.png') top left repeat-y;
	height: 100%;
	float:right;
	width:205px;
	font-size:95%;
	padding-left: 15px;
	text-align: right;
	margin-top: -7px;
}

h4 {
	color: #e00b00;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 8px;
	margin-top: 15px;
}

p.news_par {
	display: inline;
	text-align: left;
	color: #40595c;
	margin-bottom: 30px;
}
p.news_par .data_news {
	float: right;
	border-left: 5px solid #e00b00;
	padding-left: 10px;
}
#img_news {
	float: left;
	margin: 4px;
	width: 85px;
}
.incipit{
	font-weight: bold;
}
.subheader1 {
	font-size: 0.7em;
}
.subheader2 {
	font-size: 0.9em;
	font-style: italic;
	color: #e00b00;
}

.lighter {
	color:#aaa;
	font-style: italic;
}

p.news_par a  {
	text-decoration: none;
	color: #e00b00;
}

p.news_par a#more {
	float: right;
}

p.news_par a:hover {
	text-decoration: none;
	color: #03038f;
}

div#footer{
	clear:both;
	height:0px;
}

.tbSummary {
	border: 1px dashed #ddd;
	padding: 0;
	margin: 0;
	width: 100%;
}

table .header {
	font-weight: bold;
	width: 15%;
	text-align: right;
	font-size: 0.8em;
	vertical-align: top;
	padding-left: 5px;
}

table .data {
	width: 35%;
	text-align: left;
	font-size: 0.9em;
	vertical-align: top;
	padding-left: 5px;
}