@charset "utf-8";
body {
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   background-color: #0153A5;
   margin: 0;
}

#content {
   width: 780px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 8px;
   padding-bottom: 20px;
   background-color: #ffffff;
}

#content p {
   width: 610px;
   margin-left: auto;
   margin-right: auto;
   text-align: justify;
}

#content a:link {
   text-decoration: none;
}
#content a:visited{
   text-decoration: none;
}
#content a:active{
   text-decoration: none;
}
#content a:hover{
   text-decoration: underline;
}

#content ul {
    margin-left: 60px;
}

#content hr {
    color: #0153A5;
    background-color: #0153A5;
    height: 1px;
    width: 600px;
}


#content img {
   text-align: center;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

h2 {
   font-size: 1.5em;
   color: #0153A5;
   font-weight: bold;
   text-align: center;
}
h3 {
   font-size: 1.2em;
   color: #0153A5;
   font-weight: bold;
   text-align: center;
}

 .cssnav
 {
 position: relative;
 font-family: arial, helvetica, sans-serif;
 background: url(images/menu/menu_RO.jpg) no-repeat;
 white-space: nowrap;
 display: block;
 width: 174px;
 height: 40px;
 margin: 0;
 padding: 0;
 }

.cssnav a
 {
 display: block;
 color: #000000;
 font-size: 13px;
 font-weight: bold;
 width: 174px;
 height: 40px;
 display: block;
 float: left;
 color: white;
 text-decoration: none;
 }

.cssnav img
 {
 width: 174px;
 height: 40px;
 border: 0
 }

* html a:hover
 {
 visibility:visible
 }
 
.cssnav a:hover img
 {
 visibility:hidden
 }
 
.cssnav span
 {
 position: absolute;
 left: 13px;
 top: 10px;
 margin: 0px;
 padding: 0px;
 cursor: pointer;
 width: 149px;
 height: 14px;
 text-align: center;
 }
