body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,blockquote,th,td {
	margin:0; 
	padding:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
body{
	background: #E5E5E5 url(../imgs/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tudo{
	display:block;
	width:100%;
}
#corpo{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#E5E5E5;
}
#topo{
	width:100%;
	height:150px;
	margin-top:15px;
}
#logo{
	width:430px;
	float:left;
}
#logo h1{
	left:-3000px;
	position:absolute;
}
#banner{
	float:right;
	width:460px;
	height:150px;
}

#conteudo{
	width:100%;
	display:table;
	height:100%;
	background: #FFFFFF url(../imgs/bgcp.jpg);
	background-repeat:repeat-y;
	background-position:right;
	border-right:1px solid #022841;
	border-left:1px solid #022841;
}
#esquerda{
	float:left;
	width:660px;
	padding: 10px 0px 10px 10px;
	height:100%;
	min-height:500px;
}
#esquerda h1{
	font-size:16px;
	padding:5px;
	width:98%;
	border:1px solid #044874;
	background: #B1C8D6 url(../imgs/h1.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#esquerda .texto{
	padding:5px;
	display:table;
}
#direita{
	float:right;
	width:190px;
	padding: 10px 0px 10px 10px;
	height:100%;
}
#direita h1{
	font-size:16px;
	padding:5px;
	width:90%;
	background: #B1C8D6 url(../imgs/h1.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #044874;
}
#direita .admin{
	font-size:16px;
	padding:5px;
	width:90%;
	background: #FDB382 url(../imgs/h1a.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #ff0000;
}
#esquerda .admin{
	font-size:16px;
	padding:5px;
	width:98%;
	background: #FDB382 url(../imgs/h1a.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #ff0000;
}
#direita .texto{
	padding:5px;
	display:table;
}
#rodape{
	width:100%;
	height:100px;
	background: #0F527C url(../imgs/footer.jpg);
	border-top:1px solid #022841;
	display:block;
	position:relative;
}
#endereco{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	height:20px;
	margin-top:10px;
	text-align:center;
	line-height:17px;
}
#endereco a{
	text-decoration:none;
	color:#FFFFFF;
}
#endereco a:hover{
	text-decoration:underline;
	color:#FFFF66;
}
#midiaville{
	position:absolute;
	right:20px;
	bottom:5px;
}	

#midiaville a{
color:#FFFFFF;
}	

img{ 
	border: 0px; 
}

#toolbar {
	float:left;
	font:normal 12px 'Trebuchet MS','Arial';
	margin:0;
	padding:0;
}

#toolbar ul {
	background-image:url(../imgs/back.gif);
	background-repeat:repeat-x;
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0 0px 0 0px;
	width:902px;
}

#toolbar li {
	display:inline;
	padding:0;
	cursor:hand;
	cursor:pointer;
}

#toolbar a {
	color:#FFF; 
	float:left;
	padding:0 3px 0 3px; 
	text-decoration:none;
}

#toolbar a span {
	display:block;
	float:none;
	padding:0 10px 0 7px;
}

#toolbar a span img {
	border:none;
	margin:8px 4px 0 0;
}

#toolbar a:hover{
	background: url(../imgs/left.png) no-repeat left center;
}

#toolbar a:hover span {
	background:url(../imgs/right.png) no-repeat right center;
}

#toolbar .selecteted{
	background: url(../imgs/left.png) no-repeat left center;
}

#toolbar .selecteted span {
	background:url(../imgs/right.png) no-repeat right center;
}


#toolbar a.right {
	float:right;
}
.formsCont{
	font-size:12px;
}
.formsCont label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

.formsCont input {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

.formsCont label {
	text-align: right;
	width: 100px;
	padding-right: 10px;
}

.formsCont br {
	clear: left;
} 
.textField{
	border:1px solid #044874;
}
.inputCont{
	border: solid 1px #044874;
	padding: 0.25em;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
	margin-top:20px;
	background-color:#BBD0DE;
}
.deixando{
position:absolute;
margin-left:-3000px;
display:block;
}