
	html { 
	height : 100%; 
} 
	body { 
	background-color : #404780; 
	margin : 0; 
	height : 100%; 
	text-align : center; 
} 
	a:link { 
	text-decoration : none; 
	color : #e3e4f2; 
} 
	a:visited { 
	text-decoration : none; 
        color : #0099ff; 
} 
	a:hover { 
	text-decoration : underline; 
	color : red; 
} 

	#box { 
	background-color : #e3e4f2; 
	float : left; 
	height : auto; 
	width : 100%; 
} 
	#top { 
	background-color : #2b3059; 
	float : left; 
	height : auto; 
	width : 100%;
	padding-top : 2px; 
	border-bottom : medium solid #8288b5; 
} 
	#topleft { 
	background-color : #e3e4f2; 
	float : left; 
	width : 30%; 
	height : auto; 
	padding : 5px; 
	margin-bottom : 3px; 
	border-right : medium solid #8288b5; 
} 
	#topright { 
	background-color : #8288B5; 
	margin-top: 40px;
	padding-left: 5px;
	padding-top: 20px; 
	padding-right: 5px;
	padding-bottom: 20px;
	text-align : center; 
} 

   #toprightorfevre{ 
	background-color : #8288B5; 
	margin-top: 10px;
	padding: 5px;
	text-align : center; 
		
} 

	#left { 
	background-color : #2b3059; 
	float : left; 
	width : 30%; 
	height : auto; 
	padding : 5px;
   	border-right : medium solid #8288b5; 
	border-bottom : medium solid #8288b5;	
}

    #leftmiddle {
	background-color: #2B3059;
	margin-top: 20px;
	height: auto;
	padding: 8px;
	border-top : medium solid #8288B5; 
}

	#leftbottom { 
	background-color : #2b3059; 
	padding : 8px; 
	border-top : medium solid #8288B5; 
	border-bottom : medium solid #8288B5; 
}
	#leftblu { 
	background-color : #2b3059; 
	padding : 8px; 
	height: 50px;
}

    #upright { 
	background-color : #e3e4f2; 
	width : 500px;
	margin-bottom : 2px; 
	margin-left : 340px; 
}
 
	#right { 
	background-color : #e3e4f2; 
	width : 570px;
	margin-left : 340px; 
	padding-top : 10px; 
} 

   #rightimg {
	background-color: #e3e4f2;
	width: 260px;
	height: 360px;
	padding: 10px;
	border: solid #e3e4f2;
}

	#rightbottom { 
	background-color : #e3e4f2; 
	margin-top : 30px; 
	margin-left : 340px; 
	width : 560px; 
	padding : 10px;
} 
	ul#bullet1 { 
	font-size : 11px; 
        font-weight : bold;
	line-height : 1.5; 
	list-style : square url(img/A.gif); 
} 

	.titolo { 
	margin-left : 5px; 
	font-family : Verdana; 
	font-size : 25px; 
	color : #e3e4f2; 
	font-weight : bold; 
	text-align: left
} 

.texttop { 
	margin-left : 5px; 
	font-family : Verdana; 
	font-size : 18px; 
	color : #e3e4f2; 
	font-weight : bold; 
}

.textopx {
       margin-left : 5px; 
       	font-family: Verdana;
        font-size: 13px;
	font-weight: bold;
        color: #E3E4F2;
}
 
.textbox { 
	font-family : Verdana; 
	font-size : 13px; 
	font-weight : bold; 
	color : #2b3059; 
	margin-top : 10px;
	text-align : left;
} 
   .textboxg { 
	font-family : Verdana; 
	font-size : 18px; 
	font-weight : bold; 
	color : #2b3059; 
	text-align : left;
} 

.titololeft { 
	margin : 10px; 
	font-family : Verdana; 
	font-size : 13px; 
	font-weight : bold; 
	color : #ebebeb; 
	text-align : left; 
} 
.textleft { 
	margin : none; 
	font-family : Verdana; 
	font-size : 11px; 
	color : #e3e4f2; 
        font-weight : bold;
        text-decoration: #aa293b;
	text-align : left; 
} 

.textrightlink { 
	font-family : Verdana; 
	font-size : 13px; 
	color:  #e3e4f2;
	background-color : #831e2d; 
	font-weight : bold; 
	text-align : center; 
}

 .textcyan { 
        margin-left : 3px;
        margin-top : 3px;
        margin-bottom : 3px;
	font-family : Verdana;
	font-size : 11px;
        font-weight : bold;
        color: #9ca3d7;
        text-align : left; 
		
} 



div#navigation{
    background-color: none;
    border-bottom: 2px solid #aa293b;
    border-top: 2px solid #aa293b;
    text-align: center}

div#navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap}

div#navigation li{
    display: inline;
    margin: 0;
    padding: 0;}

div#navigation li a{
    font: 14px verdana,sans-serif;
    font-weight:bold;
    text-decoration: none;
    border:none;
    padding: 2px 0.3em;
    background: #aa293b;
    color: #f5f5f5}

div#navigation li a:hover{
    background-color: #7b84c1}

div#navigation li#activelink a{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #603} 
    
 
