@charset "UTF-8";
/* CSS Document */




#mainJigsawblock {
	width: 960px;
	border-color: #1F1F1F;
	background-color: #630607;
	color: #7F292B;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 90px;
	padding-left: 10px;
	clear: both;

}

#topNavLeftBar{
	width: 10%;
	height: 130px;
	float: right;
	clear: right;
}

#topbarAboutmeP{
	text-indent: 0px;

}

#topNavRightBar{
	float: left;
	height: 130px;
	width: 85%;
	clear: left;
}


.topbarH2{
	color: #BC8F8F;
	font-size: 15px;
}

#topbarAboutmeP{
	text-indent: 0px;
	font-size: 10px;
	color: #CFCC2A;
	clear: both;
}

#topbarLearnDescP{
	text-indent: 15px;
	color: #CFCC2A;
	font-size: 15px;
	clear: both;
}

#topheader{
	color: #F09179;
}

#directionscontainerPar{
	width: 100%;
	clear: both;
}

/*
#bloomstaxcontainer{
	width: 50%;
	float: right;
	clear: right;
}

.bloomstaxcontainerPar{
	font-size: 12px;
}
.bloomsasideLi{
	font-size: 12px;
}

#bloomstaxH3{
	color: #BC8F8F;
	font-size: 15px;
}
*/
#mlkdreamcontainter{
	clear: both;
}



#mlkdreamvideo{
	width: 50%;
	clear: both;
	
}

#mlkdreamHintscontainter{
	clear: both;
	width: 80%;
}

#reaganchallengercontainter{
	clear: both;
}


#reaganchallengervideo{
	clear: both;
	width: 60%;
}

#reaganchallengerHintscontainter{
	clear: both;
	width: 75%;
}

#speechtoanalcontainter{
	clear:both;
}

#jigsawtablesection{
	clear: both;
}


h1{
	color: #F09179;
}


h2{
	color: #F09179;
}

h3{
	color: #F09179;
}

h4{
	color: #F09179;
}


/*
F09179
*/

/* table formatting */
/*    Begin        */
table {
	width: 75%;
	margin: 50px;
	padding: 10px;
	border-spacing: 5;
	border-collapse:collapse;
}
th {
	color: #FFE700;
	/*background-color: #BE6003;*/
	text-align: center;
	padding: 10px;
}
/*td {
	width: 37%;
	padding: 10px;
}*/
th, td {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}


caption {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	color: #F09179;
	line-height: 1.5em;
	padding: 10px;
}
thead > tr {
	background-color: darkgoldenrod;
}
tbody > col:nth-child(even){text-align: left;}

tbody > tr:nth-of-type(even) {
  background-color: #9D6F6F;
}
/*
.exgrouptabtitle_col1{
	text-align: center;
	background-color: #9D6F6F;
	
	
}
.exgrouptabtitle_col2{
	text-align: center;
	background-color: #9D6F6F;
	
	
}
.exgrouptabtitle_col3{
	text-align: center;
	background-color: #9D6F6F;
}



.exgroupcellrowa_col1{
	text-align: left;
}
.exgroupcellrowa_col2{
}
.exgroupcellrowb_col3{
	
}
.exgroupcellrowb_col1{
	
}
.exgroupcellrowb_col2{
	
}
.exgroupcellrowa_col3{
	
}

*/
/*    End           */
/* table formatting */


body {
	background-color: #9D6F6F;
}

 p{
	text-indent: 15px;
	color: #CFCC2A;
}



footer {
	padding-top: 10px;
	clear: both;
}

li {
	color: #CFCC2A;
}

/* web link styles */
a:link{
	color: aliceblue;

}

a:visited{
	color: greenyellow;
}

a:focus{
	color: #CFCC2A;
}

a:hover{
	text-decoration: none;
	color: darkblue;
	background-color: #9D6F6F;
}

a:active{
	color:#CFCC2A;
}