@charset "utf-8";
/* CSS Document */
body  {
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}

.thrColFixHdr #container { 
	width: 780px;  
	background: #fff;
	margin: 10px auto 10px auto; 
	border: 1px solid #000;
	text-align: left; 
} 

.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

/*************************************************************/
.thrColFixHdr #header { 
	color: #000;
	/*height: 500px;*/
	padding: 10px 20px 10px 20px;
	background: #fff;   
} 

.thrColFixHdr #header #title {
  margin: 5px 0 5px 0;	
	padding: 0;
}

.thrColFixHdr #header h1{
	font-size: 200%;
	font-weight: bold;
	text-align: center;
  margin: 0 0 5px 0;	
	padding: 0;
}

.thrColFixHdr #header h1 a, a:hover {
	color: #000;
	text-decoration: none;	
  margin: 0 0 5px 0;
	padding: 0;
}

/*************************************************************/
/* top right bottom left */
.thrColFixHdr #sidebarl {
	background: #fff; /* white */ 
  float: left;
  margin: 0 10px 0 0;
	padding: 0 0 10px 10px;
  font-size: 90%;
	color: #000;
	width: 180px;
	border: 0;
}

.thrColFixHdr #sidebarl h2{
  font-size: 110%;
	color: #009; 
	text-align: left;
  margin-bottom: 0px;
}

.thrColFixHdr #sidebarl h2 a {
  text-decoration: none;
  color: #009;
}

.thrColFixHdr #sidebarl h2 a:hover{
  text-decoration: underline;
  color: #00F;
}

.thrColFixHdr #sidebarl li {
  list-style: none;
	font-size: 95%;
  color: #06C;	
  margin: 0 0 3px 3px;
}

.thrColFixHdr #sidebarl li a {
  text-decoration: none;
  color: #06C;
}	

.thrColFixHdr #sidebarl li a:hover {
  text-decoration: underline;
  color: #00F;
}

.thrColFixHdr #sidebarl li img {
  margin: 0 0 0 -5px;
	padding: 0;
	border: 0;
} 

/*************************************************************/
/* top right bottom left */
.thrColFixHdr #mainContent {
  margin: 10px 10px 0 220px;
	padding: 0 0 10px 0;
  bakcground: #FFF;
	width: 500px;
  text-align: left;
} 

.thrColFixHdr #mainContent a {
  text-decoration: underline;
  color: #00F;
}

.thrColFixHdr #mainContent a:hover{
  text-decoration: underline;
  color: #00F;
}

.thrColFixHdr #mainContent p a {
  text-decoration: none;
  color: #009;
}

.thrColFixHdr #mainContent p a:hover{
  text-decoration: none;
  color: #00F;
}

.thrColFixHdr #mainContent img {
  margin: 0 7px 0 0;
	vertical-align: bottom;
	border: 0;
}

.thrColFixHdr #mainContent h2 {
	color: #000;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 0; 
	padding: 0;
}

.thrColFixHdr #mainContent h2 a {
  text-decoration: none;
  color: #000;
}

.thrColFixHdr #mainContent h2 a:hover {
  text-decoration: underline;
  color: #00F;
}

.thrColFixHdr #mainContent h3 {
	color: #000;
	font-size: 120%;
	text-align: left;	
	margin: 0; 
	padding: 0; 
}

.thrColFixHdr #mainContent h3 a {
  text-decoration: none;
  color: #000;
}

.thrColFixHdr #mainContent h3 a:hover {
  text-decoration: underline;
  color: #00F;
}

.thrColFixHdr #mainContent h4{
	color: #000;
	font-size: 100%;
	text-align: left;	
	margin: 0;
	padding: 0;
}

.thrColFixHdr #mainContent h4 a {
  text-decoration: none;
  color: #000;
}

.thrColFixHdr #mainContent h4 a:hover {
  text-decoration: underline;
  color: #00F;
}

/*************************************************************/
.thrColFixHdr #footer { 
  background: #000;
	color: #FFF;
	font-size: 90%;
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 0;  
} 

.thrColFixHdr #footer #ad { 
  background: #000;
	margin: 0;
	padding: 5px 0 5px0 0;  
} 

.thrColFixHdr #footer h2 {
  margin: 0;
	padding: 10px 0 0 0;
}

.thrColFixHdr #footer a { 
	text-decoration: none;	
	color: #FFF;
} 

.thrColFixHdr #footer a:hover {
	text-decoration: underline;
  color: #fff;	
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
/*************************************************************/