/******************************************/
/*                 layout                 */
/******************************************/
#header {width:100%; height:240px; margin:0;}
#contato{ margin:5px; float: right; margin-top: 10px; }
#logo {float:left; margin-top: 50px; }
#slogan {float:right; margin-top: 100px;}
#main {margin:0; min-height: 300px;}
#footer { width:100%; min-height:80px;}

.centerContent { width: 950px; margin: 0 auto; padding: 10px 0;}

/******************************************/
/*                 style                  */
/******************************************/


/* styles layout
/******************************************/
#header {background:#CC0000; border-bottom: #990000 solid 3px;}

#contato{color:#FFFFFF; font-size:16px; font-weight:bold; }
#contato a{ color:#FFFFFF; text-decoration:none; }

#logo {}

#slogan {font-size:35px; font-weight: bold; color:#FFFFFF; text-align:center; font-family: Verdana, Helvetica, Arial, sans-serif;  font-style:oblique; }

#main {background:#fff; border-top: #CCCCCC solid 2px }

#footer { background:#E3E3E3; border-top:3px solid #CCC; font-family: Arial, sans-serif, Verdana, Helvetica; font-size:11px; color: #000; text-align: center; }

/* DOM
/******************************************/
body {margin:0; padding:0; background:#FFFFFF;font-family: Arial, Helvetica;font-size:12px;}
a:link { color: #CC0000; text-decoration: none; }
a:visited { color: #CC0000; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }

h1 {
	font-size: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif ;
	font-style: italic; /* normal oblique*/
    font-variant: normal; /* small-caps */
    /* font-weight: normal;  bold */ 
	color: #000000;
	margin:0 0 15px 0;	
   }
h1.title {
    padding: 5px;
	background:#E1F0FF;
	color: #00476f;
   
   }
h2 {
	font-size: 18px;
	color: #00476f;
	margin:0 0 10px 0;	
   }   
h3 {
	font-size: 14px;
	color: #00476f;
	margin:0 0 8px 0;	
   }  
   
/* class
/******************************************/
.doNotDisplay {display: none !important;}
.borderNone { border:none !important; }
.clear {clear:both;}
.block{ width: 46%; float:left; padding: 10px;}
.floatright{float:right; padding: 10px;}
.floatleft{float:left; padding: 10px;}

 


