/* 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: smaller;
	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: 80% ;/*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;
}


.captionimagecenter {
text-align:center;

}

.captionimagecenter div {
font-weight:700;
font-style:italic;
padding: 0;/*zeroes the padding*/
color: #314048;/*sets the colour for the text*/
margin-top: 10px;
font-size: 80% ;/*scales the font to 80% of the default set int he body selector*/
}	



.captionimageleft {
	float: left;/*float the image to the left*/
	font-size: 80% ;/*scales the font to 80% 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;

}

.imageleft {/* Floats the images in the main content area to the left */
	float: left;/*Floats the image to the left*/
	margin: 5px 20px 5px 0;/*sets the margins so the image sits nicely in the p elements*/
}


.imageright {/* Floats the images in the main content area to the right */
	float: right;/*Floats the image to the right*/
	margin: 5px 0 5px 20px;/*sets the margins so the image sits nicely in the 

     border-bottom-width: 0;
   }


#skip a, #skip a:hover, #skip a:visited  
 { 
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 
  
 #skip a:active, #skip a:focus
 { 
 position:static; 
 width:auto; 
 height:auto; 
 } 
 
 #skipiefix {
 width:5%;
 }

.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}