/*
revAmanda.css
Authoer:  Bob Lange
Created:  5/2/2004
Modified: 8/29/2005

NOTES:

*/

div				{position: absolute; text-align: justify;}
div.indent		{left: 20px;}
div.reading		{position: relative; left: 30px; width: 522px;}
div.indent20	{position: relative; left: 20px; width: 542px;}

span			{}
span.secTitle	{font-size: 16px; text-decoration: underline; color: #336699;} /* This color corresponds with mainTxt2Color */
span.sampTitle	{font-size: 16px; text-decoration: none; color: #336699;} /* This color corresponds with mainTxt2Color */
span.pageTitle	{position: relative; color: #336699; font-size: 20px; font-weight: bold; text-align: center; left: 0px;}/* This color corresponds with mainTxt2Color */
span.cerSec		{font-size: 16px; text-decoration: underline;}
span.cerQuote	{color: #336699;}
span.indent		{position: relative; left: 120px;}
span.indent20	{position: relative; left: 20px;}
span.just		{text-align: justify; width: 100%;}
span.note		{font-size: 10px; color: #336699; width: 100%; text-align: right;}
/*span.img		{display: block; margin-left: auto; margin-right: auto;} /*{width: 100%; text-align: center;} */

a				{text-decoration: none; color: #3A815E; border: none;} /* This color corresponds with mainTxt3Color in js */
a.title			{font-size: 16px;}
a.menu			{vertical-align: middle; color: #465875;} /* This color corresponds with menuLinkColor in js */
a.titleLink:link	{font-size: 20px; color: #336699; text-decoration: none;} /* This color corresponds with mainTxt2Color */
a.titleLink:visited	{font-size: 20px; color: #336699; text-decoration: none;} /* This color corresponds with mainTxt2Color */
a.titleLink:active	{font-size: 20px; color: #336699; text-decoration: none;} /* This color corresponds with mainTxt2Color */
a.titleLink:hover	{font-size: 20px; color: #336699; text-decoration: underline;} /* This color corresponds with mainTxt2Color */

img				{border: none;}

/*hr			{color: #544132;} /*This color corresponds with mainBrdrColor in js*/
hr				{height: 5px; width: 38%; background: #544132;}

input			{font-family: Georgia, Arial; color: #544132;} /*These fonts correspond to mainFont and the color corresponds to mainTextColor in js*/
textarea		{font-family: Georgia, Arial; color: #544132;} /*These fonts correspond to mainFont and the color corresponds to mainTextColor in js*/
.text			{border: 1px solid #3A815E;} /*This color corresponds with mainTxt3Color in js*/
