@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	text-align:center;
	font-size:13px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/sfondo_pagina.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

body#bodycontents {
    margin:0px;
    text-align:center;
    font-size:13px;
    color:#333333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-image:url(/images/sfondo_pagina1.jpg);
    background-position:top left;
    background-repeat:repeat-x;
}

div#lista{
    margin:0px;
    font-size:13px;
    color:white;
    font-family:Verdana, Arial, Helvetica, sans-serif;
/*    background-image:url(/images/fondodiv1.png);
    background-position:top left;
    background-repeat:repeat-x;*/
    border-left:2px solid silver;
    border-right:2px solid silver;
    padding: 0px 10px 0px 10px;
}

div#sentence{
    width:987px;
    margin:0 auto;
    text-align:center;
    font-size: 25px;
    font-weight: bold;
    color:#0075A1;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

div#mainContents{
	width:987px;
	margin:0 auto;
	text-align:left;
}
div#top{
	width:100%;
	height:130px;
	margin:0px;
	background-image:url(/images/bolle_top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
div#logo{
	background-image:url(/images/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:987px;
	height:79px;
	text-align:right;
	margin-top:10px;
}
div#footer{
	width:100%;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:center;
    background-color: silver;
}
div#footer a:link{
	color:#666666;
}
div#footer a:visited{
	color:#666666;
}
div#footer a:hover{
	color:#0066CC;
}

a:link{
    color:white;
}
a:visited{
    color:white;
}
a:hover{
    color:silver;
}

div#mainNavigation{
	width:100%;
	height:38px;
	margin-top:0px;
}
div#mainNavigation table{
	height:38px;
}
div#mainNavigation a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	/*font-weight:bold;*/
}
div#mainNavigation a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	/*font-weight:bold;*/
}
div#mainNavigation a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFCC00;
	text-decoration:none;
	/*font-weight:bold;*/
}
div#bottomHilights{
	width:100%;
}
div#subMenu{
	background-color:#0075A1;
	width:200px;
	margin-right:0px;
	float:right;
	text-align:center;
	height:25px;
	color:#FFFFFF;
	padding-top:10px;
}
div#subMenu a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
div#subMenu a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
div#subMenu a:hover{
	color:#00CCFF;
	text-decoration:none;
	font-weight:bold;
}
div#mainSplash{
	margin-top:-10px;
}
div#mainSplash table{
	color:#FFFFFF;
}

a#linklogo {
    display: block;
    width: 250px;
    height: 79px;
    float: left;
    text-decoration: none;
}

