/*-------Gerais----*/

* {
margin:0px;
padding:0px;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:17px;
color:#032948;

}

img{
border:0;
}

hr{
border:1px solid #003366;
margin-top:10px;
margin-bottom:20px;
}

h2{
	line-height:25px;
	margin-bottom:20px;
}

h3 {
margin-bottom:12px;
font-size:1.2em;
}

p {
margin-bottom:10px;
}

a:link, a:visited, a:active {
color:#003366; 
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration: underline;
font-weight:bold;
}

p.center {
text-alig:center;
}

blockquote.recuado {
margin-left:25px;
}


/* TOPO DO SITE */
.logo-w3c{
margin-top:8px;
margin-left:8px;
float:left;
}

.logos-top{
float:right;
padding:8px 8px 15px 0px;
width:200px;
}

.logo-cgi{
float:right;
margin:0px;
}

.logo-nic{
float:right;
margin-left:25px;
}

.header{
	background:url(images/background.png) repeat-x;

	clear:both;
}

.header div{
	background:url(images/ilust-right.png) no-repeat right top ;
}

.title{
	margin:50px 20px;
}


.nav{
	clear:both;
	background-color:#003;
	padding:10px 4px;
}
.nav li{
	display:inline;
	margin-right:10px;
	padding:14px;
	white-space:nowrap;
	line-height:22px;
}

.nav li a:before{
	content:"► ";
}
.nav li a{
	color:#FFF;
	
}

.content{
	margin:20px;
}


.highlight{
	
}