/* Copyright (c) 2005, 2006 Jim Sauer All Rights Reserved */

/* Color Pallette:  
    #cceeff  sky blue    [body] ---------------------------------use black text

    #445566  (068, 085, 102) steel blue  [left menu] --------------------------- use white text
    #445544  (068, 085, 068) dark green  [left and right columns, cross-bars] -- use white text
   
    #000000  black
    #FFFFFF  white
    #FFFF22  yellow
*/

/*
    Optimize screen for 800 pixels wide... shoot for a table 780px wide?  
*/

/*
    Each style should go in this order:  
        - size
        - padding
        - background
        - font
        - alignment
*/

    TD {
        border: inset         0px;
    }
    BODY {
        background-color: #cceeff;
        color:            #000000;
        font-size:           11pt;
    }
    TABLE {
        border-collapse: collapse;
        align:             center;
    }
    TABLE.classGoogleSearch {
        border-collapse:   expand;
        border: 2px solid #445566;
    }
    FORM {
        margin:               0px;
    }
    DIV.classCentered {
        text-align:        center;
    }
    TD.classTitle1 {
        width:              780px;
        height:             100px;

        background-image:        url('images/jimtaz_780x100.gif');
        background-repeat:       no-repeat;
        background-position:     right;

        font-size:           24pt;

        vertical-align:       top;
        text-align:         right;
        text-indent:          5px;
    }
    TD.classColumnLeft1 {
        width:              160px;
        padding-right:        5px;
        padding-top:          5px;
        padding-bottom:       5px;

        background-color: #445544;

        text-align:        center;
        vertical-align:       top;
    }
    TD.classColumnCenter1 {
        width:              600px;
        height:             450px;

        padding-top:          5px;
        padding-bottom:       5px;
        padding-left:         5px;
        padding-right:        5px;

        vertical-align:       top;
    }
    TD.classColumnCenterPhoto1 {
        width:              600px;
        height:             450px;

        padding-top:          5px;
        padding-bottom:       5px;
        padding-left:         5px;
        padding-right:        5px;

        text-indent:         10px;
        text-align:        center;
        
        vertical-align:       top;
    }
    TD.classColumnRight1 {
        width:                0px;
        padding-left:         5px;
        padding-top:          4px;
        padding-bottom:       4px;

        background-color: #445544;
    }
    TD.classMenunav1 {
        padding-top:          3px;
        padding-bottom:       3px;

        background-color: #445544;

        color:            #eeccff;
        font-weight:         bold;
    }
    TD.classLeftnav1 {
        width:              100px;

        background-color: #445566;

        text-align:        center;

        border:               4px;
        border-style:      groove;
    }
    TD.classMenunavLeft1 {
        width:              200px;
        text-align:          left;
    }
    TD.classMenunavCenter1 {
        width:              200px;
        text-align:        center;
    }
    TD.classMenunavRight1 {
        width:              200px;
        text-align:         right;
    }

    TD.classMenunavLeftPhoto1 {
        width:              150px;

        padding-left:        50px;        
        background-color: #445544;
        
        text-align:          left;
    }
    TD.classMenunavCenterPhoto1 {
        width:              200px;
        
        background-color: #445544;
        
        text-align:        center;
    }
    TD.classMenunavRightPhoto1 {
        width:              150px;
        
        padding-right:       50px;
        
        background-color: #445544;
        
        text-align:         right;
    }
    TD.classMenunavWide1 {
        padding-bottom:       5px;
        text-align:        center;
    }
    TD.classCaption1 {
        padding-top:          6px;
        padding-bottom:       4px;

        text-align:          left;
        text-indent:         15px;
    }
    TD.classCredit1 {
        padding-top:          6px;

        color:            #445544;
        font-size:            9pt;
        text-indent:         15px;

        text-align:          left;
    }
    TD.classClosing1 {
        padding-top:          6px;

        color:            #445544;
        font-size:            9pt;
        text-indent:         10px;
    }

    A {
        color:            #FFFFFF;
        font-weight:         bold;
        text-decoration:     none;
    }

    A.classLinkTitle1 {
        color:            #0000FF;
        font-weight:         bold;
        text-decoration:     none;
    }

    A:HOVER {
        background-color: #FFFF22;
        color:            #000000;
    }

    A.classLinkButton1 {
        width:              140px;
        height:              16px;

        font-family:   SANS-SERIF;
        font-size:           10pt;
        
        border:               2px;
        display:            block;
    }

    A.classLinkTitle1:visited {
        font-weight:       normal;
        color:            #900090;
    }

    IMG {
        border: 2px solid #000000;
    }
    IMG.classGoogleLogo {
        border:              none;
    }
    IMG.classNoBorder {
        border: 2px solid #445544;
    }
    A:HOVER IMG {
        border: 2px solid #FFFF22;
    }
    IMG.title
    {
        height:             275px;
        width:             1000px;
        border-width:           0;
    }
