#header{
	margin-top: -10px;
}

.contentwindow{
	border-bottom: 1.5pt solid #000080;
}

.sessionTitle{
	font-family: Verdana, Arial;
	font-size: 12px;
	color:white;
	border-bottom: 1.5pt solid #000080;
}

.sessionTitle a{
	float: left;
	color: white;
	background: #000080 url(../../../images/leftedge.gif) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 0 0 2px 3px;
	text-decoration: none;
	letter-spacing: 0px;
}


.sessionTitle a span{
	float: left;
	display: block;
	background: transparent url(../../../images/rightedge.gif) no-repeat right top; /*right corner image*/
	padding: 4px 8px 1px 6px;
	cursor: pointer;
}

.sessionContent{
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #ECE9D8;
	/*color:#CC0000;*/
	text-align: left;
}

/* sidebar */
.sidebar{
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #ECE9D8;
	color: #000080;
	border-bottom: 1.5pt solid #000080;
}

.sidebar .sidebarTitle{
	background-color: white;
	color: white;
	border-bottom: 1.5pt solid #000080;
}

.sidebar .sidebarTitle a{
	float: left;
	color: white;
	background: #000080 url(../../../images/leftedge.gif) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 0 0 2px 3px;
	text-decoration: none;
	letter-spacing: 0px;
}

.sidebar .sidebarTitle a span{
	float: left;
	display: block;
	background: transparent url(../../../images/rightedge.gif) no-repeat right top; /*right corner image*/
	padding: 4px 8px 3px 6px;
	cursor: pointer;
}

.sidebar .sidebarContent{
	font-size:10pt;
	color: #D32B1E;
	text-align: left;
}

.sidebar .sidebarContent a{
	font-size:10pt;
	color: #D32B1E;
	text-align: left;
	text-decoration: none;
}