
#containerContent {
	margin-bottom:20px;
}	


#columnLeft {
	position:relative;
    float: left;
	width: 750px;
	margin:0px;
	padding:0px;
	xborder:1px dashed #FFCC00;
}

.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;
}


#searchLinks {
	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;
}


.link {
	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;
}
.linkHover {
	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;
}
.linkTitle {
	width:500px;
	xborder:1px dashed #00FF00;
}
.linkTitleLine { 
	margin-bottom:10px;
}
#columnLeft .linkTitle a {
    font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
#columnLeft .linkTitle a {
	text-decoration:none;
}
.linkIcon {
	float:right;
	margin-right:30px;
	xborder:1px dashed #00FF00;
}
.linkThumb {
	float:left;
	display:inline;
	margin-right:10px;
	margin-bottom:5px;
	xborder:1px solid #666666;
}
.linkThumbLink { 
	float:left;
	display:inline;
	margin-right:10px;	
	display:inline;
}
.linkDescription { 
	width:530px;
	xborder:1px dashed #00FF00;
}
.linkDescription a { 
	xborder:1px dashed #0000FF;
}
.linkDescription .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;	
}
.linkDescription .arrow:hover {
	background-image:url(images/arrowSmall_on.gif);
}

.linkRight { 
    float: right;
	width: 150px;
}

.linkRight .date {
    float: left;
	color:#666666;
	font-size:9px;
	text-transform:uppercase;
	width:110px;
}
.linkRight .flag {
    float: right;
	xborder:1px dashed #FF0000;
}
.linkRight .flag img {
	border:1px solid #666666;
}
.linkRight .categoryLabel {
	margin-top:10px;
	color:#666666;
	font-size:9px;
	text-transform:uppercase;
}
.linkRight .category {
	margin-top:10px;
	color:#990000;
	font-size:9px;
	text-transform:uppercase;
}












