/* Misc layout */

#content h2 {
	padding-bottom: 5px;
}

#content hr {
	background-image: url('../img_design/hrbg.gif');
	width: 100%;
	height: 4px;
	border: 0;
	margin: 12px 0 12px 0;
	padding: 0;
}

#content div.searchresult hr {
	background-image: none;
	width: 100%;
	height: 1px;
	color: white;
	border-bottom: 1px solid gray;
}

#content a.readmore {
	background-image: url('../img_design/readmore.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 18px;
	line-height: 22px;
}

.login, .logout {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 12px;
	background-image: url('../img_design/loginarrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}

.loginlinks a {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}


/*
#content img.leftimg {
	float: left;
	margin: 0 10px 10px 0;
}

#content img.rightimg {
	float: right;
	margin: 0 0 10px 10px;
}


span.leftimg {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

span.rightimg {
	float: right;
	display: block;
	margin: 0 0 10px 10px;
}
*/
