html, body { scrollbar-3dlight-color: #442;
	scrollbar-arrow-color: #994;
	scrollbar-base-color: #000;
	scrollbar-track-color: #442;
	scrollbar-shadow-color: #000;
	scrollbar-face-color: #811;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #994; }

body { background: #811 url(img/mastbg.gif) repeat-x }  /* red */
.outline { background: #811 url(img/mastbg.gif) repeat-x } /* red */
.updatebox { background: #bb6 }
.welcomesignup { background: #aa5 }
.main { background: #9b994d } /* light green */
.linkbar, .footerbox { background: #4e4523 } /* moss green */
.quotebox, .contactbox, .aboutimgbox, .imgL, .imgL2 { background: #811 } /* red */

body, td, p, div { color: #4e4523 }
.quotebox, a.menu, a:hover, .contactbox, .shelley, .footerA, a.esclink { color: #bba } /* beige */
.aspiring, .tagline { color: #cc9 } /* light green */
a.menu:hover, a, .quotebox,  .quotetxt, .quotetxt2, .quotehead, .author, .phone, .footer, a.esclink:hover { color: #fff } /* white */
.divider { color: #994 }

/*.outline, */.imgL, .quotebox, .contactbox { border: #663 2px solid }  /* green */
.footer { border-top: #811 2px solid }

body, td, p, div { font-family: Arial, sans-serif }
.quotehead, .pagetitlem, .pagetitle { font-family: Georgia, "Times New Roman", Times, serif }
.updatetxt, .welcomesignup { font-size: 11px }
a.menu, .shelley, .footerB { font-size: 12px }
body, td, p, div, .author, .contactbox, .quotetxt, .quotetxt2 { font-size: 14px }
.subtitle { font-size: 16px }
.tagline { font-size: 18px }
.quotehead, .spectag { font-size: 20px }
.pagetitle { font-size: 24px }
.aspiring { font-size: 36px }

.quotehead, .pagetitle { font-style: italic }
.subtitle { font-weight: bold }
a { text-decoration: none }
.aspiring, .tagline, .quotebox { text-align: right }
.contactbox, .shelley, .footer, .footerA, .footerB, p.signup, .welcomesignup, .updatebox, .spectag { text-align: center }
p { text-align: justify }
.contactbox, p, .quotetxt, .quotetxt2 { line-height: 1.5em }
li { line-height: 2em }

.quotebox { width: 140px }
.contactbox { width: 170px }

body { margin: 0px }
.welcomesignup { margin: 50px 0px 0px 30px; } 
.updatebox { margin: 10px 0px 0px 30px; }
.welcomesignup, .updatebox { padding: 10px 15px }
.author { margin-top: 10px }
.quotebox, .contactbox { margin-top: 10px }
.linksbox { margin-top: 6px }
.footer { margin-top: 15px }
.mastquote { margin-top: 73px }
.pagetitle { margin-top: 50px }
.shelley { margin: 5px 0px }
.quotehead { margin-bottom: 10px }
.logopic, .logo { margin-left: 10px }
.parind { margin-left: 40px }
.shelleypic { margin: 25px 0px 15px 0px }
.amznbook { margin: 0px 20px 20px 20px }

.footerbox { padding: 5px }
.quotebox { padding: 30px }
.contactbox { padding: 15px }
.footer { padding: 5px 0px 0px 0px }
.footerB { padding: 3px 0px 20px 0px }
/*.quotebox { padding: 30px 30px 30px 20px }*/
.mastL { padding: 30px 0px 20px 20px  }
.mastR { padding: 20px 50px 0px 50px }
.divider { padding: 0px 3px 0px 3px }

/*************** drop down menu ***********************/

.chromestyle{
width: 99%;
/*font-weight: bold;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li {
padding: 4px 4px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
padding: 2px 8px 2px 2px;
/*font-size: 11px;
line-height:18px;*/
z-index:100;
background-color: #442;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;
color: black;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

/*.dropmenudiv a:hover{ background-color: #F0F0F0; }*/

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}
