body {
	background-image:  url(img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #C1BCB8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, h1, h2, h3, h4, p{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
.clear {
	clear: both;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 940px;
  	position: relative;
  	background: url(img/bg_wrapper.gif) repeat-y;
}
#main {
	background-image: url(img/bg_main.jpg);
	background-repeat: no-repeat;
	width: 940px;
}
#left {
	float: left;
	width: 253px;
}

h1#logo {
	width: 293px;
	height: 108px;
	background-image: url(img/logo.gif);
	}
h1#logo span {
	display: none;
	}
#nav {
	width: 216px;
	margin-left: 20px;
}
#nav ul {
	list-style: none;
	background-color: #CFCCC7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
	display: block;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
}
#nav a:hover {
	text-decoration: none;
	background-color: #A1998F;
	color: #FFFFFF;
}
#nav .important {
  border: none;
}
#nav .important a {
	color: #FFFFFF;
	background-color: #A1998F;
	text-decoration: none;
}
#nav .important a:hover {
	color: #000000;
	background-color: #CFCCC7;
	text-decoration: none;
}
a.home:link, a.home:visited, a.home:hover, a.home:active  {
	background-image: url(img/nav_end.jpg);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	height: 26px;
	background-repeat: no-repeat;
	width: 204px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
a.home:hover, a.home:active  {
	font-weight: bold;
}
#address {
	width: 226px;
	margin-left: 30px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#address a:link, #address a:visited {
	color: #000000;
	text-decoration: none;
}
#address a:hover, #address a:active {
	color: #000000;
	text-decoration: underline;
}
#header {
	top: 0;
	width: 667px;
	float: right;
	background-color: #78C0E6;
	text-align: right;
}
#right {
	float: right;
	width: 637px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 10px;
}
#content {
	width: 396px;
	padding-right: 40px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1BCB8;
}
#lateral {
	float: right;
	width: 200px;
	text-align: center;
	font-size: 11px;
}
#news {
	background-image: url(img/news_bg.jpg);
	background-repeat: repeat-y;
	width: 187px;
	margin-bottom: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#news p {
	padding: 10px;
	font-size: 11px;
}
#download {
	width: 187px;
	margin-bottom: 20px;
	background-color: #E1E0DD;
}
#download a:link {
	font-weight: bold;
	color: #394091;
	text-decoration: none;
}
#download a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#download a:hover {
	font-weight: bold;
	color: #394091;
	text-decoration: underline;
}
#download p {
	padding: 10px;
	font-size: 11px;
}

#spacer {
	height: 2em;
}
#designcode {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin: auto;
	width: 920px;
	position: relative;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#designcode a:link, #designcode a:visited {
	color: #666666;
	text-decoration: none;
}

#footerline{
	background: url(img/footerline.gif) no-repeat;
	height:16px;
	margin-top:0px;
	clear: both;
}

/*conteudo*/
#content h1, #content h2 {
	color: #394091;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #394091;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 16px;
}
#content h2 {
	font-size: 14px;
}
#content h3 {
	font-size: 13px;
	color: #394091;
}
#content p {
	margin-bottom: 10px;
	line-height: 16px;
}
#content li {
	margin-bottom: 5px;
	line-height: 16px;
}

.float_left {
	float: left;
	margin-right: 20px;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
a:link, a:active, a:visited{
	color: #394091;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#news label {
	float: left;
	width: 50px;
	clear: left;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
#news p {
	margin: 0px;
}

#news form {
	width: 187px;
	margin: 0px;
}
#news hr {
	clear: both;
	width: 167px;
	margin-right: 10px;
	margin-left: 10px;
}
.input {
	border: 1px solid #666666;
}
form {
	margin-bottom: 10px;
	width: 187px;
}
/*FORMULARIO*/
label {
	float: left;
	width: 70px;
	margin-left: 3px;
	color: #003371;
	font-size: 11px;
	font-weight: bold;
}
.campos {
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-track-color:#FFFFFF;
	margin-bottom: 4px;
}
.select_area {
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-track-color:#FFFFFF;
	width: 20px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCCC7;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-bottom: 6px;
}
#content li {
	margin-bottom: 10px;
}
#lateral_quadro {
	float: right;
	width: 158px;
	text-align: center;
	font-size: 11px;
	margin-right: 20px;
	padding: 10px;
}
.thumb {
	float: left;
	margin-right: 10px;
	clear: left;
	margin-bottom: 5px;
}
.logos {
	float: left;
	margin-right: 10px;
	clear: left;
	background-color: #FFFFFF;
	width: 100px;
	display: block;
	text-align: center;
	border: 1px solid #C1BCB8;
	height: 60px;
}
