@charset "utf-8";
/* CSS Document */
#blue {
	background-color: #CEDFD8;
	padding-top: 5px;
	padding-bottom: 5px;
}
#links td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#leftcol {
	float: left;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #3C5B80;
	padding-right: 2px;
}
#rightcol {
	width: 300px;
	margin-left: 320px;
	padding-top: 5px;
}
.backecoterra {
	background-image: url(images/backecoterra1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.textsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.textsmallblack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;

}
.textbig {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
.textitalic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}
.center {
	text-align: center;
}
.textbig1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight:bold;
}
.red {color:#CC0000;
}
.redbold {color:#CC0000;
    font-weight:bold;
}

