@charset "utf-8";
body  {
	/*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
    font:11px Arial,Helvetica,sans-serif;    
	background: url(../img/bg_main_1980.png) repeat-y 0 0 transparent;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: transparent;
}
body, a, input, select, textarea, submit {
	color: #435b86;
	text-decoration:none;
}
a:hover {
  color: #fe9126;     
}
h1,h2,h3 { 
    font-size: 12px; 
    margin:0;
    padding:0;
}

.transf #container, .transf #container2 { 
	width: 843px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */ 
    background-color: transparent;    
} 
.transf #container2 { 
    background-color: white;    
} 

.transf #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 95px;
} 
#header #logo {
    display:block;
    left:73px;
    position:absolute;
    top:19px;
}
.transf #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 */
}
.transf #header .menu1 {
    left:453px;
    position:absolute;
    top:10px;
}
.transf #footer .menu1 {
    float:right;
    position:relative;
    right:-11px;
    top:-23px;
}
.transf #header .menu1 ul, .transf #footer .menu1 ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
.transf #header .menu1 ul li,  .transf #footer .menu1 ul li {
	display: inline;
    padding:0 3px;
}

.transf #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
    padding: 1px;
}
#sidebar1 div {
    background: url(../img/bg_content_280.png) repeat-y 0 0;
    padding: 5px;
    margin: 0 0 5px 0;
}
#sidebar1 h2 {
    background: url(../img/bg_content_280.png) repeat-y 0 0;   
    margin:0;
}
#sidebar1 span {
    display: block;
    padding: 5px;
}
#container #main3col {
    background-color: #FFF;
    padding: 0; 
    margin: 0;

}
#main3col td {
    background: url(../img/bg_content_280.png) repeat-y 0 0;     
	width: 280px;
    padding: 1px 1px 5px 0;
    vertical-align:top;
}
#main3col td.light {
    background: #FFF;
    height: 10px;
}
#main3col td div {
    padding: 0px 12px;
    text-align: left;
}
.mainContent { 
	margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right 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 20px 10px 20px; 
    padding: 0;
    padding-top: 1px;
    background-color: #FFF;
    background:url("../img/bg_content_561.png") repeat-y scroll 0 0 transparent;
}     
.mainContent h1 {
    padding: 0 10px;
}
.mainContent div.article {
    padding: 0 10px 0 10px;    
}
.article td, .article th  {
    border-bottom: 1px solid #D1DDEF;
    padding: 2px;
}       
.transf #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.transf #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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.fullwidth {
    position: relative;    
    padding: 1px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fullwidth .article, .fullwidth h1 {
    padding: 0 5px !important;
}
h1 span,h2 span,h3 span {
    display: block;
    padding-top: 10px !important;
}

.bordo {color: #8d0909;}

.more {
    text-align: right !important;
    padding:3px 12px 10px;
    margin: -5px 0 5px 0 !important;
}
#main3col td {
    text-align: justify;    
}