

html,body,div,td, h1, h2, h3, input, select
{
	font-family:Arial;
	font-size:12px;
}

input
{
	color:#0078a9;
	font-weight:bold;
}

body
{
	margin:0px;
	margin-top:30px;
	background-image:url('_graphics/bgStripes.png');
}

a:link { text-decoration:none; color:#0078a9; }
a:visited { text-decoration:none; color:#0078a9; }
a:hover { text-decoration:none; color:#0078a9; }

h1
{
	font-size: 18px;
	color: #0078a9;
	border-bottom:1px solid #0078a9;
	width:100%;
}

h2
{
	font-size: 14px;
	color: #0078a9;
}

div#divBox
{
	width:800px;
	min-height:
	background:#fff;
	margin-left:auto; 
	margin-right:auto;
}

div#divHeader
{
	width:800px;
	height:150px;
	background-image:url('_graphics/header2.jpg');
}

div#divMain
{
	width:800px;
	background-image:url('_graphics/bgContent.png');
	float:left;
}

div#divSidebarL
{
	width:145px;
	float:left;
}

div#divContent
{
	width:480px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	margin-bottom:15px;
	float:right;
	float:left;
	text-align:justify;
	z-index:10;
}

div#divSidebarR
{
	width:145px;
	color:#006a32;
	float:right;
}

div#divLogoInsieme
{
	width:145px;
	height:145px;
	background-image:url('_graphics/logoInsieme.png');
}

div#divLogoCerebral
{
	width:145px;
	height:145px;
	background-image:url('_graphics/logoCerebral.png');
}

div#divFooter
{
	clear:both; 
	text-align:center; 
	font-size:10px;
}

td.tdNavL0
{
	background:#fff;
	padding-left:4px;
}

td.tdNavL1
{
	padding-left:10px;
}

.Link
{
	color:#0078a9;
	cursor:hand;
	cursor:pointer;
}

div.divSubmit
{
	width:470px;
	padding-top:3px;
	padding-bottom:3px;
	background:#abcee6; 
	margin-top:15px; 
	text-align:center; 
	border:1px solid #88aecc;
}

div.editInfo
{
	background:#fffadf;
	padding:4px;
	width:470px;
	border:1px solid #5a95c2;
	font-size:11px;
}


