@charset "utf-8";
body  {
	font: 80%  Arial, Helvetica, sans-serif;	
	background: #0d2340;
background-image: url(images/layout/bg_dark.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
}
.twoColFixRtHdr #container { 
	width: 780px; 
	background: #FFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  
	background-image: url(images/layout/sos_header.jpg);
	height: 150px;	
} 


.twoColFixRtHdr #leader {
text-align:center;
	background: #FFFFFF;
	padding: 20px 10px 0 20px;
	height: 110px;
} 

.twoColFixRtHdr #header p{
	margin: 0;
	color: #FFF; 
	padding: 21px 0 0 550px;	
	}
	
h1 A:link {
	color: #e56506;
	text-decoration: underline;
}

h1 A:visited {
	color: #e56506;
	text-decoration: underline;
}

h1 A:active {
	color: #e56506;
	text-decoration: underline;
}

h1 A:hover {
	color: #000;
	text-decoration: underline;


}


 A:link {
	color: #333333;
	text-decoration: underline;
}

 A:visited {
	color: #333333;
	text-decoration: underline;
}

 A:active {
	color: #333333;
	text-decoration: underline;
}

 A:hover {
	color: #e56506;
	text-decoration: underline;

}	
	
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 200px;
	background: #FFF; 
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px; 
} 

#mainContent p{
line-height: 1.4em;
} 

h1{
font-size: 16px;
color: #e56506;

} 

#mainContent h1{
font-size: 16px;
color: #e56506;

} 

 h2{
font-size: 14px;
color: #e56506
} 


 h3{
font-size: 14px;
color: #333333
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px;         
	background:#D1D3D4; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
       font-size: 11px;
      color: #444;

}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}