/**************************************************
AHS Color Key:

gold:  #D1A446;
olive green: #663;
ivory background: #fef3d1;
med ivory background: #F6E5B2;
red: #800000;
link a = 444200
old-background: #fbfbef
Brown: #42290e
grey-purple background: #8a7d86
new-background #f2f2f0

***************************************************/


body      {background: center #f6e5c9 url(/img/background.jpg) repeat; text-align: center; font-size: medium; font-family: Verdana, sans-serif;}
*         {padding:0; margin:0;}
#wrapper		      {margin: 0 auto; width: 1000px; text-align: left; position: relative; background: #fff;}
#logo       		  {top: 0; left: 0px; height: 93px; width: 995px; background-color: #f9cbda; color: #000; z-index: 2; padding-left: 5px;}
#logohome         {top: 0; left: 0; height: 93px; width: 998px; background-color: #fff; color: #000; z-index: 2; padding: 0;}
#logo a               {background: transparent;}
#contentArea          {
	position: absolute;
	top: 120px;
	left: 170px;
	width: 660px;
	background: transparent;
	border-left: 3px solid #a87732;
}

#nav1			      {position: absolute; top: 62px; float: left; width: 1000px; margin: 0px; padding: 10px 0 0 0; background: transparent; height: 12px; }
#nav1 li		      {float: right; margin: 0; padding: 0; font-family: "Lucida Grande", sans-serif; font-size: 100%; font-weight: bold; list-style: none;}
#nav1 a			      {float: left; display: block; margin: 0 2px 0 0; padding: 4px 8px; color: #f2f2f0; text-decoration: none; background: #6c2812;}
#nav1 a:hover   	  {background: #f2f2f0; color: #42290e;} 
/* #nav1 a:hover   	{border-bottom: 1px solid #42290e;} */

#rcol                   {width: 160px; position: absolute; top: 120px; left: 840px; height: 100px;}
#rcolhome               {width: 160px; position: absolute; top: 20px; left: 840px; height: 100px;}

#lcol                   {
	width: 175px;
	position: absolute;
	top: 120px;
	left: 3px;
	background-color: transparent;
	padding-left: 3px;
}
/*#lcol ul                {font-family: helvetica, sans-serif; font-weight: bold; font-size: 70%; line-height: 200%; color: #5C4011; list-style-type: none; margin: 5px;}
#lcol li                {list-style-position: outside;}*/ /* List-style-position needs to be explicitly called out to get uniform alignment betw. ie and ff. */
#lcol a                 {font-size: 80%; font-weight: bold; color: #42290e; text-decoration: none; list-style: none; background: transparent;}
#lcol a:visited         {font-weight: bold; color: #a87732;}
#lcol a:hover           {font-weight: bold;  color: #912f6b; text-decoration: underline;}
#lcol p									{font-size: 80%; margin-left: 0;}
#lcol h5                {color: #42290e; font-size: 70%; margin: 0 10px 0px 5px;} 
#lcol h4                {color: #42290e; font-size: 80%; margin: 0 10px 10px 0;} 
#lcol h2                {margin: 10px 10px 5px 0;}
#lcol h3                {font-size: 90%; margin: 15px 10px 10px 0;}  
#lcol li                {color: #42290e; font-size: 100%; margin: 0 10px 0 -30px; list-style: none; list-style-position: outside;} 
#lcol ul                {margin-bottom: 10px;}

#lcolhome               {width: 165px; position: absolute; top: 120px; left: 5px; background-color: transparent ; padding-left: 5px;}
#lcolhome a                 {font-size: 90%; font-weight: bold; color: #42290e; text-decoration: none; list-style: none; background: transparent;}
#lcolhome a:visited         {font-weight: bold; color: #a87732;}
#lcolhome a:hover           {font-weight: bold;  color: #912f6b; text-decoration: underline;}
#lcolhome p									{font-size: 80%; margin-left: 0;}
#lcolhome ul            {margin-bottom: 10px;}
#lcolhome h5            {color: #42290e; font-size: 80%; margin: 0 10px 5px 0;} 
#lcolhome li            {color: #42290e; font-size: 100%; margin: 0 10px 5px -20px; list-style: none;  list-style-position: outside;} 

#foot                   {white-space: nowrap; width: 640px; margin: 30px 15px 30px 10px; text-align: left; font-family: Helvetica, sans-serif;}
#topmenu {position: relative; left: 325px; top: -100px; margin-bottom: -50px; background: transparent;}

