@charset "utf-8";
/* CSS Document */

/* IE */
div#mainlinks{
	float: left;
	width: 47%;
	margin: 0px;
}
/* non-IE */
div#main>div#mainlinks {
	width: 51%;
}
div#sublinks{
	float: right;
	width: 48%;
	margin: 0px;
}
div.boxlinks{
	background-color: #fff;
	margin: 10px 0px 0px 0px;
}

div.imglinks{
	float: left;
	width: 20%;
	text-align: center;
	
}
div.imglinks img{
	border: none;	
}
div.textlinks{
	float: right;
	width: 80%;
}
div.itemlinks{
	clear: both;
	min-height: 45px;
	margin-right: 10px;
}
/*
div.itemlinks a,
div.itemlinks a:hover,
div.itemlinks a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
}
div.itemlinks a:hover{
	text-decoration: underline;
}*/
.links-titlecontent{
	padding				: 5px 5px 5px 10px;
	text-decoration		: none;
	color				: #003366;
	font-weight			: bold;
}
