body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
/*scrollbar-arrow-color: #d9bbf7;
scrollbar-3dlight-color: #d9bbf7;
scrollbar-darkshadow-color: #410e73;
scrollbar-face-color: #410e73;
scrollbar-highlight-color: #2C3A33;
scrollbar-shadow-color: #d9bbf7;
scrollbar-track-color: #d9bbf7;*/
}
 

#framecontentLeft {
position: absolute; 
top: 0; 
left: 0; 
width: 175px; /*Width of left frame div*/
height: 100%;
overflow: auto;
 /*Set overflow to "hidden" to disable scrollbars;
   set to "scroll" to always show scrollbars;
   set to "auto" to show scrollbars when needed only*/
background-color: #410E73;
background-image: url("images/bg8a.jpg");
background-repeat: repeat-y;
color: white;
font-variant: small-caps;
font-family: 'arial', sans-serif;
}

#maincontent{
position: fixed; 
top: 0;
left: 175px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0; 
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 175px; /*Set value to (0 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

/* Stuff I added */

/* this rule will leave menu items white, always */

a.menu:visited, a.menu:link {
color:#d9bbf7;
}

a.menu:hover {
color: white;
}

h3 {
color: #410E73;
font-variant: small-caps;
}

h4 {
color: #410E73;
font-variant: small-caps;
}

.right {text-align: right;
}

.dropcapred {
color: red;
font-weight: bold;
background: transparent;
font-size: 2.6em;
line-height: 0.9em;
float: left;
width: 0.7em;
padding-right: 2px;
}

.red {
color: red;
text-align: center;
}

.purple {
color: #410E73;
}

.purplesmall {
color: #410E73;
font-variant: small-caps;
}

img.center {
margin-top: 5px;
margin-left: 0;
margin-right: 15px;
}

img.left {
float: left;
margin-left: 0;
margin-right: 15px;
margin-bottom: 10px;
}

img.right {
float: right;
margin-right: 0;
margin-left: 15px;
margin-bottom: 10px;
}

img.clear {
clear: both;
}

.clearleft {
clear: left;
}

.clearright {
clear: right;
}

hr {
color: #ACA899;
width: 75%;
height: 1px;
text-align: center;
}

p.initial:first-line {
text-transform: uppercase;
color: #410E73;
font-weight: bold;
}

p.initial:first-letter {
font-size: 200%;
float: left;
color: #410E73;
font-weight: bold;
} 

.italic {
font-style: italic;
}

.bolditalic {
font-style: italic;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.boldpurple {
color: #410E73;
font-weight: bold;
}

.sans {
font: 1em arial, sans-serif;
}

.underline { text-decoration: underline; } 

.overline { text-decoration: overline; } 

.underover { text-decoration: underline overline; } 

.script {
color: #410E73;
font: 1.2em "Script MT Bold", "Lucida Calligraphy", cursive;
}

.smallsanscenter {
color: #410E73;
font: normal 8pt arial, sans-serif;
text-align: center;
}

.medsans {
color: #410E73;
font: normal .92em arial, sans-serif;
}

.medsansbold {
color: #410E73;
font: normal bold small-caps .92em arial, sans-serif;
}

.medsansboldnocaps {
color: #410E73;
font: normal bold .92em arial, sans-serif;
}

.largesansbold {
color: #fff;
font: normal bold small-caps 16pt arial, sans-serif;
}

.smallsanscaps {
color:  #410E73;
font: normal bold small-caps .8em arial, sans-serif;
}

.smallsansnocaps {
color:  #410E73;
font: normal bold .8em arial, sans-serif;
}

.smallersansnocaps {
color:  #410E73;
font: normal bold .75em arial, sans-serif;
}

.smallestsansnocaps {
color:  #410E73;
font: normal bold .60em arial, sans-serif;
}

.medsanscaps {
color:  #410E73;
font: normal bold small-caps 12pt arial, sans-serif;
}

.imagecaptions {
font: normal 9pt arial, sans-serif;
text-align: center;
color:  #410E73;
}

.newssanscaps {
color:  #410E73;
font: normal bold small-caps 1.2em arial, sans-serif;
}

.clickforlarger {
font: normal bold small-caps .7em arial, sans-serif;
}

.newsbold {
font: normal bold small-caps 1em arial, sans-serif;
color:  #410E73;
}

.cardcaptions {
font: italic bold .92em arial, sans-serif;
text-align: center;
}

.special {
font: normal .8em "comic sans ms", arial, sans-serif;
text-align: center;
padding: 10px;
width: 80%;
}

.smallcaps {
color: #410E73;
font-variant: small-caps;
}

.smallcaps-large {
color: #410E73;
font-variant: small-caps;
font-size: 1.5em;
}

.donationbutton {
text-align: center;
color: #410E73;
font: normal .8em arial, sans-serif;
}

.donationbuttonscript {
text-align: center;
color: #410E73;
font: 1.2em "Script MT Bold", "Lucida Calligraphy", cursive;
}

.dotted {
border-style: dotted;
border-color: #410E73;
}

.solid {
border-style: solid;
border-color: #410E73;
}

.dashed {
border-style: dashed;
border-color: #410E73;
}

.double {
border-style: double;
border-color: #410E73;
}

.groove {
border-style: groove;
border-color: #410E73;
}

.ridge {
border-style: ridge;
border-color: #410E73;
}

.inset {
border-style: inset;
border-color: #410E73;
}

.outset {
border-style: outset;
border-color: #410E73;
}

.noteblue notered notelilac {
content: "Note: ";
}

.noteblue {
color: blue;
font: normal bold .8em arial, sans-serif;
}

.notered {
color: red;
font: normal bold .8em arial, sans-serif;
}

.notelilac {
color: #d9bbf7;
font: normal bold .8em arial, sans-serif;
}

.absleft {
position: absolute; 
top: 12px; 
left: 0; 
}

.indent {
position: relative;
left: 50px;
}

.red {
color: red;
}

.purple {
color: #410E73;
}

.lilac {
color: #d9bbf7;
}

.redbold {
color: red;
font-weight: bold;
}

.font2 {
font-variant: small-caps;
font-size: 1.5em;
}

.fontnew {
font-variant: small-caps;
font-size: 14px;
font-weight: bold;
}

.boxdoublethin {
border-style: double;
border-width: thin;
}

.boxdottedthin {
border-style: dotted;
border-width: thin;
}

.boxdashedthin {
border-style: dashed;
border-width: thin;
}

.boxgroovethin {
border-style: groove;
border-width: thin;
}

.boxridgethin {
border-style: ridge;
border-width: thin;
}

.boxinsetthin {
border-style: inset;
border-width: thin;
}

.boxoutsetthin {
border-style: outset;
border-width: thin;
}

p.borderbottom {
border-bottom-style: dashed;
border-width: thin;
border-color: #d9bbf7;
}

.specialbox2 {
font: normal .8em "comic sans ms", arial, sans-serif;
text-align: center;
width: 500px;
padding: 10px 10px;
margin-top: 20px;
margin-right: 1px;
margin-bottom: 20px;
margin-left: 50px;
border: 2px #410e73 dotted;
color: #410e73;
background: #ecddfb;
}

.purplescript {
color: #410E73;
font: 1.4em "Script MT Bold", "Lucida Calligraphy", cursive;
}