@charset "utf-8";
#style {
}
body
{
	background-color:#003d40;
	font-family:arial, sans-serif;
	font-size:12px;	
}

#main{
width:821px;
height:auto;
margin:auto;
padding:0px;
}

/*---------------- menu tab----------------------*/
.menu{
width:821px;
height:42px;
margin-top:20px;
background:url(img/menu_bg.gif) no-repeat left;
}

.menu ul{
list-style:none;
padding:0 0 0 0px;
margin:0px;
}
.menu ul li{
display:inline;
}
.menu ul li a{
float:left;
height:42px;
border:none;
padding:0px 15px 0px 15px;
text-decoration:none;
color:#fff;
line-height:42px;
font-size:14px;
}


.menu ul li.selected a{
background:url(img/menu_bullet.gif) no-repeat bottom center;
}

.menu ul li a:hover{
	background:url(img/menu_bullet.gif) no-repeat bottom center;
}

.baixo{
	position:absolute;
width:821px;
height:12px;
background:url(img/bottom.gif) no-repeat left;
}
.direitos{
	color:#FFFFFF;
	text-align:center;
}

/*---------------Conteudo-----------*/
.conteudo{
	width:821px;
	height:auto;
	clear:both;
	padding:25px 0 5px 0;
	background-color:#E7F4F8;
}

.welcome{
	margin:auto;
	width:80%;
	/* [disabled]height:202px; */
	padding:30px 10px;
	color:#003d40;
}