@charset "utf-8";
/* CSS Document */

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.5;

}

    #maincontainer {

        display: none;
        margin: 0 0 35px 0;
        width: 700px;
    }
    
    .bodycopy a { color: #000000; text-decoration: underline; }
    .bodycopy a:hover { /*background: #c7e8c4;*/ color: #000000; text-decoration: none; }
    .bodycopy a:active { /*background: #000000;*/ color: #ffffff; }
	
#content_container {

    padding: 30px 0 0 0px;
    position: absolute;
    top:200px;
    left:250px;
    z-index: 1000;
    width: 700px;

}

    .project_content {
      background: #ffffff;
      color: #333;
     padding: 25px 50px 35px 50px;  
      width: 600px;
    text-align: justify;
    }
	
	    .project_title {
		width: 600px;
	    background: #ffffff;
        color: #0e5e70;
        font-family: Georgia;
        font-size: 30px;
        line-height: 1.5;
        padding: 60px 50px 0px 50px;
		 z-index: 102;
    }
	
	
	
	
	
	 /* Project content > Header
        *******************************************************************************************/
        
        .project_header {
            float: left;
            margin: 15px 0px 0 30px;
            position: relative;
            z-index: 99;
        }

            .project_header div {
                float: right;
            }


 .project_footer {
			background-color:#077493;
			background-image:none;
            color: #a5ded5;
            clear: both;
            font-size: 11px;
            padding: 35px 50px 10px 50px;

        }
		



.nav_container {
    line-height: 185%;
/*    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 12px;
    color: #1b6d83;
    margin: 0;
    padding: 0px;
    position: fixed;*/
    top: 220px; left: 35px;
    z-index: 12;
}


    #search_form {
        position: fixed;
        top: 400px; left: 35px;
        z-index:545;
    }


/* Div do botao 'register newsletter'
***********************************************************************************************************/
#button {
position: fixed;
top: 440px; left: 35px;
z-index:545;
}

/* Div do botao 'finantial support'
***********************************************************************************************************/
#button2 {
position: fixed;
top: 520px; left: 35px;
z-index:545;
}