body{ 
  background-color:#ffffff;
  margin:0;
  padding:0;
  text-align:center;

}

#container{
   width:1024px;
   margin:0 auto;
   overflow:0 auto;
}


#text_content{
    width:960px;
	float:right;
	clear:both;
	overflow:auto;
	background-image:url('images/bg_content.gif');
	background-position:top left;
	background-repeat:repeat-x;
	margin-top:-4px;
	text-align:left;


}

#text_content p, #text_content ul, #text_content ol, #text_content table, #text_content li, #text_content select{
    font-family:Arial;
	font-size:12px;
	color:#666666;
	line-height:1.5em;
}

 #text_content ol {
 margin-left:0;

 }

#text_content p {
    margin-top:0.5em;

}

#text_content a:link, #text_content a:hover,  #text_content a:visited{
     font-family:Arial;
	 font-size:12px;
	 color:#1A7991;
}

#foot{
    width:960px;
	float:right;
	clear:both;
	overflow:auto;
	padding-top:20px;
	text-align:left;
}

#foot p{
   font-family:Arial;
   font-size:10px;
   color:#666666;
  
}

#foot a:link, #foot a:hover,  #foot a:visited{
   font-family:Arial;
   font-size:10px;
   color:#666666;
   text-decoration:underline;

}

#text_content h4{
    font-family:Verdana;
	font-weight:bold;
	color:#44B9D5;
	font-size:14px;
	margin-bottom:0px;
	padding-bottom:0px;


}
