body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
}
/* begin div tag positioning styles */
#home_bkg {
	position:absolute;
	width:720px;
	height:490px;
	z-index:1;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#home_nav {
	position:absolute;
	width:450px;
	height:40px;
	z-index:3;
	left: 250px;
	top: 180px;
}
#home_content {
	position:absolute;
	width:430px;
	height:200px;
	z-index:2;
	left: 290px;
	top: 226px;
}
#background_coaching_div {
	position:absolute;
	width:720px;
	height:446px;
	z-index:2;
	background-image: url(images/coaching.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
}
#background_contact_div{
	position:absolute;
	width:720px;
	height:447px;
	z-index:2;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
}
#background_news_div{
	position:absolute;
	width:720px;
	height:448px;
	z-index:2;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
}
#background_seminars_div{
	position:absolute;
	width:720px;
	height:448px;
	z-index:10;
	background-image: url(images/seminars.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#background_principals_div{
	position:absolute;
	width:720px;
	height:487px;
	z-index:2;
	background-image: url(images/principals.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
}


#menu_div {
	position:absolute;
	width:548px;
	height:1px;
	z-index:299;
	left: 170px;
	top: 70px;
}
#body_div {
	position:absolute;
	width:530px;
	height:320px;
	z-index:3;
	left: 753px;
	top: 75px;
}
#scrolling_resc {
	position:absolute;
	width:535px;
	height:245px;
	z-index:1;
	left: 2px;
	top: 126px;
	overflow: scroll;
}
#scrolling_news {
	overflow: scroll;
	}
/*#scrolling_news {
	position:absolute;
	width:535px;
	height:300px;
	z-index:1;
	left: 4px;
	top: 66px;
	overflow: scroll;
}*/

/* end div tag positioning styles */
.home_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EF4135;
	font-weight: bold;
}
.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	font-style: italic;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	line-height: 14px;
}
.red_sub_head { /* Same size as body_text plus bold and italic */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF4135;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	line-height: 14px;
}
.no_space_before_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	line-height: 14px;
	margin-top: -12px;
}
.resources_body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	line-height: 14px;
}
.testimonial_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}
.testimonial_rj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: right;
	font-style: normal;
	margin: -14px 0px 0px;
}
.red_text {
	color: #EF4135;
	font-style: normal;
}
/*red_bold is used only for resource headings*/
.red_bold {
	color: #EF4135;
	font-style: normal;
	font-weight: bold;
}
.red_letter {
	color: #EF4135;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.italic_text {
	font-style: italic;
}
.topspace {
margin-top: 28px;
} 
.right_justified {
	text-align: right;
}
.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	font-style: normal;
	margin-top: 0px;
}
.article_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	top: -50px;
	text-decoration: none;
}
.no-border {
	border: none;
}
.no-underline {
	text-decoration: none;
}
/*a.pdf-icon-link:hover {
	color: #FF0000;
	text-decoration: underline;
} */
.nav_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}
.tablelayer {
	z-index: 100;
	width: 720px;
}
#background_publications_div {

	position:absolute;
	width:720px;
	height:487px;
	z-index:2;
	background-image: url(images/publications.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
}
.flashing-text {
	text-decoration: blink;
}
.slight-space-above {
	padding-top: 3px;
	text-align: left;
}
