/* ==========

    OLTCA Web Site
    Master Style Sheet

    Revisions:
        2001 09 19 - ZK. Created the style sheet.
		2002 01 10 - BC. Added A.MenuItemSelected class, for the currently selected menu item.

========== */

/* Start - Normal Content Formatting */
    body {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size:   12px; 
        margin:      0px;
    }

    h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size:   18px; 
        margin:      0px; 
        color:       #999966;
    }

    TD.BodyContent {
        font-family:  Verdana, Arial, Helvetica, sans-serif; 
        font-size:    12px;
        margin:       0px;
        padding-left: 20px;
    }
/* End   - Normal Content Formatting */

/* Start - Menu Formatting */
    /* Start - Divisions */
        DIV.MenuSection {
            font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size:   13px; 
            margin:      10px;        
            color:       white;
            font-weight: bold;
        }

        DIV.SelectedMenuSection {
            font-family:    Verdana, Arial, Helvetica, sans-serif; 
            font-size:      13px; 
            width:          100%;
            padding-left:   10px;
            margin-top:     10px;
            padding-top:    5px;
            padding-bottom: 5px;
            color:          black;
            font-weight:    bold;
            background:     white;
            border-bottom:  1px solid black;
            border-top:     1px solid black;
        }

        DIV.MenuItem {
            font-family:    Verdana, Arial, Helvetica, sans-serif; 
            font-size:      12px; 
            margin-left:    20px;        
            color:          white;
            padding-top:    2px;
            padding-bottom: 2px;
        }
    /* End   - Divisions */

    /* Start - Anchors */
        A.MenuSection, A:link.MenuSection, A:visited.MenuSection, A:active.MenuSection {
            font-family:     Verdana, Arial, Helvetica, sans-serif; 
            font-size:       13px; 
            color:           white;
            font-weight:     bold;
            text-decoration: none;
        }

        A:hover.MenuSection {
            text-decoration: underline;
        }

        A.SelectedMenuSection, A:link.SelectedMenuSection, A:visited.SelectedMenuSection, A:active.SelectedMenuSection {
            font-family:    Verdana, Arial, Helvetica, sans-serif; 
            font-size:      13px; 
            color:          black;
            font-weight:    bold;
            text-decoration: none;
        }

        A:hover.SelectedMenuSection {
            text-decoration: underline;
        }

        A.MenuItem, A.link:MenuItem, A.visited:MenuItem, A.active:MenuItem {
            font-family:    Verdana, Arial, Helvetica, sans-serif; 
            font-size:      12px; 
            color:          white;
            text-decoration: none;
        }

		A.MenuItemSelected, A.link:MenuItemSelected, A.visited:MenuItemSelected, A.Active:MenuItemSelected {
            font-family:    Verdana, Arial, Helvetica, sans-serif; 
            font-size:      12px; 
            color:          #999966;
            text-decoration: none;
			font-weight:			bold;
        }

        A:hover.MenuItem {
            text-decoration: underline;
        }
    /* End   - Anchors */
/* End   - Menu Formatting */

/* Start - Content Manager Hotlinks Formatting */
    DIV.ContentManagerHotlinks {
        position: absolute;
        left: 55px;
        top: 7px;
    }
/* End   - Content Manager Hotlinks Formatting */
.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none; color: #666699}

	.nobox {
		border: 0px;
	}

