/* CSS Document */
* { margin:0; padding:0; }
body {
 	margin:0px;
 	padding:0px;
	 color:#333333;
 	font-family:Arial, Helvetica;
 	text-align:center;
 	scrollbar-face-color:#DBDEE7;
	scrollbar-highlight-color:#DBDEE7;
	scrollbar-shadow-color:#A4A6AB;
	scrollbar-3dlight-color:#DBDEE7;
	scrollbar-arrow-color:#354274;
	scrollbar-track-color:#EDEEF2;
	scrollbar-darkshadow-color:#DBDEE7;
	background:url(imagens/fundo.jpg);

}
#container {
 width:775px;
 height:inherit;
 margin:0 auto;
 text-align:left;
 border:1px solid #CCCCCC;
 background:#FFFFFF;
 display:table;
 }
#top {
 width:775px;
 height:88px;
 background:url(imagens/top.jpg) no-repeat;
 margin:0 auto;
}
#menu_top ul {
 padding:5px 0px 0px 20px;
}
#subtop {
 font-size:9px;
 width:775px;
 height:95px;
 background:url(imagens/subtop.jpg) no-repeat;
 margin:0 auto;
 }
#menu {
 font-size:12px;
 width:195px;
 height:300px;
 min-height:300px;
 text-align:left;
 font-weight:bold;
 float:left;
 margin:25px 0 0 0;
 background:url(imagens/fundo_menu.jpg);
 }
 #menu a {
 color:#333333;
 text-decoration:none;
 font-size:12px;
 font-weight:bold;
}
  #menu a:hover {
  color:#000066;
  text-decoration:none;
  font-size:12px;
  font-weight:none;
  text-decoration:underline;
}
#menu ul {
 margin:0 0px 0 10px;
 padding: 0 0 20px 0;
 float:left;
}
#menu li {
 list-style:none;
 display:list-item;
 color:#333333;
 font-weight:bold;
 margin: 7px 0 0 0;
}
 #home_direita {
 width:580px;
 min-height: 364px;
 float:left;
 }
 #home {
 width:580px;
 height:inherit;
 min-height: 400px;
 float:left;
 } 
 #home h6 {
 padding:0px;
 font-family:Arial, Helvetica;
 font-size:15px;
 color:#000066;
 font-weight:bold;
 margin:10px 0 0 0;
 }
 #home h5 {
 font-family:Arial, Helvetica;
 font-size:12px;
 color:#FF9900;
 font-weight:bold;
 margin:5px 0 0 0;
 float:left;
 }
 #home p{
 width:500px;
 height:inherit;
 float:left;
 margin:20px 0 0 20px;
 font-size:13px;
 text-align:justify;
 } 
  #home a{
 color:#003366;
 text-decoration:none;
 font-size:12px;
 }
 #home a:hover{
 color:#003366;
 text-decoration:underline;
 font-size:12px;
 }
 #rodape {
 font-size:9px;
 width:775px;
 height:33px;
 text-align:left;
 font-weight:none;
 background:url(imagens/rodape.jpg);
 float:left;
 }
