BODY	{
	background-image: url(../images/tanwoodBG.gif);
	background-color: #ffffff;
	font-family: comic sans ms, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#header	{
	text-align: center;
	margin: 20px 0px 20px 0px;
	}

A:link			{
			color: #ff6600; /*#0000aa*/ /* dark blue */
			background-color: transparent;
			text-decoration: underline;
			}

A:link.none			{
			color: #ff6600; /*#0000aa*/ /* dark blue */
			background-color: transparent;
			text-decoration: none;
			}

A:visited		{
			color: #555555; /* dark gray */
			background-color: transparent;
			text-decoration: underline;
			}

A:visited.none		{
			color: #555555; /* dark gray */
			background-color: transparent;
			text-decoration: none;
			}

A:active		{
			color: #ff6600; /* dark blue */
			background-color: transparent;
			text-decoration: underline;
			}

A:hover		{
			color: #ffffff; /* dark blue */
			background-color: #ff6600;
			text-decoration: underline;
			}

A:hover.none		{
			color: #ff6600; /* dark blue */
			background-color: transparent;
			text-decoration: none;
			}

A:link.footerlink	{
			color: #B8C8C5; /* dark blue */
			background-color: transparent;
			text-decoration: underline;
			font-size: 1.2em;
			font-weight: bold;
			}

A:visited.footerlink	{
			color: #555555; /* dark gray */
			background-color: transparent;
			text-decoration: underline;
			font-size: 1.2em;
			font-weight: bold;
			}

A:active.footerlink	{
			color: #ffffff; /* dark blue */
			background-color: transparent;
			text-decoration: underline;
			font-size: 1.2em;
			font-weight: bold;
			}

A:hover.footerlink	{
			color: #ffffff; /* dark blue */
			background-color: transparent;
			text-decoration: underline;
			font-size: 1.2em;
			font-weight: bold;
			}


/**********  PARAGRAPH & TEXT CLASSES  **********/

p		{
		font-size: .9em;
		text-align: left;
		}

.left		{
		text-align: left;
		}

.center, .center p	{
		text-align: center;
		}

.right		{
		text-align: right;
		}

.date	{
		text-align: center;
		}

.CMT	{
		text-align: center;
		}

.red		{
		color: #e30000;
		background-color: transparent;
		}

.redcenter	{
		color: #e30000;
		background-color: transparent;
		text-align: center;
		}

.redbold	{
		color: #e30000;
		background-color: transparent;
		font-family: comic sans ms, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}

.small		{
		font-size: .8em;
		}

.large		{
		font-size: 1.3em;
		}

.marginp30	{
		display: block;
		margin-left: 30px;
		}

.marginp50	{
		display: block;
		margin-left: 50px;
		}

.margin30	{
		margin-left: 30px;
		}

.margin50	{
		margin-left: 50px;
		}

.margin100	{
		margin-left: 100px;
		}

.margin150	{
		margin-left: 150px;
		}

.NoTopM50	{
		margin-left: 50px;
		margin-top: 0px;
		}

.NoBottomM	{
		margin-bottom: 0px;
		}

.NoBottomMcenter	{
			margin-bottom: 0px;
			text-align: center;
			}

.NoTopMcenter		{
			margin-top: 0px;
			text-align: center;
			}

.backtotop		{
			margin-top: 0px;
			margin-bottom: 40px;
			text-align: center;
			}

.notCMTPoem	{
		margin-bottom: 0px;
		}

.bioH3	{
		margin-top: 50px;
		}

.imgLinks		{
			margin-bottom: 50px;
			text-align: center;
			border: 0px;
			}

.webmistressH5		{
			margin-bottom: 30px;
			text-align: center;
			}

.webmistressH5new		{
			margin-bottom: 0px;
			text-align: center;
			}

.joinP		{
			margin-bottom: 30px;
			text-align: center;
			}

/**********  HEADERS & TITLES  **********/

H1		{
		font-size: 2em;
		color: #000000;
		background-color: transparent;
		padding-top: 10px;
		}

H2	{
		font-size: 1.6em;
		text-align: center;
		color: #000000;
		background-color: transparent;
		margin: 30px 0px 40px 0px;
		}

H3		{
		font-size: 1.4em;
		color: #000000;
		background-color: transparent;
		margin: 20px 0px 30px 0px;
		}

H4		{
		font-size: 1.2em;
		text-align: center;
		color: #000000;
		background-color: transparent;
		margin: 15px 0px 30px 0px;
		}

H5		{
		font-size: 1.1em;
		color: #000000;
		background-color: transparent;
		margin-bottom: 0px;
		margin-top: 15px;
		}


/**********  OTHER ELEMENTS  **********/

#topmenu	{
		display: block;
		width: 700px;
		height: 70px;
		background: transparent;
		text-align: center;
		margin: 20px 0px 0px 0px;
		padding: 0px;
		border: 0px solid #000000;
		}

TABLE		{
		text-align: center;
		}

