@CHARSET "UTF-8";

/**************content page *****************/
#contentPage .leftColumn {
	width: 976px;
	
	float:left;
}

#contentPage .rightColumn {
	width: 204px;
	float:right;
	display:block;
	margin:0 21px;
}

#contentPage .rightColumn div {
	
	float:left;
}

#contentIllustration {
	
	width: 929px;
	height: 203px;
	margin: 21px 0 0 21px;
}

#contentIllustrationLab {
	
	width: 929px;
	height: 203px;
	margin: 21px 0 0 21px;
}

#contentPage .rightColumn .row {
	width: 204px;
	
}

#contentPage .rightColumn .row .header {
	background-repeat: no-repeat;
	width: 204px;
	height: 35px;
	
}
#contentPage .rightColumn h3
{
	text-align:left;
	margin-right:1em;
	border-bottom:solid thin;
	
}

#contentPage .rightColumn .row .leftShadow {
	background-image: url(/media/images/content_page/shadowLeft.png);
	background-repeat: repeat-y;
	width: 204px;
}

#contentPage .rightColumn .row .rightShadow {
	background-image: url(/media/images/content_page/shadowRight.png);
	background-position: top right;
	background-repeat: repeat-y;
	width: 202px;
	margin: 0 0 0 2px;
}

#contentPage .rightColumn p
{
	font-size:12px;
	margin:0 0 0 0;
}

#contentPage .rightColumn .row .bottomLeft {
	width: 13px;
	height: 12px;
	background-image: url(/media/images/content_page/leftBottom.png);
}

#contentPage .rightColumn .row .bottomCenter {
	width: 178px;
	height: 12px;
	background-image: url(/media/images/content_page/shadowBottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#contentPage .rightColumn .row .bottomRight {
	width: 13px;
	height: 12px;
	background-image: url(/media/images/content_page/rightBottom.png);
}
#contentPage li
{
	line-height:1.4em;
	text-align:justify;
}


/**************content page *****************/
