/* BLOGS HEAD MAIN BLOG CONTAINER */
div.blog-layout-header{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	height:24px;
	width:900px;
	background-color:#ffffff;
	background-image:url(../img/headCandidatPage.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#333333;
}
div.blog-header-toolbar{
	height:24px;
	margin:0px;
	padding:0px;
	float:right;
	margin-right:20px;
}
a.topLink:link, a.topLink:visited{
	float:left;
	padding:0px;
	margin:0px;
	height:24px;
	line-height:24px;
	padding-left:30px;
	margin-left:5px;
	background-image:url(../img/topStopOn.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
a.topLink:hover{
	float:left;
	padding:0px;
	margin:0px;
	height:24px;
	line-height:24px;
	padding-left:30px;
	margin-left:5px;
	background-image:url(../img/topStopOff.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