/* remove after 2010 button is added */
#topsitelinks2	{
	clear: both;
	text-align: center;
	padding-left: 220px;
	}

/* remove after 2010 button is added */
#topsitelinks2 a	{
		display: block;
		float: left;
		width: 82px;
		height: 22px;
		text-align: center;
		background: 0px 0px url(../images/waterbutton01blank.jpg) no-repeat;
		color: #000000;
		text-decoration: none;
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 22px;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 2px;
		margin-right: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 0px;
		padding-right: 2px;
		}

/* remove after 2010 button is added */
#topsitelinks2 a:hover	{
		background-position: 0px -25px;
		color: #000000;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 1px;
		padding-left: 1px;
		padding-right: 1px;
		}

#topsitelinks_01	{
	text-align: center;
	padding-left: 44px;
	}

#topsitelinks_decades	{
	clear: both;
	text-align: center;
	padding-left: 177px;
	}

#topsitelinks_01 a, #topsitelinks_decades a	{
		display: block;
		float: left;
		width: 82px;
		height: 22px;
		text-align: center;
		background: 0px 0px url(../images/waterbutton01blank.jpg) no-repeat;
		color: #000000;
		text-decoration: none;
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 22px;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 2px;
		margin-right: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 0px;
		padding-right: 2px;
		}

#topsitelinks_01 a:hover, #topsitelinks_decades a:hover	{
		background-position: 0px -25px;
		color: #000000;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 1px;
		padding-left: 1px;
		padding-right: 1px;
		}

#maintext	{
	width: 600px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 10px 10px;
	background: url(../images/sandBG.gif) repeat #ffffff;
	border: 1px solid #000000;
	}

#authorsNotes	{
	width: 600px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 10px 10px;
	background: url(../images/sandBG.gif) repeat #ffffff;
	border: 1px solid #000000;
	}

#authorsNotes img	{
	margin: 20px 0px 20px 0px;
	}

#authorsNotes .img_caption img	{
	margin: 20px 0px 0px 0px;
	}

#authorsNotes .img_caption p	{
	text-align: center;
	}

#poem	{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 10px 10px;
	background: url(../images/sandBG.gif) repeat #ffffff;
	border: 1px solid #000000;
	}

#poem div.center_poem p	{
	text-align: center;
	}

.p200	{
	width: 200px;
	}

.p210	{
	width: 210px;
	}

.p220	{
	width: 220px;
	}
	
.p230	{
	width: 230px;
	}

.p250	{
	width: 250px;
	}

.p260	{
	width: 260px;
	}

.p275	{
	width: 275px;
	}

.p285	{
	width: 285px;
	}

.p300	{
	width: 300px;
	}
	
.p305	{
	width: 305px;
	}
	
.p315	{
	width: 315px;
	}
	
.p325	{
	width: 325px;
	}

.p330	{
	width: 330px;
	}

.p340	{
	width: 340px;
	}

.p350	{
	width: 350px;
	}

.p360	{
	width: 360px;
	}

.p375	{
	width: 375px;
	}

.p385	{
	width: 385px;
	}
	
.p400	{
	width: 400px;
	}
	
.p405	{
	width: 405px;
	}

.p425	{
	width: 425px;
	}

.p430	{
	width: 430px;
	}
	
.p440	{
	width: 440px;
	}

.p460	{
	width: 460px;
	}

.p480	{
	width: 480px;
	}

.p595	{
	width: 595px;
	}
	
.p600	{
	width: 600px;
	}
	
TD.main		{
			width: 600px;
			height: 100%;
			margin: 10px;
			padding: 10px;
			}

TD.mainText		{
			background-image: url(/RFP/images/sandBG.gif);
			background-color: #ffffff;
			width: 500px;
			height: 100%;
			margin: 10px;
			padding: 10px;
			border: 1px solid #000000;
			}

TD.poem		{
			background-image: url(/RFP/images/sandBG.gif);
			background-color: #ffffff;
			width: 100%;
			height: 100%;
			margin: 10px;
			padding: 10px;
			border: 1px solid #000000;
			}

TD.authorNotes	{
			background-image: url(/RFP/images/sandBG.gif);
			background-color: #ffffff;
			width: 500px;
			height: 100%;
			margin: 10px;
			padding: 10px;
			border: 1px solid #000000;
			}



#copyright	{
		width: 700px;
		color: #ded6ce;
		background: #000000;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		border: 1px solid #849894;
		}

#copyright p	{
		color: #ded6ce;
		background: transparent;
		font-family: comic sans ms, sans-serif;
		font-size: .8em;
		text-align: center;
		margin: 5px;
		padding: 5px;
		}

UL			{
			list-style: disc outside;
			}

LI			{
/*			font-family: comic sans ms, sans-serif;
			font-size: 1.2em;*/
			}

li p a	{
		font-size: 1.1em;
		}

HR			{
			background-color: #000000;
			margin: 30px auto 30px auto;
			width: 70%;
			height: 1px;
			}

