/***********BODY***********/

body {
	background: #00496d;
}

.wrap {
	width: auto;
	margin: auto;
}



/***********NAV************/

.nav {
	margin: 55px 25px 15px 0;
	text-align: center;
	color: #000;
}

.nav li {
	list-style-type: none;
	display: inline;
}

.nav a {
	font: 14px/26px Arial, serif;
	color: #dde9e3;
	text-decoration: none;
	margin: 0 20px 0 20px;
}

.nav a:hover {
	color: #000;
}



/***********CONTENT***********/

.divider {
	width: auto;
	height: auto;
	background: url('../images/divider.jpg');
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.divider2 {
	width: auto;
	height: 1px;
	background: url('../images/divider.jpg');
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.text1 {
	font: 15px/26px Georgia, serif;
	color: #000;
	width: 420px;
	height: auto;
	margin: 20px auto 0 10px;
	text-indent: 25px;
	float: left;
}

.text2 {
	font: 15px/26px Georgia, serif;
	color: #DADADA;
	width: 420px;
	height: auto;
	margin: 20px 10px 0 auto;
	text-indent: 25px;
	float: right;
}

.text3 {

	font: 15px/26px Georgia, serif;
	text-align: center;
	color: #DADADA;
	margin-top: 250px;
}

.footer {
	font: 11px/20px Georgia, serif;
	color: #000;
	text-align: center;
}

.mail {
	color: #000;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 20px;
}


/*************AGENDAS*************/

.list {
	list-style: none;
	color: #333;
	font-family: "Courier New", Courier, monospace;
}

.list a {
	font-family: Arial;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	color: #DADADA;
}

.list a:hover {
	color: #000;
}
.wrap .list li strong a {
	color: #000;
}

