/* CSS for wordgathering.com*/
/*this stylesheet is used for the top-level pages*/

body {
	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: 50px;
	letter-spacing: normal;
	color: #000066;
	background-color:transparent;
	margin: 0px 10px;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #000000;
	text-align:center;
	background-color:transparent;
	
}

#mainTable {
	width: 100%;
	border: solid #000000 thin;
	}

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

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

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

.align_center {
	text-align: center;
}

.align_left {
	text-align:left;
}


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