html {
	 overflow-y: scroll;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: 0px;
	display: inline;
}

a {
	color: rgb(0, 0, 0);
	text-decoration: none;
	display: inline;
}

a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.wide {
	width: 50%;
}

.center {
	width: 600px;
	margin: 0 auto 0 auto;
}

.clean { 
	clear: both;
}



#header {
	padding-top: 10px;
	background-color: #003641;
}

#header .content {
	display: inline;
	float: left;
}

#header .content a {
	float: left;
}

#header .content form {
	float: right;
	margin: 0px 0px 0px 30px;
}

#header .content form span {
	font-weight: bold;
	font-size: 9pt;
	color: #FFF;
}



#header ul {
	list-style: none;
	padding: 26px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	display: block;
	line-height: 30px;
}

#header ul li {
	float: left;
}

#header ul li a {
	text-decoration: none;
	color: white;
	clear: left;
	display: block;
	padding: 0px 10px 0px 6px;
}

#header ul li a:hover {
	text-decoration: underline;
	color: rgb(0, 162, 149);
}

#header ul .ativo a {
	color: rgb(0, 162, 149);
	/*background: rgb(248, 248, 248) url(../img/canto-aba.gif) top right no-repeat;*/
	/*background: white url(../img/canto-aba.gif) top right no-repeat;
}



#container {
	width: 20%;
	float: left;
	/*background-color: rgb(248, 248, 248);*/
	background-color: #ffffff;
}

#container #content {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid red;
}

#footer {
	width: 100%;
	height: 65px;
	display: block;
	background: #003641 url(../img/bg-rodape.gif) repeat-x;
	float: right;
}

#footer .content {
	padding-top: 30px;
}

#footer img {
	padding: 4px 7px 7px 0px;
	float: left;
}

#footer p {
	padding: 11px 0px 7px 0px;
	margin: 0;
	font-size: 10px;
	color: #fff;
	text-align: right;
}
