body {
	font-family: Arial;
	font-size: 76%;
	color: #000000;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.4em;
	color: #003;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-size: 1.6em;
	color: #003;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	color: #003;
	margin: 0px;
}
h4 {
	font-size: 1em;
	color: #003;
	margin: 0px;
}

form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}

/***********************************
container
************************************/
#container {
	width: 800px;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
	height:auto;
}

/***********************************
masthead
************************************/
#masthead {
	padding: 0px 0px 0px 0px;
	border:0;
}
#masthead img{
	border:0;
	
}


.stripe {

	}
	
.stripe h1 {
	font-size: 2.4em;
	font-weight: bold;
	font-family: Arial, verdana;
	text-align: center;
	vertical-align: bottom;
	color: #003;
	margin: 0px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
#sidebar {
	background:#ffffff url(img/menu.jpg) top left no-repeat;
	float: left;
	width: auto;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 39px;
	font-family: Gill Sans, sans-serif;
	width:165px;
}
.menu{
	height:auto;
	width:165px;
}

.menu ul, .menu li{
	background:#ffffff url(img/menu1.jpg) top left repeat-x;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul ul {
background:#ffffff url(img/submenu.jpg) top left repeat;
padding-left: 5px;
}
.menu a:link, .menu a:visited{
	height:21px;
	padding: 0px 0px 0px 18px;
	margin-left:2px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	}
.menu a:hover {
	text-decoration: none;
	color: #C00;
}
.menu_current, .menu a:active{
	font-weight: bold;

}

#tel {
	background:#ffffff url(img/telefone.jpg) left no-repeat;
	float: left;
	width:170px;
	height:143px;
	font-family: Verdana, Arial, verdana, sans-serif;
	padding:5px 0px 5px 0px; 
}

.tools {
	float: left;
	width: 150px;
	color: #666;
	text-align: center;	
	background-color: #FFF;
	font-size: 70%;
	padding: 0px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 625px;
	height:auto;
	padding-top:10px;
	background-color: #FFF;
	vertical-align: top;
	text-align: left; 
	word-spacing: 1px;	
	border-right:1px dashed #FF9900;

}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #999;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, verdana;
	font-size: 99%;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}
