@charset "utf-8";
body {
	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: #404142;
	background-image: url(../img_f/bg.jpg);
	background-repeat: repeat-x;
	background-color: #B9BBBA;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 880px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-image: url(../img_f/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0;
	position: relative;
}
.oneColFixCtrHdr #container #header #quick {
	width: 150px;
	color: #6E6E6E;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	left: 730px;
	top: 79px;
	text-decoration: none;
	text-align: right;
}
.oneColFixCtrHdr #container #header #quick a {
	color: #636363;
	text-decoration: none;
}


.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 */
}
h1, h2, h3 {
	color: #707173;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #A6A7A8;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../img_f/footer.jpg);
	background-repeat: no-repeat;
	height: 176px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
}
#footer #efcc {
	position: absolute;
	height: 50px;
	width: 100px;
	left: 667px;
	top: 43px;
}
#footer #sibioc {
	position: absolute;
	height: 58px;
	width: 90px;
	left: 784px;
	top: 40px;
}


.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 */
}
#footer #ifcc {
	position: absolute;
	left: 542px;
	width: 115px;
	height: 54px;
	top: 41px;
}
.testoPiccolo {
	font-size: 10px;
}
.links li {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
}
#lastMod {
	position: absolute;
	width: 300px;
	left: 13px;
	top: 104px;
	font-size: 10px;
	color: #FFF;
}
.leftFloat {
	padding: 5px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent #rightCol {
	color: #02902A;
	text-decoration: none;
	padding-left: 610px;
}
.oneColFixCtrHdr #container #mainContent #rightCol p a {
	color: #2D9755;
	text-decoration: none;
	font-weight: bold;
}
.ulAus li {
	list-style-type: none;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.ulAus li span {
	margin-left: 20px;
	clear: both;
}
.ulAus li img {
	float: left;
}

#newsletter p {
	height: 40px;
	width: 400px;
	vertical-align: middle;
	padding-left: 70px;
	background-image: url(../img_f/acro.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-left: 150px;
	border: thin dotted #CCCCCC;
}

