@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	background-color: #000000;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 944px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	text-align: center;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
} 
.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mainlink {
	font-size: 17px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-left: 20px;
}
.sublink {
	font-size: 16px;
	font-weight: bold;
	color: #966518;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
}
.textbeige {
	font-size: 11px;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.textwhite {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.textbeigebold {
	font-size: 11px;
	font-weight: bold;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.welcome {
	font-size: 24px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer {
	font-size: 16px;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.footer2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.mainlink a:link {
	font-size: 17px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;

} 
.mainlink a:visited {
	font-size: 17px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.mainlink a:hover  {
	color: #ca9642;
	text-decoration: underline;
}
.mainlink a:active {

	font-size: 17px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


.sublink a:link {
	font-size: 16px;
	font-weight: bold;
	color: #966518;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;

} 
.sublink a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #966518;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.sublink a:hover  {

	color: #966518;
	text-decoration: underline;
}
.sublink a:active {

	font-size: 16px;
	font-weight: bold;
	color: #966518;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.footer a:link {
	font-size: 16px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;

} 
.footer a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.footer a:hover  {

	color: #FFFFFF;
}

.footer a:active {

	font-size: 16px;
	font-weight: bold;
	color: #ca9642;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.under a:link {
	font-size: 11px;
	font-weight: bold;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

} 
.under a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.under a:hover  {
	color: #ca9642;
	text-decoration: underline;
}
.under a:active {

	font-size: 11px;
	font-weight: bold;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.lista a:link {
	font-size: 11px;
	font-weight: bold;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
} 
.lista a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.lista a:hover  {
	color: #ca9642;
	text-decoration: underline;
}
.lista a:active {

	font-size: 11px;
	font-weight: bold;
	color: #ca9642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.linkbianco a:link {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
.linkbianco a:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.linkbianco a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
.linkbianco a:active {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#floatfootersx {
	float: left;
	margin-left: 0px;
}

#floatfooterdx {
	float: right;
	margin-left: 0px;
}

#floatfootercentro {
	align: center;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center center;
	height: 115px;
	width: 549px;
}


#lyr1 	{
	position:absolute;
	visibility:hidden;
	top:0px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	right: 0px;
	width: 360px;
	}
div#wn1	{
	position:relative;
	left:0px;
	top:0px;
	width:365px;
	height:460px;
	clip:rect(0px, 365px, 460px, 0px);
	overflow:hidden;
	z-index:1;
	text-align: left;
	}
	
#lyr2 	{
	position:absolute;
	visibility:hidden;
	top:0px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	right: 0px;
	width: 750px;
	}
div#wn2	{
	position:relative;
	left:0px;
	top:0px;
	width:755px;
	height:160px;
	clip:rect(0px, 755px, 160px, 0px);
	overflow:hidden;
	z-index:1;
	text-align: left;
	}
	
#lyr3 	{
	position:absolute;
	visibility:hidden;
	top:0px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	right: 0px;
	width: 340px;
	}
div#wn3	{
	position:relative;
	left:0px;
	top:0px;
	width:345px;
	height:545px;
	clip:rect(0px, 345px, 545px, 0px);
	overflow:hidden;
	z-index:1;
	text-align: left;
	}
	
#lyr4 	{
	position:absolute;
	visibility:hidden;
	top:0px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	right: 0px;
	width: 340px;
	}
div#wn4	{
	position:relative;
	left:0px;
	top:0px;
	width:345px;
	height:545px;
	clip:rect(0px, 345px, 545px, 0px);
	overflow:hidden;
	z-index:1;
	text-align: left;
	}

#lyr5 	{
	position:absolute;
	visibility:hidden;
	top:0px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	right: 0px;
	width: 750px;
	}
div#wn5	{
	position:relative;
	left:0px;
	top:0px;
	width:755px;
	height:245px;
	clip:rect(0px, 755px, 245px, 0px);
	overflow:hidden;
	z-index:1;
	text-align: left;
	}
	
.textwhite p {
	margin: 0px;
	padding: 0px;
	}
	
.textbeigebold p {
	margin: 0px;
	padding: 0px;
	}

.textbeige p {
	margin: 0px;
	padding: 0px;
	}#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin-right: 600px;
}
