/* style sheet for the Marah Light website: www.MarahLight.com  */
/* Copyright (c) 2004 Jodee Chizever                            */


/* style for the body */
body
{
background-color: #CCCCFF;
margin-top: 0;
margin-right: 1em;
margin-bottom: 0;
margin-left: 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

/* we want the main table to be the entire height of the page */
table.main
{
height: 100%;
}

/* style for the table of contents column on each page */
.navpane
{
width: 125px;
vertical-align: top;
}

/* the separator column between the navpane and the content */
.sep
{
width: 30px;
background-image: url("sep.gif");
background-position: center ;
background-repeat: repeat-y;
}

/* OLD styles for when the navpane was its own color */
.navpaneOLD
{
background-color: #99CCFF;
width: 125px;
vertical-align: top;
}
.sepOLD
{
width: 10px;
}


/* the cell containing the main content */
.content
{
vertical-align: top;
}

/* stones for HR */
HR.topstone
{
height: 20px;
background-image: url(hsep.jpg);
background-repeat: repeat-x;
}


/* set the HR to be thin stones */
HRstone
{
height: 7px;
background-image: url(hsep.jpg);
background-repeat: repeat-x;
}


/* set the HR color to be the same as the TOC color */
HR
{
color: #99CCFF;
}


/* put a border around a picture */
img.gutter
{
margin-top: 0.5em;
margin-right: 0.5em;
margin-bottom: 0.5em;
margin-left: 0.5em;
}

/* stuff we want to hilight a bit more */
.strong
{
color: #660099;
font-style: italic;
font-weight: bold;
}

/* indent addresses and don't put them in italic */
address
{
font-style: normal;
margin-left: 25px;
}

/* no borders on images */
img
{
border: 0;
}

/* links in the navpane change when you hover over them */
A:hover.toc
{
font-size: larger;
}



/* sample font-faces for serif and sans serif font */
P.serif
{
font-family: Georgia, "Times New Roman", Times, serif;
}

P.sans
{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

