body {
margin: 0px;
padding: 0px;
background-color: #d7e5ff;	
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

img {
margin: 0px;
padding: 0px;
}

p {
margin: 0px;
padding: 0px;
}
/*
ul {
margin: 0px;
padding: 0px;
width: 180px;
list-style-image: url(../images/arrow.gif);
list-style-position: outside;
list-style-type: square;
text-indent: 0px;
margin-left: 20px;
line-height: 20px;
}
*/

ul.SideMenu {margin: 0px 0px 0px 0px; padding:0px; position: relative;left: 5px;}
ul.SideMenu ul {padding: 0px 20px 0px 0px; position: relative; margin-left:0;}
ul.SideMenu ul ul {background-color: transparent;}
ul.SideMenu li {list-style-image: url(../images/arrow.gif); margin-left:20px; line-height: 18px;} 

ul {margin: 0px 0px 0px 0px; padding:0px; position: relative;left: 5px;}
ul ul {padding: 0px 20px 0px 0px; position: relative; margin-left:0;}
ul ul ul {background-color: transparent;}
ul li {list-style-image: url(../images/dot.gif); margin-left:20px; line-height: 18px;} 

div.Spacer { width: 189px; height: 4px; font-size: 0px; position: relative; left: -23px; background-image: url(../images/spacer.gif); background-repeat: no-repeat; }

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 5px;
}

#topsection{
background-color: white;
height: 180px; /*Height of top section*/
margin: 0px;
background-image: url(../images/top.jpg);
background-repeat: no-repeat;
}

#contentwrapper{
height: auto !important;  /* per i browser moderni */
height: 400px;      /* per IE5.x e IE6 */
min-height: 400px;  /* per i browser moderni */
float: left;
width: 100%;
background: white;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background: white;
}

#content {
margin-top: 10px;
padding-left: 10px;
width: 580px;
word-wrap: break-word;
text-align: justify;
font-size: 14px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: white;
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 0px;
}

#footercnt{
width: 800px;
margin: auto;
background-color: #43a6c6;
height: 20px;
line-height: 20px;
}

a:link{ color : rgb(67, 166, 198); text-decoration : underline; font-weight: normal; }
a:visited{ color : rgb(67, 166, 198); text-decoration : underline; font-weight: normal; }
a:hover{ color : red; text-decoration : none; font-weight: normal; }
a:active{ color : red; text-decoration : none; font-weight: normal; }

#footer a:link{ color : white; text-decoration : none; font-weight: normal; }
#footer a:visited{ color : white; text-decoration : none; font-weight: normal; }
#footer a:hover{ color : red; text-decoration : none; font-weight: normal; }
#footer a:active{ color : red; text-decoration : none; font-weight: normal; }

li a:link{ color : #43a6c6; text-decoration : none; font-weight: normal; }
li a:visited{ color : #43a6c6; text-decoration : none; font-weight: normal; }
li a:hover{ color : red; text-decoration : none; font-weight: normal; }
li a:active{ color : red; text-decoration : none; font-weight: normal; }

#notifica {
width: 193px;
text-align: center;
color: red;
font-size: 16px;
font-weight: bold;
display: none;
}

#notifica a:link{ color : red; text-decoration : underline; font-weight: bold;}
#notifica a:visited{ color : red; text-decoration : underline; font-weight: bold;}
#notifica a:hover{ color : rgb(67, 166, 198); text-decoration : none; font-weight: bold;}
#notifica a:active{ color : rgb(67, 166, 198); text-decoration : none; font-weight: bold;}
