/* CSS for wordgathering.com*/
/*This stylesheet is used for the lower-level pages*/

body {
	background-color: #99FFCC;
	font-size: 100.01%;
	color: #00066;
	font-family:Georgia, "Times New Roman", Times, serif;
}


pre {
	margin-left: 20px;
	background-color: #FFFFFF;
	font-size: 100.01%;
	color: #00066;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: 800;
	font-style:italic;
	color: #000066;
	background-color:transparent;
	margin: 0px;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	text-align:left;
	background-color:transparent;
	
}

#mainTable {
	width: 100%;
	border: solid #000000 thin;
	background-color:#FFFFFF
	}

#mainTable p.indent { /*indents just the first line of a paragraph*/
	text-indent:10px;
}

.indentwhole { /*indents the whole paragraph*/
	padding-left: 15px;
	padding-right: 15px;
	}

#mainTable p#right {
text-align:right;
margin-right: 15px;
}

#topRow {
	background-color: #99FFCC;
	text-align:center;
}

#topRow p {
	font-size:110%;
	margin-top:0px;
}

#footer {
	margin: 0px;
	padding: 20px 10px;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align:left;
}


.align_right {
	text-align:right;
}

.author {
	font-size:small;
	font-style: italic;
	}
	

.footnote {
	font-size:small;
	font-style: italic;
	}	
	
.column_container{
	margin-left:150px;

}

.left_column {
	float: left;
	margin-right:10px;
	margin-bottom:	20px;
}

.right_column {

	padding-top: 5px;
	margin-bottom:	10px;
}

.clearit {
	clear:both;
}


.captionimageright {
font-size: 70% ;/*scales the font to 70% of the default set int he body selector*/
	float: right;/*float the image to the right*/
	text-align:center;
	font-weight:bold;
	clear: both;
	margin: 15px 10px 0 10px;/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
	font-style:italic;
}


.captionimageleft {
	float: left;/*float the image to the left*/
	font-size: 70% ;/*scales the font to 70% of the default set int he body selector*/
		margin: 0px 10px 0 10px;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
		padding-top:0px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	clear: both;
}

