body
{
	background-image: url(../img/fundo.jpg);
	margin:0px;
	padding:0px;
	height:100%;
	font: normal small "Arial", Trebuchet MS, Helvetica, sans-serif;
}

#geral
{
	background-image: url(../img/fundoGrande.jpg);
	background-repeat:no-repeat;
	margin:0px;
	min-height: 604px;
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px;
	background-color: White;
	overflow:auto;
}

#Content
{
	min-height: 400px;
	padding: 15px;
}
.titulo
{
	width:100%;
	text-align: -moz-right;
	*text-align: right;
}

#menuAux
{
	width: 350px;
	border-bottom: solid 1px #4682B4;
	float:left;
	height: 20px;
}

#Menu
{
	margin-top:300px;
	width: 100%;
	text-align: right;
}

#Menu a
{
	color: #4682B4;
	float: left;
	display: inline;
	text-decoration: none;
	text-align:center;
	border-bottom: solid 1px #4682B4;
	height: 20px;
}

#Menu a:hover, .active a
{
	color: #CD3278;
	border-bottom: solid 1px #CD3278;
}

#Menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#Menu ul li
{
	float:left;
	position: relative;
}

#Menu ul li div
{
	width:180px;
	display: none;
	position:absolute;
	top:21px;
	left:-40%;
}

#Menu ul li div a
{
	text-align:left;
}

#Menu ul li div:hover
{
	display:block;
}

#Menu ul li:hover div
{
	display:block;
}

.subMenu
{
	padding:0px;
	padding-top:2px;
	padding-left:2px;
	background-color:White;
	width:100%;
	border: solid 1px gray;
	border-top:0px;
}


.subMenu:hover
{
	border: solid 1px red;
	border-top:0px;
}

#footer
{
	margin:0px;
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px;
	background-color: White;
	overflow:auto;
	font-size: smaller;	
	text-align: right;	
}
#footer a
{
	text-decoration: none;
	color: Gray;
}

h1
{
	text-align:right;
	color: #1874CD;
	width: 330px;
	border-bottom: solid 1px #1874CD;
	font-size: 14pt;
	font-style:italic;
	font-weight:lighter;
}

h2
{
	text-align:center;
	color: #1874CD;
	font-size: 11pt;
	font-weight:bold;
}

h3
{
	margin:0px;
	color: #1874CD;
	font-size: 11pt;
	font-weight:lighter;
}

a
{
	color: #4682B4;
	text-decoration: none;
	text-align:center;
}

ul
{
	list-style:none;
}

li
{
	margin-bottom:20px;
}
