/* CSS Document */
*{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#004282;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

img{
border:none;
}


#animacaoTopo{
position:absolute;
top:0px;
left:50%;
margin-left:-476px;
}

#container{
padding:0px 43px 0px 43px;
}

#bottom{
color:#FFFFFF;
font-weight:bold;
padding:42px 71px 0px 71px;
}

#bottom *{
color:#FFFFFF;
}

#bottom a{
color:#FFFFFF;
font-weight:bold;
}

#leftmenu{
float:left;
width:205px;
margin-right:15px;
}

#conteudo{
float:left;
margin-left:10px;
width:610px;
}

.coluna{
float:left;
padding:5px 15px 5px 15px;
width:270px;
text-align:justify;
line-height:18px;
}

#noticias{
background:url(../images/HR1.gif) top repeat-x;
padding:15px 15px 5px 0px;
line-height:18px;
}

#noticias .wbg{
float:left;
padding:5px 15px 5px 15px;
background:url(../images/BG_img.gif) top right no-repeat;
margin-right:8px;
}

#noticias .wbg2 a:hover img,#noticias .wbg a:hover img{
border:2px solid #ff9900;
}

#noticias .wbg img{
border:2px solid #FFFFFF;
}

#noticias .wbg2{
float:left;
padding:5px 10px 5px 15px;
background:url(../images/BG_img2.gif) top right no-repeat;
margin-right:8px;
}

#noticias .wbg2 img{
border:2px solid #FFFFFF;
}

#noticias a{
color:#ff9900;
}

#novasTurmas{
background:url(../images/BG_novasTurmas.gif) left top no-repeat;
width:200px;
height:312px;
padding:20px 5px 5px 20px;
line-height:19px;
}

#novasTurmas a{
padding-left:10px;
background:url(../images/bullet1.gif) left 4px no-repeat;
}

.valign,.valign *{
vertical-align:middle !important;
}

li{
float:none !important;
}

#cursos li{
float:left !important;
*float:none !important;
}

img
{ /*IE sucks! must have a code to make png alpha opacity works*/
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ?
	  this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="images/blank.gif").substr(0,0)
	 :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="images/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
  width:auto;
}