div.categories
{
	font-size: 12px;
	font-weight:bold;
}

#contentleft div.sociable ul li
{
	background: none;
	padding: 0;
}

#masthead h1
{
	font-size: 30px;
}

#l_sidebar
{
	padding: 0 8px 20px;
	border-left: none;
	/*border-right: 1px solid #E2DDDE;*/
	width: 164px;
}

#r_sidebar
{

	border-right: none;
	/*border-left: 1px solid #E2DDDE;*/
	float: left;
	padding: 0 9px 20px 29px;
}

#contentleft
{
width: 522px;
padding: 0 30px 20px 30px;
}

#content
{
float: left;
}

div.breadcrumb-wrapper {
	padding: 12px 8px 0;
}

div.breadcrumb {
	text-align: left;
	background: #f4f4f4;
	padding: 2px 0 3px 5px;
	font-size: 11px;
	color: #555;
}

div.breadcrumb a{
	font-weight: bold;
	font-family: Arial;
	text-decoration: underline;
}

div.breadcrumb a{
	color: #555;
}


table.dialog
{
	width: 100% !important; /*hopefully overrides inline attributes of table*/
	margin-bottom: 2em;
	border-collapse: collapse;
	border-color: #777;
}

table.dialog h3
{
	margin: 0;
	font-size: 0.875em;
}

table.dialog tr td
{
	width: 50% !important; /*hopefully overrides inline attributes of table*/
}

table.dialog tr td strong,
.dialog-strong
{
	color: #0000ff !important;
	font-weight: normal;
}

table.dialog tr td
{
	padding: 5px;
}

table.dialog tr td h4
{
	background: none;
	margin: 0;
	color: #333;
}