﻿body {
	background-color: #D6DEF0;
	color: #3958A0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#border {
	background-color: #fff;
	border: 1px solid #3958A0;
	width: 800px;
	margin: auto;
	text-align: center;
}
/*left*/
#left {
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 10px;
}

.menu_top {
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
	width: 145px;
	height: 20px;
	border-bottom: 1px solid #6E88DC;
	margin: auto;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
}

#menucontainer ul {
	padding: 0;
	list-style-type: none;
	margin: auto;
}

#menucontainer a {
	display: block;
	padding: 3px 0 3px 33px;
	border: 1px solid #6E88DC;
	border-top: 0;
	width: 110px;
	font-weight: bold;
	background-image: url(images/li_off.gif);
	background-repeat: no-repeat;
	color: #3958A0;
	text-decoration: none;
	text-align: left;
	margin: auto;
}

#menucontainer a:hover {
	border-top: 0;
	background-image: url(images/li_on.gif);
	font-weight: bold;
	color: #9B0026;
}

#menu_active a:link, #menu_active a:visited, #menu_active a:hover {
	background-image: url(images/li_on.gif);
	font-weight: bold;
	color: #9B0026;
}

.menu_bottom {
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	width: 145px;
	height: 27px;
	margin: auto;
	margin-bottom: 10px;
}

.menu_cont {
	border-style: solid;
	border-width: 0 1px;
	border-color: #6E88DC;
	width: 123px;
	text-align: left;
	padding: 5px 10px 0 10px;
	margin: 0 auto;
}

/*menu*/

#navcontainer {
	margin: 5px 1px 0 0;
	padding-right: 28px;
	height: 32px;
	float: right;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 5px 3px 0 3px;
}

#navcontainer ul li a {
	background-image: url(images/button_off.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 25px;
	padding: 3px 0 0 0;
	margin: 0;
	color: #3958A0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 18px;
}

#navcontainer ul li a:hover {
	color: #9B0026;
	background-image: url(images/button_on.gif);
}
	
#navcontainer li#active a {
	background-image: url(images/button_on.gif);
	color: #9B0026;
}

/*content*/

.box1 {
	float: right;
	width: 600px;
	margin-right: 10px;
}

.box_title {
    float: center;
	width: 800px;
	height: 60px<>
	margin-right: 10px;

}

.head {
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 27px;
}
.head_title {

	float: center;
	background-image: url(images/head_title.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 27px;
}


.main {
	border-style: solid;
	border-width: 0 1px;
	border-color: #C42765;
	width: 578px;
	text-align: left;
	padding: 10px;
	text-align: justify;
}

.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin-bottom: 10px;
	height: 20px;
}
.bottom_title {

	float: center;
	background-image: url(images/bottom_title.gif);
	background-repeat: no-repeat;
	width: 800px;
	margin-bottom: 10px;
	height: 20px;
}


.box2 {
	float: right;
	width: 600px;
	margin-right: 10px;
	padding-right: 5px;
}

.container_sx {
	float: right;
	width: 280px;
	margin-right: 5px;
}

.container_dx {
	float: right;
	width: 280px;
	margin-right: 15px;
}

.head2 {
	background-image: url(images/head2.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 27px;
}

.bottom2 {
	background-image: url(images/bottom2.gif);
	background-repeat: no-repeat;
	width: 280px;
	margin-bottom: 10px;
	height: 20px;
}

.cont {
	border-style: solid;
	border-width: 0 1px;
	border-color: #C42765;
	width: 258px;
	text-align: left;
	padding: 10px;
	text-align: justify;
}

/*varie*/

.clear {
	clear: both;
	font-size: 1px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #9B0026;
}

a:link, a:visited {
	color: #9B0026;
	text-decoration: none;
}

a:hover {
	color: #9B0026;
	text-decoration: underline;
}

.form {
	border:1px solid #9B0026;
}

#footer {
	width: 800px;
	margin: auto;
	text-align: right;
}

.validate {
	margin: 3px 0 5px 17px;
}
.style1 {
		font-size: small;
}
/*Template offerto da www.templategratis.net*/