@charset "utf-8";
/* CSS Document */

a
{
	text-decoration:none;
	color: #333333;
}

a:hover 
{
	text-decoration:underline;
}

body
{
	margin:0px;
	padding:0px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p
{
	margin-top:0px;
	margin-bottom:0px;
}

/* Fonts */


.font16
{
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight:bold;
}
.font15
{
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}


/* Template */

#principal
{
	width:820px;
	height:562px;
    position: absolute;
    top: 50%;
    left: 50%; 
    background: #f7f7f7;
    margin-top: -281px;
    margin-left: -410px;
}
#rodape
{
	width:820px;
	height:12px;
}

/* Principal */

#coluna1
{
	float:left;
	width:20px;
	height:550px;
	background:url(../imgs/barra1.gif) scroll;
}
#coluna2
{
	float:left;
	width:780px;
	height:550px;
}
#coluna3
{
	float:left;
	width:20px;
	height:550px;
	background:url(../imgs/barra3.gif) scroll;
}

/* Coluna2 */

#topo
{
	width:780px;
	height:144px;
}
#meio
{
	width:780px;
	height:124px;
	background-color:#ffffff;
	padding-top:7px;
}
#corpo
{
	width:780px;
	height:275px;
	background-color:#ffffff;
}
/* Rodapé */

#rod_1
{
	float:left;
	width:20px;
	height:12px;
	background:url(../imgs/rod_1.gif) scroll;
}
#rod_2
{
	float:left;
	width:780px;
	height:12px;
	background:url(../imgs/rod_2.gif) scroll;
}
#rod_3
{
	float:left;
	width:20px;
	height:12px;
	background:url(../imgs/rod_3.gif) scroll;
}
#rod_4
{
	float:left;
	width:20px;
	height:12px;
	background:url(../imgs/rod_4.gif) scroll;
}#rod_5
{
	float:left;
	width:780px;
	height:12px;
	background:url(../imgs/rod_5.gif) scroll;
}
#rod_6
{
	float:left;
	width:20px;
	height:12px;
	background:url(../imgs/rod_6.gif) scroll;
}

/* Meio */

#central
{
	margin: 0px auto;
	width:770px;
	height:124px;
}

#cent_1
{
	float:left;
	width:134px;
	height:124px;
}
#cent_2
{
	float:left;
	width:502px;
	height:124px;
}
#cent_3
{
	float:left;
	width:134px;
	height:124px;
}

/* Menu */

#menu a
{
	color:#000000;
	background-color: #66CCFF;
	padding-bottom:7px;
	padding-top:6px;
	margin-top:1px;
	width:134px;
	display:block;
	text-decoration:none;
	font:13px Arial, Helvetica, sans-serif, verdana;
	border-bottom:1px solid #0079E5;
	text-align:center;
	
}

#menu a:hover
{

	background-color: #00CCFF;
	color:#ffffff;
	font:15px Arial, Helvetica, sans-serif, verdana;
	padding-bottom:6px;
}