
#containerContent {
	margin-bottom:20px;
}	


#columnLeft {
	position:relative;
    float: left;
	width: 750px;
	margin:0px;
	padding:0px;
	xborder:1px dashed #FFCC00;
}

#columnLeft b, #columnLeft strong { 
	color:#990000;
}

.intro {
	position:relative;
	width:520px;
	float:left;
	display:inline;
	height:auto;
	padding-left:20px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
	xborder:1px dashed #00FF00;
}
.intro .searched { 
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
}
.intro .searchedSmall { 
	font-size: 9px;
	color: #0033CC;
	text-transform: uppercase;
}


#searchSpeeches {
	width:150px;
	position:relative;
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-top:-20px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	z-index:20;
	height:auto;
	display:block;
	xborder:dashed #0000FF 1px;
}
.searchText2 { 
	display:block;
	padding-top:5px;
}


.speech {
	width:708px;
	display:block;
    float:left;
	display:inline; /* required to fix ie double margin bug */
	padding:10px;	
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	xborder:1px dashed #00FF00;
}
.speechHover {
	width:708px;
	display:block;
    float:left;
	display:inline; /* required to fix ie double margin bug */
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#EAEAEA;
	xborder:1px dashed #00FF00;
}
.speechTitle {
	width:500px;
	margin-bottom:10px;
	xborder:1px dashed #00FF00;
}
#columnLeft .speechTitle a {
    font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
#columnLeft .speechTitle a {
	text-decoration:none;
}
.speechIcon {
	float:right;
	margin-right:30px;
	xborder:1px dashed #00FF00;
}
.speechThumb {
	float:left;
	display:inline;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #666666;
}
.speechThumbLink { 
	float:left;
	display:inline;
	margin-right:10px;	
	display:inline;
}
.speechDescription { 
	width:530px;
	xborder:1px dashed #00FF00;
}
.speechDescription a { 
	xborder:1px dashed #0000FF;
}
.speechDescription .arrow {
	position:relative;
	padding-right:13px;
	background-image:url(images/arrowSmall.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	white-space: nowrap;
	xborder:1px dashed #FF0000;	
}
.speechDescription .arrow:hover {
	background-image:url(images/arrowSmall_on.gif);
}

.speechRight { 
    float: right;
	width: 150px;
}

.speechRight .date {
    float: left;
	color:#666666;
	font-size:9px;
	width:110px;
	white-space:normal;
	line-height:11px;
}
.speechRight .flag {
    float: right;
	xborder:1px dashed #FF0000;
}
.speechRight .flag img {
	border:1px solid #666666;
}
.speechRight .location {
	margin-top:10px;
	color:#666666;
	
}











