/*BODY TEXT*/
.body_text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}


.body_text1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	line-height: 13px;
}


/*DOWNLOAD/PLAY TEXT*/
.play_text {
	line-height: 20px;
}


.caption {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color: #999999;
	padding-right: 8px;
}

	
.body_text_bold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #333333;
}

.body_text_title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #303c4e;
}



/*BANNER BOTTOM - background image*/
.banner_bottom {
	background-image:  url(../images/mindful_banner_bottom.jpg);
	background-repeat: no-repeat;
	border-right : 1px solid #e3e2a8;
	border-left :  1px solid #e3e2a8;
	padding-right: 24px;
	text-align: right;
}

.border_side {
	border-right : 1px solid #e3e2a8;
	border-left :  1px solid #e3e2a8;
}


/*NAVIGATION ROW - background color*/
.navigation {
	background-color : #444f5f;
	border-top : none;
	border-right : 1px solid #e3e2a8;
	border-bottom : none;
	border-left :  1px solid #e3e2a8;
	padding-left: 15px;
}



/*HOMEPAGE - book text*/
.title {
	font-size : 12px;
	font-weight: bold;
	color: #b06800;
	line-height: 24px;
}

.title1 {
	font-size : 12px;
	font-weight: bold;
	color: #444f5f;
}


.text {
	line-height: 16px;
}


/*BODY - background color, margin, font*/
.body_space_left {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	background-color : #ffffff;
	border-top : none;
	border-right : none;
	border-bottom : none;
	border-left :  1px solid #e3e2a8;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 50px;
	line-height: 18px;
	vertical-align: top;
}

.body_space_right {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	background-color : #ffffff;
	border-top : none;
	border-right : 1px solid #e3e2a8;
	border-bottom : none;
	border-left :  none;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 15px;
	vertical-align: top;
}

.body_space_full {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	background-color : #ffffff;
	border-top : none;
	border-right : 1px solid #e3e2a8;
	border-bottom : none;
	border-left :  1px solid #e3e2a8;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 20px;
	vertical-align: top;
}

.body_space_full_bottom {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	background-color : #ffffff;
	border-top : none;
	border-right : 1px solid #e3e2a8;
	border-bottom : 1px solid #e3e2a8;
	border-left :  1px solid #e3e2a8;
	padding-top: 8px;
	padding-right: 50px;
	padding-left: 50px;
	vertical-align: top;
}



/*TAG*/
.tag {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #333333;
}

/*Text Field*/
.textfield {
	background-color : #FFFFFF;
	color : #30444e;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top : 1px solid #999999;
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-left : 1px solid #999999;
}

/*Generic Button*/
.button {
	background-color : #b7c7d8;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	height: 24px;
}

/*Speaking Schedule - RIGHT photo and content*/
#rightCol
{
	width:	260px;
	float:	right;
	text-align: right;
}


