/* CSS Document */
/*-------------- HEADER ---------------------------- */
#header {
	background-image: url(../images/banner/bg_links.jpg);
}
#header h1 a {
	background-image:url(../images/banner/logo_links.gif);
}
#header h2 {
	background-image:url(../images/banner/title_links.gif);
}
/*-------------- CONTENT-STANDARD ---------------------------- */

#Content h2 {
	background-image:url(../images/links/title.gif);	
	height: 16px;	
	width: 460px;
	margin-bottom: 10px;
	background-repeat:no-repeat;	
}

#mainColumn .highlight {
	color: #0196b2;
	font-weight: bold;
}
.linkHolder {
	width: 325px;
	float: left;
	font-size: 0.7em;
}
.linkImage {
	width: 100px;
	margin-right: 10px;
	text-align: center;
	vertical-align:middle;
	float: left;
	clip: rect(0,100px,50px,0);
	overflow: hidden;
}
.linkText {
	width: 210px;
	height: 50px;
	text-align: left;
	float: left;
	clip: rect(0,210px,50px,0);
	overflow: hidden;
}
.linkText h3 {
	font-size: 1.1em;
	font-weight: bold;
}
.linkText a{
	color: #595959;
}
.linkText a :hover{
	color: #0196b2;
}
.linkDivider {
	width: 500px;
	height: 10px;
	font-size: 0;
	clear: both;
}