/* CSS Document */

html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
p{
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
a.menu, a.menu:link, a.menu:visited {
	display:block;
	color: #2D3C53;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #9196A9;
 }
a.menu:hover {
	display:block;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #9196A9;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C6210B;
}
a.submenu, a.submenu:link, a.submenu:visited {
	display:block;
	color: #2D3C53;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #C4C6D0;
	font-size: 10px;
 }
a.submenu:hover {
	display:block;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #9196A9;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #C6210B;
	font-size: 10px;
}
a.extLink, a.extLink:link, a.extLink:visited {
	color: #0066CC;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(../images/ext_link.jpg);
	background-repeat: no-repeat;
	background-position: right center;
 }
a.extLink:hover {
	color: #FF0000;
	text-decoration:none;
 	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(../images/ext_link.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
a.pdfLink, a.pdfLink:link, a.pdfLink:visited {
	color: #0066CC;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(../images/pdf_link.jpg);
	background-repeat: no-repeat;
	background-position: right center;
 }
a.pdfLink:hover {
	color: #FF0000;
	text-decoration:none;
 	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(../images/pdf_link.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
div#header{position:relative}
div#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;background: #EEE;color: #79B30B}
div#header a{position:absolute;right:0;top:23px}
div#container{
	text-align:left;
	background-color: #FFFFFF;
}
div#content p{line-height:1.4}
div#navigation{
	background-color: #FFFFFF;

}
div#extra{
	background-color: #2D3C53;
}
div#footer{
	color: #FFF;
	background-color: #354B63;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#container{width:850px;margin:0 auto}
div#content{
	float:right;
	width:650px;
	font-size: 14px;
}

div#contentAdmin{
	float:right;
	width:850px;
	font-size: 14px;
}
div#navigation{float:left;width:200px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D3C53;
}
div#extra{clear:both;width:100%}
#extra p {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

#navigation ul {
	margin: 0px;
	background-image: url(../images/bg_menu1.jpg);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;

}
h3.titMenu {
	background-color: #2D3C53;
	color: #FFFFFF;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#navigation ul li {
	padding-left: 0px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
#content h1 {
}
td.border01 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9696EE;
}
td.border02 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff0000;
}
#content #textBoxAdmin {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 20px;

}
#content #textBoxAdmin h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D3C53;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
	background-color: #70768F;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../images/tit_bullet1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#content #textBox {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #textBox .mainText {
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

#content #textBox h1.bigTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D3C53;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
	background-color: #70768F;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../images/tit_bullet1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#contentAdmin #textBox h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D3C53;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../images/tit_bullet1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
span.ALERT {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}
.titoletto {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9196A9;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #D9DCE3;
	display: block;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
}
ul.internal {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
	list-style-image: url(../images/bulletBlue.jpg);
}
ul.internal li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
}
h5.errorMessage{
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin: 0px;
	padding: 0px;
}
h5.alertMessage{
	font-weight: bold;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin: 0px;
	padding: 0px;
}
#homeSpot {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
	text-align: justify;
	line-height:2em;
}
