.speech_container {
	Padding-top: 0px;
	margin: 0px auto
}

.content_speech {
	background: url(../../images/speech_dash_right.gif) no-repeat;
	float: right;
	width: 385px;
	height: 140px;
	padding: 0px auto;
	margin: 0px auto;
}

.content_speech p {
	font-size: 12px;
	color: #000000;
	padding: 35px 0px 0px 30px;
	text-decoration: none;
	width: 65%;
}

.article {
	background: url(../images/articles_olive.gif) no-repeat;
	width: 154px;
	height: 118px;
	padding: 0px 0px 0px 0px;
	margin-left: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
	
}

.article ul {
	margin-top: 0px;
	padding-top: 40px;
	text-align: center;
	margin: 15px 15px 0px 15px;
	}

.article li a {
	background: #FFFFFF;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.article li a:hover {
	background: #FFFFFF;}
	
	/*Link Boxes code*/
   
#frontholder {
   padding: 4px 0px 0px 0px;
   float:left;
   display: inline;
   height: auto;
   width: 528px; }
   
#frontholder .listItem {
   /*font-size: 11px;*/
   /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
   float: left;
   margin: 0px 4px 4px 0px;
   overflow: hidden;}
   
#frontholder .listItem a,
#frontholder .listItem a:visited {
   display: block;
   color: #333;
   padding: 2px 6px 4px 6px;
   margin:0;
   width: 158px;
   height: 115px;
   border: solid 1px #B8B8B8;
   text-decoration: none;
   background-image: none;}
   
#frontholder .listItem a:hover {
   display: block;
   color: #000;
   padding: 2px 6px 4px 6px;
   margin:0;
   width: 158px;
   height: 115px;
   border: solid 1px #333;
   text-decoration: none;}
  
#frontholder .listItem p {
   display: inline;}
 
#frontholder .future {
   background-color: #55DB04;
   display: block;
   margin: -2px -6px 2px -6px;
   padding: 2px 5px 3px 5px;
   color: #000;
   font-weight: bold;
   text-indent: 0px;
   }
 