body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
}
A {
 text-decoration: none;
 color: blue;
} 
A:hover { 
 text-decoration: none; 
 color: black; 
}
A:visited
{ 
 text-decoration: none; 
 color: blue;
}
.twoColLiqLtHdr #container {
	width: 80%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: center; 
} 
.twoColLiqLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  
} 
.twoColLiqLtHdr #flags { 
	background: #DDDDDD; 
	padding: 0 10px;
	text-align:right;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 24%; 
	background: #EBEBEB; 
	padding: 15px 0; 
	height:1300px;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}


.twoColLiqLtHdr #mainContent {
	text-align: left;
	height: 500px;
	margin: 0 20px 0 26%; 
} 
.twoColLiqLtHdr #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

