* {margin: 0; padding: 0;}

html {

	margin: 0;
	padding: 0;
	}

body {
	background: #fff url(images/fundo.jpg) no-repeat;
	background-attachment: fixed;
	color: #000000;
	font: normal 62.5% Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	height:100%; 
	text-align: -moz-center;
}

a {color: #BC0808; text-decoration: underline;}
a:hover {color: #000000;}

.footer a {color: #FFFFFF; text-decoration: underline;}
.footer a:hover {color: #000000;}
img {border: none;}

h1,h2,h3 {color: #fff; padding: 2px 5px 2px 8px; text-align: center;}

h1 {font: normal 1.4em Tahoma,sans-serif; border-left: 1px solid #fff; margin-bottom: 10px;text-align: left;}
h2 {font: normal 1.5em Times, serif; text-transform: uppercase;}
h3 {font: bold 1.2em Time, serif;}

.link {text-align: right; font: normal 0.8em Verdana, sans-serif; margin-bottom: 5px;}
.link a {color: #BC0808; text-decoration: none;}
.link a:hover {color: #000000; text-decoration: none;}

.link2 {text-align: right; font: bold 18pt Verdana, sans-serif; margin-bottom: 5px;}
.link2 a {color: #D33863; text-decoration: none;}
.link2 a:hover {color: #D33863; text-decoration: none; padding-left: 20px;}

#wrapper {
	position: relative;
	text-align: -moz-center;
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	padding:0
}

html #wrapper{height:100%;}

.top {
	text-align: left;
	position: relative;
	width: 80%;
	height: 160px;
	background: #FFFFFF url(images/top_back.png) repeat-x;
	}
.top2 {
	width: 80%;
	height: 160px;
	background: transparent;
	}

.header {
	width: 80%;
	height: auto;
	min-height: 100%;
	text-align: center;
	background: #ffffff url(images/header_back2.png) repeat-x;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	
	}
.inside {
	font: normal 8pt Verdana, Verdana sans-serif;
	color: #003F94;
	text-align: center;
	padding-top: 10px;
	width: 95%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	line-height:150%;
	}
.inside1 {
	float: left;
	text-align: justify;
	padding-top: 10px;
	padding-right: 18px;
	width: 315px;
	height: auto;
	min-height: 100%;
	margin-bottom: 0;
	border-right: 0px solid #ffffff;
	}
.inside1_a {
	float: left;
	text-align: justify;
	padding-top: 10px;
	padding-right: 18px;
	width: 400px;
	height: auto;
	min-height: 100%;
	margin-bottom: 0;
	border-right: 0px solid #ffffff;
	}
.inside1 table {
	font: normal 9pt Tahoma, Verdana, sans-serif;
	background: url(images/logo3_a.png) repeat-x;
	color: #ffffff;
	}

.inside2 {
	float: right;
	text-align: justify;
	padding-top: 10px;
	width: 400px;
	height: auto;
	min-height: 100%;
	margin-bottom: 0;
	}
.inside2_a {
	float: right;
	text-align: justify;
	padding-top: 10px;
	width: 315px;
	height: auto;
	min-height: 100%;
	margin-bottom: 0;
	}
	
#container {
	background: #fff;
	border-top: 6px solid #FFFFFF;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

#menu7 {
		float: right;
		padding-right: 50px;
		text-align: center;
        margin: 10px;
        }
        

		        
#navlist {
		position: absolute;
		z-index: 999;
		float: right;
		right:0;
        padding: 140px 0 6 0;
        margin-top: 140px;
        height: 25px;
        border-bottom: 0px solid #fff;
        font: normal 9pt Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        margin: 5px 0.5em 10px 0.5em;
        padding-left: 3px;
        border-left: 1px solid #fff;
        border-bottom: none;
        /*background: #fff;*/
        /*background: url(images/button.png) repeat-x 0 10px;*/
        text-decoration: none;
}
#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover {
        color: #003D6F;
        background: url(images/button2.png) repeat-x 0 5px;
        border-color: #fff;
}

#navlist li a#current {
		color: #003D6F;
        background: url(images/button2.png) repeat-x 0 5px;
        border-bottom: 0px solid white;
}

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

.footer {
	text-align: center;
	border-top: 0px solid #000000;
	height: 17px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top:7px;
	font: normal 10px Tahoma, sans-serif;
	color: #003F94;
	width: 80%;
	position: relative;
	bottom: 0;
	margin-bottom: 0;
	background: #ffffff;
	}
.footer a {
	font: normal 10px Verdana, sans-serif;
	color: #003F94;
	text-decoration: none;
	}

#popup{
position: absolute;
top: 20%;
left: 20%;
width: 600px;
height: 350px;
padding: 10px 0px 20px 0px;
border-width: 2px;
border-style: solid;
border-color: #003D6F;
background: #ffffa0;
display: none;
z-index: 1000;
}