h1                     {color: #42290e; font: bold 150% Verdana, sans-serif; margin: 15px 10px 0 15px; line-height: 100%;}
h2                     {
	color: #42290e;
	font-size: 80%;
	margin: 10px 10px 10px 15px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Verdana, sans-serif;
}
h3                     {
	color: #42290e;
	font-size: 85%;
	margin: 10px 10px 0 15px;
	font-family: Verdana, sans-serif;
}
h4                     {color: #42290e; font-size: 80%; margin: 5px 10px 0 15px;}
h5                     {color: #42290e; font-size: 80%; margin: 20px 10px 0 15px;}
h6         						 {color: #42290e; font-size: 80%; margin: 20px 10px 0 0;}

/*Navigation */
a                      {color: #fff; text-decoration: none; background: #a17992; padding: 0 2px;}
a:visited              {color: #663;}
a:hover                {color: #fff; text-decoration: underline;}

#foot a,#foot a:visited {font-weight: bold; font-size: xx-small; color: #79234A; text-decoration: none; margin-right: 15px; white-space: nowrap; background-color: #fef3d1;}
#foot a:hover           {text-decoration: underline;}

.breadcrumb            {color: #79234A; font-size: 60%; font-weight: bold; background-color: transparent; margin: 0 15px 5px 15px;}
.breadcrumb a          {color: #42290e; text-decoration: none; background: transparent;}
.breadcrumb a:hover    {text-decoration: underline;}

#contentarea a          {color: #42290e; font-weight: bold; text-decoration: underline; background: transparent; padding: 0 2px;}
#contentarea a:visited  {color: #a17992;}
#contentarea a:hover    {color: #912f6b;}

ul                      {list-style: disc; margin: 10px 0 0 30px; font-size: 70%;}
li                      {margin-top: 5px;}
ol                      {margin: 0 0 0 35px; font-size: 70%;}
p	                    {margin: 10px 10px 5px 15px; font-size: 70%; letter-spacing:.01em; line-height: 150%;}
.clearpara              {margin: 10px 0 5px 15px; font-size: 70%; letter-spacing:.01em; line-height: 150%; clear: both;}
td                      {font-size: 80%; margin: 3px; padding: 5px;}
th                      {font-weight: bold; font-size: 90%; background: #D1A446; color: #f5e8b7;}
td p, ul, ol              {font-size: 85%;}
img         {border: 0;}
hr                      {
	clear: both;
	width: 95%;
	margin-left:15px;
	margin-top: 10px;
}

.buttons               {float: right; margin-right: 5px; font-size: 65%; font-family: helvetica, sans-serif;}
.italic                {font-style: italic; color: #333; margin-right: 10px;}

#contentArea table     {margin: 5px 5px 5px 15px; clear: both;}
#contentArea td        {font-size: 70%;}
#contentArea td ul     {font-size: 100%;}
#contentArea ol, ul    {font-size: 70%;}
#contentArea ol ul     {font-size: 100%;}
#contentArea table p   {font-size: 100%; line-height: 120%; margin: 0;}

#contentAreaBook        {position: absolute; top: 120px; left: 15px; width: 90%; background: transparent;}

#cse-search-results    {background-color: transparent; margin-left: 15px;}

.sidebar               {float: right; width: 300px; background: #ece7de; letter-spacing: 0.03em; padding: 5px; border: 1px dashed #C0A551; clear: both; margin: 5px -5px 10px 10px;}
.sidebar p             {font-family: verdana, sans-serif; font-size: 85%; line-height: 130%; margin-left: 0;}
.sidebar h5            {color: #333; font-size: 100%; font-weight: bold; font-family: Helvetica, sans-serif; margin: 0 10px 5px 0;}
.sidebar a             {color: #42290e; text-decoration: none; background: transparent;}
.sidebar a:hover       {text-decoration: underline;}

.sidebar2              {float: right; width: 40%; background: #F6E5B2; letter-spacing: 0.03em; margin: 0 5px 5px 5px; padding: 10px; border: 1px dashed #C0A551; clear: both;}

.sidebarold h4         {color: #333; font-size: 80%; font-style: italic; margin: 0 10px 0 0;}
.sidebar2 h4           {color: #333; font-size: 80%; font-weight: bold; font-style: italic; font-family: Helvetica, sans-serif; margin: 0 10px 5px 0;}
.sidebar2 ul           {margin-left: 15px;}
.sidebar2 p            {font-family: verdana, sans-serif; font-size: 70%; line-height: 130%; margin-left: 0;}
.sidebar3              {float: left; clear: both; width: 94%; background: #F6E5B2; letter-spacing: 0.03em; margin: 10px; padding: 10px; border: 1px dashed #C0A551;}
.sidebar3 ul           {margin-left: 15px;}
.sidebar3 h4           {color: #333; font-size: 80%; font-weight: bold; font-style: italic; font-family: Helvetica, sans-serif; margin: 0 10px 5px 0;}
.sidebar4              {float: left; clear: both; width: 155px; background: #F6E5B2; letter-spacing: 0.03em; margin: 5px; padding: 10px; border: 1px dashed #C0A551;}
.sidebar4 p            {margin-left: 5px;}
.sidebar4 h4           {color: #333; font-size: 80%; font-weight: bold; font-style: italic; font-family: Helvetica, sans-serif; margin: 0 10px 5px 0;}
.note                  {background: #F6E5B2; padding: 5px 5px; margin-right: 15px; clear: both;}

.imgleft                {float: left; font-weight: bold; font-style: italic; font-size: x-small;  text-align: left; margin: 7px 10px 5px 15px;}
.imgleft100		          {float: left; font-weight: bold; font-style: italic; font-size: x-small;  text-align: left; margin: 0 0 15px 15px; width: 100%; clear: both;}
.imgright               {float: right; font-weight: bold; font-style: italic; font-size: x-small;  text-align: right; margin: 7px 0 5px 10px;}

.clearall              {clear: both;}
.sect                  {font-weight: bold;}
.caption				{font-weight: bold;}
.fine					{font-size: 60%;}

