* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

a {
	color:#666;
	text-decoration: none;
}

a:hover {
	color: #db7b25;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	text-indent:30px;
	line-height: 14px;
	color:#333;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	border-color: #000066;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input {
	padding-left: 2px;
	background-color: #ffffff;
	color: #0000CC;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


/* Page Header */

#page_header {
	width: 780px;
	height: 130px;
	color: #ffffff;
	background: url('images/header_background1.png') repeat-x 0px 0px;
	overflow: hidden;
	border-top:#000066;
}

#page_header a {
	color: #ffffff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}

/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 780px;
	height: 21px;
}

#page_menu ul {
	width: 780px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 129px;
	height: 21px;
	float: left;
	background: url('images/menu_background.gif') no-repeat;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #db7b25;
}

/* Main Content Area */

#main_content {
	margin-right: 2px;
	margin-bottom:10px;
	width: 550px;
	text-align: center;
	float: right;
}

/* New Item Description */

#content {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 500px;
	text-align: justify;
}

#new_item_header {
	margin-top: 10px;
	float: left;
	width: 348px;
}

#new_item_header h1 {
	color: #db7b25;
	font-size: 20px;
	font-weight: bold;
}

#new_item_text {
	float: left;
	clear: left;
	width: 480px;
}

#new_item_text ul{
	margin-left:35px;
	color:#333333;
}

#new_item_text li{
	margin-top:10px;
	color:#666;
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
}

#contentEsq {
	float:left;
	width:220px;
	padding-left:2px;
	padding-top:40px;
	border-right:solid thick #CCC;
}

#contentEsq h1{
	color:#0b0b87;
	font-size:16px;
	margin-bottom:20px;
}


#tituloForm {
	color:#0066FF;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
}

#tituloLinks {
	color:#0000CC;
	font-size:18px;
	font-weight:bold;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:15px;
}

#formBox{
	border:thin solid #0066FF;
}

#simulacaoBtn{
	margin-top:20px;
}

#simulacaoBtn a{
	color:#0066FF; 
	padding:3px 5px; 
	border: thin solid #0066FF; 
	background-color:#FFFFFF;
}

#simulacaoBtn a:hover{
	background-color:#eeeeff;
}
/* Page Footer */

#page_footer {
	width: 780px;
}

#footLines{
	margin-bottom: 2px;
	margin-left:auto;
	margin-right:auto;
	height: 1px;
	background-color: #db7b25;
	overflow: hidden;
	width:98%;
}

#made_by {
	position:relative;
	padding-top: 17px;
	padding-right: 5px;
	float: right;
	width: 305px;
	height: 30px;
	color: #000066;
	text-align: right;
}

#made_by a {
	color: #9595c2;
	font-size:10px;
}



