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





html, body {

	color: #fff;

	font-size: 11px;

	font-family: 'Tahoma';

	background: #072450 url(Title.png) no-repeat; 

	margin:0;

	padding:0;

	height: 840px;
	width: 965px;

}



.clear {

	clear: both;

	height:30px;

}



p {

	margin: 10px 30px 10px 30px;

}



.date {

	color:#ffd502;

	text-decoration:overline;

	font-size:10px;

	padding: 10px 0 20px 0;

}



.ChapterMenu_box p {

	margin:0px 10px 0px 25px;

	font-size:11px;

	color:#fff;
	line-height: 445%;


	
}

.content_header p{

	margin: 0px 0px 0px 200px;
	color:#dddddd;
	font-size: 36px;
	text-align:center;
	
}

.content_box_left p {

	
	margin: 0px 0px 5px 0px;
	color: #ffffff
	font-size:11px;
	line-height: 120%;
	text-align:left;
	
}

.content_box p {

	margin: 0px 0px 5px 0px;
	color: #ffffff
	font-size:11px;
	line-height: 120%;
	text-align:left;


}






.red {

	color:red;

}



.yellow {

	color:#ffd502;

	font-weight:bold;

}



h1 {

	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;

	font-size:30px;

	text-transform:uppercase;

	font-weight:normal;

	margin: 0px 0px 0px 0px !important;

	margin: 10px 0px 0px 0px;

	color:#fff;

}



h2 {

	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;

	font-size:20px;

	margin: 0px 50px 10px 30px !important;

	margin: 0px 30px 10px 30px;

	font-size:12px;

	text-transform:uppercase;

	color:#072450;

	font-weight:normal;

}



h3 {

	margin: 0px 0px 10px 0px;

	text-transform:uppercase;

	font-size:12px;

	color:#fff;

}



a {

	text-decoration: none;

	color:#ffd502;

}

a img { border: none ; }
/*----- LAYOUT ----- */



#container {
	width:965px;
	background: url(sidebar_body.png) 30px 0px repeat-y !important;
	background: url(sidebar_body.png) 60px 0px repeat-y;
	height: 890px;
	overflow: hidden;	

}

#right_border_box {
	position: absolute;
	top: 0px;
	left: 955px;
	width: 9px;
	height: 890px;
	background: #000000 url(Vertbar.png) repeat-y;
	
	
}


#menu_header {

	width:180px;

	height:205px;

	text-align:left;

	float:left;

	margin:0 0 0 30px;
	
	display: inline;
	overflow: hidden;
	
}

#menu_left {

	width: 180px;

	margin:0 0 0 0px;

	float: left;

    background: url(sidebar_body.png) repeat-y;

    

}


.ChapterMenu_box {

	width: 180px;

	float:left;

	margin:0 0 0 10px;
	
	display: inline;	
	


	
}


#head {

    width: 955px !important;

	width: 955px;

	height: 205px;

	float:left;

	text-align: right;
	

}



#content {
	position: absolute;
	top: 208px;
	left: 0px;
	background: #fffff0;
	width: 1131px;
	height: 680px;
	text-align: left;
	float: left;
	background: url(sidebar_body.png) 10px 0px repeat-y !important;
	background: url(sidebar_body.png) 20px 0px repeat-y;
	background: url(crossbar.png) 205px 0px repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 17px;
}

#content_header {
	
	width:735px;
	height:90px;
	text-align:center;
	margin:0 0 0 220px;
	
}
.content_box_left {
	width: 340px;
	float: left;
	margin: 0px 0px 0px 25px;
}

.content_box {

	width: 340px;

	margin:0px 0px 0px 30px;

	float: left;	

}





/*----- IMAGES ----- */



a img{

	border: none;

}



img.left,img.center,img.right {

	padding: 4px;

	border: 1px solid #a0a0a0;

}



img.left {

	float: left;

	margin: 0px 12px 5px 0px;

	background:#fff;

}



img.right {

	float: right;

	margin: 0px 30px 5px 0px;

}

