@charset "iso-8859-1";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	margin:0px;
	padding:0px;
	background:#01453E;
}
#conteiner{
	width:901px;
	padding-top:12px;
	padding-bottom:12px;
	margin:0px auto 0px auto;
	background:#666;
	box-shadow:0px 0px 15px #000;
	-moz-box-shadow:0px 0px 15px #000;
	-webkit-box-shadow:0px 0px 15px #000;
	behavior: url(css/PIE.php); 
}
#flash{
	width:560px;
	background-color:#FFF;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	behavior: url(css/PIE.php);
	box-shadow:0px 5px 5px #000;
	margin-left:2%;
	margin-right:2%;
	height:229px;
	float:left;
}
#logo{
	background:url(../images/bg_logo.png) repeat-x right;
	width:268px;
	height:229px;
	float:right;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	behavior: url(css/PIE.php);
	box-shadow:0px 5px 5px #000;
	margin-right:2%;
}
#menu{
	margin-top:15px;
}
.menuesq{
	background:url(../images/menu_esq.png) no-repeat;
	height:58px;
	width:75px;
	float:left;
}
.menudir{
	background:url(../images/menu_dir.png) no-repeat;
	height:58px;
	width:77px;
	float:right;
	margin-right:1px;
}
.menumeio{
	background: url(../images/menu_meio.png) repeat-x;
	height: 58px;
	float: left;
	width: 748px;
}
.menu_item{
	color:#014A43;
	font-size:16px;
	font-weight:bold;
	height:100%;
	line-height:47px;
	padding:0px 70px;
}
.menu_item ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu_item li{
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.menu_item li a{
	color:#014A43;
	text-decoration:none;
}
.menu_item li a:hover{
	text-decoration:underline;
}
.meiomenu{
	background-color:#FFF;
	margin:0px 25px;
	position:relative;
	z-index:1;
}
#conteudo{
	padding:15px 15px 0px 15px;
}
#conteudo_esq{
	float:left;
	width:70%;
	border:1px solid #CCC;
	background:#F5F5F5;
}
#conteudo_centro{
	border:1px solid #CCC;
	background:#F5F5F5;
	width:100%;
	text-align:justify;
}
#conteudo_dir{
	border:1px solid #CCC;
	float:right;
	background:#F5F5F5;
	width:25%;
}
#conteudo_dir ul{
	margin:0px;
	padding:3px;
	text-align:left;
}
#conteudo_dir li{
	margin-left:20px;
}
#rodape{
	margin-top:10px;
	border-top:1px solid #CCC;
	width:100%;
	padding:5px 0px;
}
#span{
	text-align:right;
	padding-top:2px;
	margin-top:4px;
	color:#666;border-top:1px dashed #CCC;
	width:100%;
	font-size:11px;
}
#span a{
	color:#666;
	text-decoration:none;
}
#span a:hover{
	text-decoration:underline;
}
.texto{
	padding:5px;
	text-align:justify;
}
.texto h1{
	border-bottom:1px solid #666;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	margin-bottom:3px;
}
#conteudo_dir h4{
	border-bottom:1px solid #666;
	font-weight:bold;
	margin:0px;
	text-align:left;
	padding:0px;
	padding-bottom:5px;
	margin-bottom:3px;
}
.btn{
	background-color:#006666;
	color:#FFF;
	border:none;
	padding:3px;
}
input{
	background:#FFFFFF;
	border:1px solid #CCC;
	color:#333333;
	padding:2px;
}
textarea{
	background:#FFFFFF;
	border:1px solid #CCC;
	color:#333333;
	padding:2px;
}
.texto a{
	color:#000;
	text-decoration:none;
}
.texto a:hover{
	text-decoration:underline;
}
