﻿@import url('mesplayout.css');
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	background-color: white;
	color: black;
	line-height: 140%;
}
/* Estrutura */
#container {
	background-color: white;
}
#masthead {
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	background-color: white;
}
#navigation {
	background-color: white;
	border-bottom: 1px solid #cc9933;
}
#page_content {
	border: 0px;
}
#column_l {
	background-color: white;
}
#column_r {
	background-color: #f5eabd;
	text-align: left;
}
#column_r ol, #column_r ul {
	margin-left: 0px;
}
#column_r p {
	font-size: small;
	line-height: 130%;
}
#footer {
	background-color: white;
	border-top: 2px solid #cc9933;
	padding-bottom: 5px;
}
/* Cabeçalho */
#masthead img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: black;
	margin: 10px 10px 10px 0px;
	padding: 0px;
}
/* Navegação */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a, #navigation a:hover, #navigation a:active {
	color: black;
	text-decoration: none;
}
#navigation a {
	width: 100px;
	text-align: center;
	font-weight: normal;
	display: block;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #ca7;
	border-right: 1px solid #ca7;
	background-color: #f5eabd;
}
#navigation a:hover {
	border-top: 1px solid #ca7;
	border-right: 1px solid #ca7;
	background-color: #ed9;
}
#navigation a:active {
	border-top: 1px solid #ca7;
	border-right: 1px solid #ca7;
}
/* Conteúdo */
h1 {
	font-size: 1.6em;
	color: #006633;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
h2 {
	padding-top: 15px;
	font-size: 1.5em;
	color: #cc6600;
}
h3 {
	padding-top: 0px;
	font-size: 1.25em;
	color: #006633;
}
h4 {
	font-size: 1em;
	color: #006633;
}
/* Rodapé */
#footer p {
	font-size: small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	color: orange;
	text-decoration: underline;
}
/* Links */
a {
	color: darkred;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Imagens */
#imgesq {
	float: left;
	margin-right: 15px;
	border: 1px solid black;	
}
#imgdir {
	float: right;
	margin-left: 15px;
	border: 1px solid black;	
}
/* --------------------------------- */
/* FIM                               */
/* --------------------------------- */