@charset "utf-8";

.divPageContent {
	float: left;
	width: 550px;
}

.divSidebar {
	float: right;
	width: 256px;
	position: relative;
	height: auto;
	left: 0px;
	top: 32px;
}

.divSidebarSectionFooter {
	position: relative;
	top: 0px;
	background-image: url(/images/sidebarsectionfooterbg.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-right: 16px;
	padding-left: 12px;
}


.divSidebarSection {
	background-repeat: no-repeat;
	min-height: 64px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	z-index: 0;	
}

.divSidebarSection h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	color: black;
	margin-top: 0px;
	margin-bottom: 20px;
}

.divSidebarSection h2 + p {
	margin-top: 19px;
	margin-bottom: 10px;
}

.divSidebarSection p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

.divSidebarSection a {
	text-decoration:none;
	color:#300;
	vertical-align:middle;
}

.divSidebarSection a:hover {
	text-decoration:underline;
	color:#FF0000;
}


.divSidebarSectionNoTitle {
	background-image:url(/images/sidebarsectionheaderbg_no_title2.jpg);
}


.divSidebarSectionOrangeNoTitle {
	background-image:url(/images/sidebarsectionheaderbg_no_title2.jpg);
}


.divSidebarSectionOrangeTitle {
	background-image:url(/images/sidebarsectionheaderbg_no_title2.jpg);
}


.divSidebarSectionTitle {
	background-image:url(/images/sidebarsectionheaderbg.jpg);
}