body {
   background: #fff;
   margin: 10px; 
   padding: 0;
   color: #333333;
   font-family: Trebuchet MS, sans-serif;
   font-size: 12px;
}

a {
	color: #039;
}

a:hover {
	color: #3399ff;
}

a:visited {
	color: #606060;
}

   
#sidebar {   
	width: 100%;
	text-align: left;
    background: #c6d7e7;	
   -moz-border-radius: 20px;
   -khtml-border-radius: 20px;
   border-radius: 20px;   

}

/* <p>  ----------------------------------------*/

  
#sidebar p {
   color: #4B6070;
   font-size: 0.95em;
   margin: 12px 0 15px 10px;
   line-height: 0.5em;
}


/* Navigation ----------------------------------------*/
   
#nav {
   /*width: auto;*/
   margin: 0 0 0 0!important;
   padding: 10px 5px 12px 5px!important;

}

#nav ul{
   margin: 0 ; 
   padding: 0;

   
}

#nav li {
   list-style-type: none;
   line-height: 1.1em;
   
}
   
#nav a:link, #nav a:visited {
   color: #4A596F; 
   /*font-size: .8em;*/
   padding-left: 5px;
   padding-right: 5px;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
}

#nav a:hover, #nav a:visited.active {
   background: #fff;
   /*font-size: .8em;*/
   text-decoration: none!important; 
   white-space: nowrap;
}
   
#nav a:link.active {
   color: #666;
   /*font-size: .8em;*/
   text-decoration: none; 
   white-space: nowrap;
}


/* Box below navigation box ----------------------------------------

#box {
   background: #ffffee url(../../gfx/tacar_bg2.png) right bottom no-repeat;
   border: 1px dashed #ddd;
   color: #333333;
   margin: 40px 0px 20px 0;
   padding: 4px 0 22px 0;
   width: auto;
}

*/


#sidebar .updated {
   background: #f9f9f9 url(../../gfx/terena-logo.png) center top no-repeat;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
   color: #514f80;
   font-family: verdana, arial, sans-serif;
   /*font-size: .7em;*/
   margin: 50px 0px 30px 0px;
   padding: 74px 6px 6px 6px;
   /*padding: 6px; */
   text-align: center;
}

/* End of menu.css ----------------------------------------*/
