/* Styles for Outside Body Table */
.bodyborder {
background: #CCCCFF url(http://www.sparrowmoon.com/GoldBack.gif);
}

.bodytable {
border: 1px solid #4E0086;
width: 975px;
background: #2E004E url(http://www.sparrowmoon.com/PURPASTROBACKGND.gif);
}

/* Styles for Links */
A.astro:link {font: bold 12px arial; color: #62109C; text-decoration: none}
A.astro:visited {font: bold 12px arial; color: #62109C; text-decoration: none;}
A.astro:hover {font: bold 12px arial; color:#ffffff; text-decoration: none; background: url(GoldBackHover.gif);}

A.astrotop:link {font: bold 14px arial; color: #c00000; text-decoration: none}
A.astrotop:visited {font: bold 14px arial; color: #c00000; text-decoration: none;}
A.astrotop:hover {font: bold 14px arial; color:#ffffff; text-decoration: none; background: url(GoldBackHover.gif); }

A.foot:link {font: bold 12px arial; color: #DCBE76; text-decoration: none}
A.foot:visited {font: bold 12px arial; color:#DCBE76; text-decoration: none;}
A.foot:hover {font: bold 12px arial; color:#ffffff; text-decoration: none;  background: url(GoldBackHover.gif); }

A.small:link {font: 10px arial; color: #DCBE76; text-decoration: none}
A.small:visited {font: 10px arial; color:#DCBE76; text-decoration: none;}
A.small:hover {font: 10px arial; color:#ffffff; text-decoration: none; }

/* Styles for headers */
h1{
  font-size: 24px;
  font-family: verdana;
  color: #DCBE76;
  margin: 10px 320px 0 300px;
}

h2{
  font-size: 18px;
  font-family: verdana;
  color: #DCBE76;
  margin: 5px 4px 10px 0px;
}

h2 a {
  text-decoration: none;
  color: #DCBE76;
}

/* Styles for Side Menu */

.arrowlistmenu{
width: 160px; /*width of accordion menu*/
margin: 0px 0px 0px 5px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: #E3CC8B;
background: black url(http://www.sparrowmoon.com/titlebar.png) repeat-x center left;
margin-bottom: 20px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://www.sparrowmoon.com/titlebar-active.png);
color: #ffffff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 18px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #E2D7E9;
background: url(http://www.sparrowmoon.com/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font: bold 11px Arial;
}

.arrowlistmenu ul li a:visited{
color: #E2D7E9;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #E3CC8B;
background-color: #61109C;
}

/* Styles for Table Top */
td#top {
background-image: url(http://www.sparrowmoon.com/Header.gif); background-repeat: no-repeat;
width: 975px;
height: 270px;
}

.gtopright {
float: right; margin: 10px 5px 0 0;
width: 300px;
height: 250px;
}

.spectableastro {
position: relative;
margin-left: 195px;
margin-top: 5px;
}

td#specastroback {
background: url(http://www.sparrowmoon.com/SpecialTableBack.gif);
width: 460px; 
height: 119px;
}

/* Styles for Main Content */

.text {
  font-family: arial;
  color: #4A0C76;
  font-size: 12px;
}

.linegap {
  margin: 10px 0 0 0;
}

.featuredborder {
background: #CCCCFF url(http://www.sparrowmoon.com/GoldBack.gif);
}

.featuredtable {
border: 1px solid #4E0086;
background: #CCCCFF;
width: 100%;
}

/* Styles for Table Footer */
.botcredit {
  margin: 10px 0 0 0;
  font-family: arial;
  color: #DCBE76;
  font-size: 10px;
}