#breadcrumb
{
	position: absolute;
	margin-left: 50px;
	z-index: 10;
	top: -30px;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	color: #CC9933;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active
{
	color: maroon;
	text-decoration: underline overline;
}

#contentHeader
{
	position: relative;
	width: 95%;
	height: 41px;
	background-image: url('../images/titlebar_fill.png');
}

#contentBody
{
	position: relative;
	width: 95%;
	background-color: white;
	border: solid 1px #1171A4;
	min-height: 500px;
	box-shadow: 5px 5px 5px #666666;
	-webkit-box-shadow: 5px 5px 5px #666666;
	-moz-box-shadow: 5px 5px 5px #666666;
}

#contentBody h2, #contentBody h3, #contentBody p, #contentBody img, #contentBody table
{
	margin-left: 10px;
	margin-right: 10px;
}

#contentBody ul, #contentBody ol
{
	margin-right: 10px;
}

#footer
{
	clear: both;
	padding-top: 40px;
}

.smHeaderLeft
{
	position: absolute;
}

span.date
{
	font-weight: bold;
}

span.translationLink
{
	color: #3399CC;
	text-decoration: none;
	cursor: pointer;
}

span.translationLink:hover
{
	color: maroon;
}
