/*
   $Id: as_help.css,v 1.3 2004/11/21 00:18:17 leigh Exp $
   HTML 4.0 CSS declaration for Oz Music Code LLC. HelpViewer web pages.
   Copyright Oz Music Code LLC. (c) 2003, All Rights Reserved.

   Leigh Smith <leigh@ozmusiccode.com>
*/

body {
    color: rgb(171, 202, 0);
    background: rgb(83, 145, 0); 
    font-family: Helvetica, sans-serif; 
    font-size: 11pt;
}

em { font-style: italic; font-weight: bold; }
strong { text-transform: uppercase;  font-weight: bold; }

A:link { color: rgb(255, 255, 255) } /* for unvisited links */
A:visited { color: rgb(0, 0, 0) } /* for visited links */
A:active { color: rgb(255, 0, 102) } /* when link is clicked */

/* Titlepage describes the Help! header on the first page, Navheader
 describes the Help! header on subsequent pages. */
div.titlepage, div.navheader {
    background-image: url("Images/WomenAndHelp.png");
    background-repeat: no-repeat;
    display: block;
    margin-top: 0;
}

div.navheader {
    background-position: top left;
    padding-top: 155px; 
}

div.titlepage {
    background-position: top left;
    padding-top: 155px;
}

div.titlepage h1 {
    position: absolute;
    top: 56em; /* this needs adjusting each time */
    left: 1em;
    padding-right: 1em;  
    font-size: 70%;
}

p.copyright {
    position: absolute;
    top: 58em; /* this needs adjusting each time */
    left: 1em;
    padding-right: 1em;  
    font-size: 70%;
}

div.titlepage hr {
    size: 0;
}

div.toc {
    padding-left: 28%;
    width: 40em;
    float: left;
}

/* Sect1 is the division displaying the textual and image content. */
/* Ensure it's big enough to not clip the image */
div.sect1 {
    border: none;
    background: rgb(83, 145, 0); 
    color: rgb(255, 255, 255);
    background-image: url("Images/Women.png");
    background-repeat: no-repeat;
    display: block;
    margin-top: auto;
    margin-bottom: 0%;
    margin-left: 0%;
    padding-top: 1em;
    padding-left: 28%;
    padding-bottom: 1em;
    padding-right: 2em;
}

/* H1 describes the title of each section 1. */
div.sect1 h1 { 
    font-weight: bold;
    font-size: 200%;
}

div.sect1 A:hover { /* when mouse is over link */
    color: rgb(0, 96, 255);
    background: rgb(8, 49, 143);
} 

div.sect1 p {
    font-size: smaller;
}

div.abstract {
    font-size: larger;
    margin-left: 0;
    margin-bottom: auto;
}

div.navfooter td {
    color: rgb(171, 202, 0);
}

acronym {
    font-style: normal;
}

span.guibutton,span.guimenu,span.guimenuitem {
    padding: 1px;
    color: black;
    background-color: #C0C0C0;
    border: 1px ridge #404040;
}

