@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}}
a:link {
	color: #3D577A;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #cd5c5c;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #E1D4C0;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #4F473F;
	overflow: hidden;
	width: 950px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerNavigation {
	background-image: url(navigation_border_3.jpg);
	height: 80px;
	text-align: center;
	overflow: hidden;
	width: 950px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 884px;
	text-align: left;
	border-top-width: 12px;
	border-right-width: 10px;
	border-bottom-width: 12px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1D4C0;
	border-right-color: #E1D4C0;
	border-bottom-color: #E1D4C0;
	border-left-color: #E1D4C0;
}
.imageTopFloatLeft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.linkLogosBorder {
	border: 4px double #701112;
}


.oneColFixCtrHdr #footer {
	height: 80px;
	background-color: #DDDDDD;
	background-image: url(navigation_border_3.jpg);
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	overflow: hidden;
	width: 950px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #536379;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #480000;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #33475E;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #232323;
}

.imageFloatLeft {
	float: left;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.imageFloatRight {
	float: right;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 16px;
}
.notaDeclarativa {
	font-size: 12px;
	border: 1px solid #908470;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

