body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;	
}
body, div, ul, li, h1, h2, h3, h4, p { 
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 ,title,{
       font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 100;
	
}
#tudo{
	margin:0px;
	padding:0px;
	background-color:#848484;
}

#meio{
	background:url(img/top.jpg) repeat;
	/*background:#f8f8f8; */
	clear:both;

}
.top_top{
	height:15px;
	width:100%;
	background:#848484;
	/*background-image:url('img/top.jpg');*/
}

.top_div{
	height:115px;
	width:100%;
	background:#c1d4d9;
	/*background-image:url('img/top.jpg');*/
}

.top_content{
	height:115px;
	width:1000px;
	margin:0 auto;	
	/*background-image:url('img/pink_top.jpg');*/
}

.logo{
	height:115px;
	width:200px;
	float:left;
	margin:2px 0 0 30px;
}
.logo a {
	border:none;
}
.banner	{
	height:100px;
	width:750px;
	float:right;	
	margin:7px -5px 0 0;	
}
.banner img{	
	border:none;
}

h1{
	font-size:18px;
	color:#58595b;
	padding:5px 0 10px 20px;
}

h4{
	font-size:17px;
	color:#808080;
	padding-left:25px;
}

.menu{

	height:40px;
	width:100%;
	background-color:#848484;
	min-width:20px;
}

.menu_content{
	height:30px;
	width:100%;
	margin:0 auto;
}

.menu_content ul {
	height: 8%;
	line-height: 13%;
       position: absolute;
}

.menu_content ul li {
	position: relative; 
	top: 11px;
	left:60%;
	height: 30%;
	display: inline;
       text-align: center;
       line-height: 13%;		
}

.menu_content ul li a {
	padding-top: 12px;
	padding-left: 12px; 
	padding-bottom: 12px;
	padding-right: 12px; 
	font-family: Arial, sans-serif;
	font-size: 15px;
	color:#fff;
	text-decoration: none;
	line-height: 16px;	
}
.menu_content ul li a:hover {
	padding-top: 12px;
	padding-left: 12px; 
	padding-bottom: 12px;
	padding-right: 12px; 
	color: #3c373b;
	text-decoration: none;
	background-color:#CCC;
}

.title{
       font-family:verdana;
	text-align:center;
	font-size:20px;
	font-weight:100;
	color:#cf160c;
	padding:0 0 10px 20px;
}

ul{
	font-family:verdana;
	font-size:13px;
	font-weight:100;
	color:#515151;
	line-height:150%;	
	text-align:left;
       padding:0 5%;

	
}
.description{
	font-family:verdana;
	font-size:13px;
	font-weight:100;
	color:#515151;
	line-height:150%;	
	text-align:left;
	padding:0 5%;
}
.description2{
	font-family:verdana;
	font-size:13px;
	font-weight:100;
	color:#515151;
	line-height:150%;	
	text-align:left;
	padding:5% 4% 5%;
}
.description3{
	font-family:verdana;
	font-size:14px;
	font-weight:100;
	color:#515151;
	line-height:150%;	
	text-align:left;
	padding:0 5%;
}


#content{
	height:auto;
	width:100%;
	margin-top:20px;
	margin-bottom:40px;
}

#first_content{
	width:100%;
	margin:0 auto;
}
#right_content{
	height:auto;
	width:70%;
	float:right;
	margin: 0 0 10px 0;
}

#left_content{	
	width:23%;
	float:left;
	margin: 0 0 10px 10px;
	border:none;	
}
#left_content img{
	margin: 0 0 10px 30px;
	border:none;	
}

#rodape{
	height:auto;
	width:100%;
	background:#848484;
	clear:both;
	padding:5px 0 10px 0;
}

#copyright{
	padding:5px 0 0 0;
	font-size:13px;
	font-weight:400;
	color:#FFF;
	height:auto;
	text-align:center;
	text-decoration:none;	
}
#copyright a{
	color:#FFF;
	text-decoration:none;
}
#copyright a:hover{	
	text-decoration:underline;
}

.formfont { 
	font-family: Verdana;
	font-size: 80%;
	margin: 0 0 0 20px;
}
label { 
	display: block;
	margin-top: 10px; 
}
label.error { 
	float: none; 
	color: red; 
	margin: 0 .5em 0 0; 
	vertical-align: top; 
	font-size: 10px
}
p { 
	clear: both;
}
#submit { 
    margin-top: 1em;
}
em { 
	font-weight: bold;
	vertical-align: top; 
}