/* CSS Document */

body {
	color: #000;	
}

#skipnav {
	margin-left: -1000px;
}

.jumbo {
	background-color: #cccccc;
	background-color: rgba(204,204,204,0.90);
}

.ezra {
	margin: 5px 5px 25px 0;
	padding-bottom: 25px;
	text-align: left;	
}

.imgBrand {
	min-width: 100%;
}

.bookColor {
	color: rgba(221,181,39,0.90); 	
}

.grid_12 h1 {
	text-align: center;
	margins: 25px auto; 
	letter-spacing: .2em;
	line-height: 1.3em;
	color: rgba(39, 122, 221, 0.91);
	font-size: 3.5em;	
	font-weight: 700;
}

.grid_12 h2 {
	text-align: center;
	margins: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer.row .grid_12 {
	font-size: small;
	text-align: center;	
}

footer.row .grid_12 hr {
	color: rgba(221,181,39,0.90);
	background-color: rgb(221,181,39); 		
}

h3.mpheader {
	font-size: 1.7em;
}

.btn {
	background-color: blue;
	color: white;	
}

#main-menu {
		margin-top: 0;
		margin-bottom: 15px;
		position:relative;
		z-index:9999;
		width:auto;
		max-width: 1140px;
}

#main-menu ul {
		width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
	}
	
.picLeft {
	float: left;	
}

.picRight {
	float: right;	
}

.emphasis {
	color: #830406;
	font-weight: 300;	
}

.emphasis2 {
	color: #1A17E5;
	font-weight: 300;	
}

.textBold {
	font-weight: 800;	
}

.middle {
	text-align: center;	
}

.myTable {
	border: 2px solid rgba(26,24,224,0.81);
	width: 95%;
	margins: 0 auto;
	color: rgba(39, 122, 221, 0.91);	
}

.mycell {
	border: 1px dashed rgba(170,12,17,0.96);
	color: #000000;	
}

th {
	color: rgba(39, 122, 221, 0.91);		
}