﻿body
{
	font-size: 8pt;
	color: #dcdcdc;
	font-family: Arial,Verdana,Sans-serif;
	background-color: #e1e1e1;
	
}

select, input, textarea 
{
    border: 1px solid #ccc;
}


h1
{ 
  background-color: #FFF;
  color:#275384;
  font-size:12pt;
  font-weight:bold;
  margin-top:0;
  margin-bottom:10px;}

h2
{ background-color: #fff;
  color:#275384;
  font-size:10pt;
  font-weight:normal;
  margin-top:0;
  margin-bottom:0;}


ul 
{ list-style:none;
  margin: 2px 2px 2px 2px; 
  padding:0;}

li
{ padding:0 4px 8px 10px;
  background: url(imagens/arw.gif) 0 3px  no-repeat;}


#header
{
	
	width: 720px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(imagens/logog.gif);
	background-repeat:no-repeat;
			 
}

#main
{ 
	width: 720px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font-size:9pt;
	color:#666;
}

#content
{ 
    width:480px;
    float:left;
    padding:0px;
    text-align:justify;
}
  
#contentX
{ 
    width:740px;
    float:left;
    padding:0px;
    text-align:justify;
}
  
#nav
{ 
    
    float:right;
    margin-right:0;
    margin-top:2px;
}
    
#footer
{ 
	clear: both; 
	height:10px;
   width :720px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  padding:10px 0;  
  border-top:#ccc 1px solid;
  font-size:8pt;
  color:#999;
  text-align:center;
  
  }


/*
#footer a:link, #footer a:visited, #footer a:active
{ 
    background-color: #fff; 
    text-decoration: none; 
    color:#275384;
}

#footer A:hover
{ 
	background-color: #fff; text-decoration: none; color:#275384;
}
*/


.logo
{ width:300px;
  float:left;
  text-align:left;
  padding:15px 0 10px 15px;
  overflow: hidden;}
  

.left
{ width:250px;
  float:left;
  margin:10px 15px 10px 0;
  text-align:justify;  
  overflow: hidden;}

.mid 
{ width:auto;
  padding:10px 0 0 10px;
  margin-left:auto;
  margin-top:0;
  overflow: hidden;}
  
.navhead
{ 
    width:210px;
    height:18px;
    padding: 3px 3px 0 5px;
    border:#ddd 1px solid;
    text-align: left;
    /*font-size:8pt;*/
    background-color:#eee;
    color:#666;
}

.navitem
{ 
  width:212px;
  padding: 15px 3px 2PX 3px;
  border-bottom:#ddd 1px solid;
  border-right:#ddd 1px solid;
  border-left:#ddd 1px solid;  
  /*font-size:8pt;*/
  font-weight: normal;
}

.navitem p,ul
{ 
    margin-left:10px;
    margin-right:10px;
}
.img
{ border:0;}
  


.popupWindow
{
	position:absolute;
    border: solid 1px #275384;
    margin: 0px 0px 0px  20px;
    background-color:white;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#275384); 
    display:none;
}

#menu
{
    width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color:Black;
}

#nav a:link,#nav  a:visited,#nav  a:active
{ 
	text-decoration:underline; 
	color:#7a7a7a;
 }

#nav a:hover
{
    text-decoration: underline;
    color:#CCC;
    
}

#menu ul.nav{
    
    height:29px;
	
}
#menu ul.nav li{
	float:left;
	margin:0;
	padding:0;
}
#menu ul.nav li a{
	display:block;
	padding:0 15px;
	font:bold 11px/29px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
#menu ul.nav li a:hover{
	color:#fff;
	text-decoration:underline;
}