body {	background:#ffffff;
	width: 1000px;
	margin-right:auto;
	margin:auto;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

a {	color:#23415d;
}

.hr {	clear:both;
	margin:10px 0px 10px 0px;	border-bottom:1px doted #23415d;
}

.header {
	background:url(images/header.jpg);
	height:333px;
	width:998px;
}

.header .logo {	cursor:pointer;	width:455px;
	height:270px;}

.middle {
	width:1000px;
}

.middle .left {
	width:200px;
	float:left;
}

.middle .left .menu_container {	background-color:#23415d;
}

.middle .left .news_container {
	padding:6px 12px 6px;		background-color:#23415d;		color:#c6ddeb;}
.middle .left .news_container a {
	text-decoration:none;		color:#c6ddeb;			}

.middle .left .news_container a:hover {
	text-decoration:underline;			color:#ffffff;	
}.news_header {	margin-top:40px;	padding:6px 12px 6px 24px;	background-color:#23415d;		color:#c6ddeb;		border-bottom:2px solid #c6ddeb;}

.menu {
	border-bottom:2px solid #c6ddeb;
	padding:6px 12px 6px 24px;
	vertical-align:middle;
	background:url(images/arrow.gif) top right no-repeat;
}

.menu a {
	color:#c6ddeb;
	text-decoration:none;
}

.submenu {	margin:8px 0px 8px 10px;		padding-left:15px;
	background:url(images/arrow.gif) center left no-repeat;
}

.menu a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.active {
	color:white;
	font-weight:900;
}

.middle .content {	min-height:550px;
	width:798px;
	color:#23415d;
	float:left;
	background:url(images/nota.gif) bottom right no-repeat;
}

.middle .content h1 {
	margin-top:-2px;
	font-weight:100;
}

.middle .content .text {
	padding:0px 30px 30px 30px;
}

.footer {	background-color:#c6ddeb;
	color:#23415d;
	width:1000px;
	height:20px;
}

.footer .text {	font-size:12px;
	padding:4px;
}

.clear {
	clear:both;
}

.page {
	border:1px solid #c6ddeb;
}

fieldset {border:none; margin:none; padding:0;}
fieldset label {float:left; width:240px; margin:6px 12px 12px 0px;}
fieldset input {float:left; width:460px;}