/* CSS Document */
/* Designed for Arthur Groom & Co. by Bill Hoefer */
/* General Controls */ 
body           {margin-right: 00px;}
body           {margin-left: 00px;}
body           {margin-top: 00px;}
body           {background-color: #330066}
body           {text-align: left;}
body           {font-size: 16px}
body           {font-style: normal}
body           {font-weight: 400}
body           {font-family:Verdana, Arial, Helvetica, sans-serif;}
body           {color: #ffffff}
/* Picture captions */
/*Left Justified*/
span.whateverL {
float: left;
margin-left: 15%;
margin-right: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
font-style: italic;
font-size: 12px;
 font-weight: 400;
color: #000000;
} 
/*Right Justified*/
span.whateverR {
float: right;
margin-right: 15%;
margin-left: 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 2px;
font-style: italic;
font-size: 12px;
font-weight: 400;
color: #000000;
}
span.whateverL img {display: block;} 
span.whateverR img {display: block;}
/* Graphic Controls */ 
img.floatLeft  {float: left; margin: 5px;}
img.floatRight {float: right; margin: 5px;}
img            {border-color:#000000; background-color:#ffffff}
/* Text Controls */
.littlegold    {font-size: 14px; color: #f3aa20} 
.biggold       {font-size: 18px; color: #f3aa20}
/* Placement Controls */ 
p              {text-indent: 20px;}
.stuff         {margin-left: 15%; margin-right: 15%;}
.semistuff         {margin-left: 4%; margin-right: 4%;}
.title         {margin-left: 12%; font-size: 18px; color: #f3aa20}
.banner        {margin-top: 0; padding-top: 0}
/* Navagation Controls */ 
a:link         {color: #f3aa20; text-decoration: none}
a:visited      {color: #f3aa20; text-decoration: none}
a:hover        {color: #f3aa20; text-decoration: underline}
a:active       {color: #f3aa20; text-decoration: none}
/* Footnotes */
.footnote      {margin-left: 15%;}