/* styles.css for template #124 
   spyka.net Webmaster */
body {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#DFE4D6;
}
/* Global */
a {
	font-weight:bold;
	text-decoration:underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}

a:hover { 
	color:#77BA2E;
}
h1 {
	font-size:20px;
	margin:20px 0 15px 0;
}
h2 {
	font-size:1.0em;
    font-weight:bold;
	text-decoration:none;
	color:#333;
	color:#77BA2E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:2px solid #CCC;
	margin-left:5px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
	border-bottom:3px solid #77BA2E;
}
h4 {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0 0 0 10px;
	color:#77BA2E;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
	border-bottom:3px solid #77BA2E;
}
p {
	font-size:0.8em;
}
ul {
	list-style-type:square;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:0px;
	margin-left:0px;
	font-size:0.8em;
	display: inline;
}
blockquote {
	border:1px solid #ddd;
	background-color:#eee;
	padding:4px;
	font-size:0.9em;
	font-style:normal;
}
	blockquote p {
		margin:3px;
		padding:0;
	}
/* Layout */
div#container {
	margin:auto;
	width:900px;
	background-color:#fff;
}

div#esquerdo {
	background-color:#D1D8C2; 
	float:left;
	clear:left; 
	width:160px; 
	padding-top:15px; 
	padding-left:2px; 
	padding-right:2px;
}

div#centro {
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 710px;
	border-left: 1px solid #999;
	border-right: 0px solid #999;
	max-height: inherit;
	height: 100%;
	background-color: #FFFFFF;
}


div#direito {
	float:right;
	padding-top:15px;
	padding-left:2px;
	width: 140px;
	height: auto;
	max-height: 100%;
	display: inherit;
	padding-right: 2px;
	background-color: #FFFFFF;
}

table.submenu{
	background-color:#3a743a;
	visibility:hidden;
	padding:1px 1px;
	font-size:0.8em;
}
div.divisao {
	position:absolute;
	visibility:hidden;
}



/* Header */
div#header {
	width: inherit;
	background-color: #66A366;
	padding: 0px 0px 0px 0px;



}
	div#header h1 {
		font-family:Arial, Helvetica, sans-serif;
		color:#77BA2E;
		font-size:1.6em;
		padding:0;
		margin:30px 0 0 20px;
		font-weight:bold;
	}
	div#header h2 {
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:1.0em;
		padding:0;
		margin:0 0 0 20px;
		font-weight:bold;
		border-bottom:0;
	}
div#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	float:left;
	width: inherit;
	background-color: #D1D8C2;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

/*SIDEBAR*/
div#sidebar {
	width:100%;
	float:left;
	background-color: #3a743a;
	padding: 0px;
	height: 25px;
}
#container #sidebar ul {
	list-style-type: none;
	display: inline;
	float: right;
	margin: 0px;
	padding-top: 3px;
}
#container #sidebar ul li {
	padding: 15px 5px 8px 5px;
	list-style-type: none;
	display: inline;
}
#container #sidebar ul li a {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#container #sidebar ul li a:hover {
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9933;
	text-decoration: underline;
}




/* Footer */			
div#footer {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	background-color: #66A366;
	border-top-style: solid;
	border-top-color: #3a743a;
	border-top-width: 10px;
}
	div#footer p {
	padding:5px 0 10px 0;
	width:95%;
	font-size:0.8em;
	text-align:center;
	color:#FFFFFF;
	}
		div#footer p a {
			text-decoration:underline;
		}

