/* ----- BASIC ELEMENTS AND FONTS ----- */

html, body {

	color: #fefefe;
	font-size: 12px;
	font-family: 'Tahoma';
	margin:0;
	padding:0;	
	width: 1005px;
	background: #fefefe;
}


.clear {

	clear: both;
	height:30px;

}


.ChapterMenu_box p {

	margin:0px 10px 0px 25px;
	line-height: 445%;
	
}


.ChapterMenu_text p {

	margin:0px 10px 0px 25px;
	padding-left: 4px;
	line-height: 445%;
	
}

.email p {
}

.study p {
}


.content_box_left p {

	font-size: 14px;
	line-height: 120%;
	text-align:left;
	color: #000066;
	

	
}

.content_box_right p {

	font-size: 14px;
	line-height: 120%;
	text-align:left;
	color: #000066;
	

	
}

.content_box_ p {

	
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 120%;
	text-align:left;
	

	
}



.redlink {
	color:#930;
}



.yellow {

	color:#ffd502;

	font-weight:bold;

}


a {

	text-decoration: none;

	color:#ffd502;

}

a img { border: none ; }


/*----- LAYOUT ----- */

#container {

	width:1015px;
 
	height: 1200px;
	
	background: #fefefe;
}

.ChapterMenu_box {

	width: 232px;
	top: 253px;
	
	float: left;

	margin:0 0 0 10px;
	
	display: inline;
	
	background: url(sidebar_body.png) repeat-y; 
	
	background-attachment: scroll;
	
	
}

.ChapterMenu_text {

	width: 190px;
	height: 730px;
	top: 230px;
	padding-left: 4px;

	float:left;

	margin:0 0 0 17px;
	
	display: inline;
	
	
}

#videos {
	position: absolute;
	height: 28px;  
	width: 180px;
	left: 42px;
	top: 965px;
}

#study {
	position: absolute;
	height: 28px;  
	width: 180px;
	left: 42px;
	top: 1000px;
}

#email {
	position: absolute;
	height: 28px;  
	width: 180px;
	left: 42px;
	top: 1035px;
}



#content {
	position: absolute;
	top: 253px;
	left: 231px;	
	width: 799px;
	text-align: left;
	float: left;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background: #fefefe;
}
	
	#content_box {
	background: fefefe;
		
}


.content_box_left {
	position: absolute;
	top: 265;
	left: 200;
	width: 355px;
	margin: 15px 0px 0px 25px;
	height: 800px;
	background: #fefefe;
	padding: 0px 20px 0px 0px;


}

.content_box_right {

	width: 355px;
	margin:15px 0px 0px 0px;
	
	height: 800px;
	background: #fefefe;
	padding: 0px 20px 0px 0px;


}

