@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 3px;
	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;
	background-color: #999966;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #747B51;
	/*background-image: url(../imgs/header_bkg.jpg);*/
	background-repeat: no-repeat;
	background-image: url(../imgs/header3_bkg.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 51px;
	background-position: bottom;
} 

.twoColFixLtHdr #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 */
	color:#FFFFFF;
	font-size: 24px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #CDCF9C;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
} 
.twoColFixLtHdr  #container  #mainContent  #img1 {
	border: 0px solid #000000;
}
.twoColFixLtHdr  #img2  {
	border: 1px solid #000000;
	;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #747B51;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
}
.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. */
	position:relative;
	float: right;
	width: 150px;
	border: 1px solid #373A27;
	padding: 3px;
	margin: 10px;
	top: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	top: 15px;
}
.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;
}
#linkLateral {
	position: relative;
	height: 20px;
	width: 188px;
	padding:5px;
	display: block;
	cursor: default;
	text-decoration: none;
	background-color: #1F250F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color:#CCCC99;
}

#linkLateral:visited {
	position: relative;
/*	left: 10px;
	top: 2px;
	height: 20px;
	width: 188px; 
	padding:5px;
	display: block;
	cursor: default;*/
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#linkLateral:hover {
	background:#000000;
	text-decoration:underline;
	/*
	
	
	*/
}

.twoColFixLtHdr #header2 {
	text-align:right;
	display: block;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #FFFFFF;
	background-image: url(../imgs/header3b_bkg.jpg);
	background-color: #373A27;
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#linkSuperior {
	/*	position:relative;
	height: 15px;
	width: 150px; */ 
	font-size:10px;
	color:#FFFFFF;
	cursor: default;
	text-decoration: none;
}

#linkSuperior:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#linkSuperior:hover {
	text-decoration: underline;
	color: #CCCC00;
}

#linkInterno {
	color:#000066;
	text-decoration: underline;
}

#linkInterno:visited {
	color:#000066;
	text-decoration: underline;
}
#linkInterno:hover {
	text-decoration: underline;
	color: #CC0000;
}
.fltrt2 {
	position:relative;
	float: right;
	border: 1px solid #373A27;
	padding: 0px;
	margin: 10px;
	top: 0px;
}