/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: rgb(13, 6, 95);
	padding: auto 3%;
}

/***********************************************/
/* IDs_______________ Component Divs/Table-Cells */
/***********************************************/
/*************** #mHeader styles **************/
#mHeader {
	text-align:center;
	width:100%;
	background-color: transparent;
}
#mTable {
	width: 100%;
	margin: -3px auto;	
}
#mtSidebarCell {
	width:20%;
	padding-left: 17px;
	vertical-align: top;
}
#mFooter {
	clear:both; 
	text-align:center;
	width:100%;
	background-color: transparent;
}
#contentWrapper {	
	padding-right: 17px;
	text-align:justify;
	background-color: transparent;
}

/**********************/
/* CLASSES___________ */
/**********************/
.cSideBarR_stdSoft {
	float:right;
	width:280px;
	clear:right;
	background: transparent;
	margin:0px 0px 10px 10px;
	padding: 10px;
	text-align: right;
	}
.cSideBarR_narrowSoft {
	float:right;
	width:175px;
	clear:right;
	background: transparent;
	margin:0px 0px 10px 10px;
	padding: 10px;
	text-align: right;
	}
.cSideBarR_stdDistinct {
	border: 1px solid #00C;
	float:right;
	width:280px;
	clear:right;
	background:#BAD6FF;
	margin:0px 0px 10px 10px;
	padding: 10px;
	text-align: right;
	}
.cSideBarR_narrowDistinct {
	border: 1px solid #00C;
	float:right;
	width:110px;
	clear:right;
	background:#BAD6FF;
	margin:0px 0px 10px 10px;
	padding: 10px;
	text-align: right;
	}
