/******************************
 *    Page Level Defaults     *
 ******************************/
body {
    text-align:center;
    font-family:Verdana, Arial, Helvetica, Sans-Seriff;
     }

div.body{


    border:solid black 1px;
    padding:5px;
    text-align:left;
    /*height:550px;*/
    margin:auto;
    width:730px;
    width:730px   !important;
    width/**/:/**/730px;


}
#pageBanner{

    height:84px;
    width:728px;
    width:728px !important;
    width:728px;
    width/**/:/**/735px;
}
#titleImg{

    border:solid black 1px;
    width:100%;
    width:99% !important;/*Mozilla Rule*/
    width:99%;
    width/**/:/**/100%;
    /*IE Rule*/

}

#page p{
    font-size:xx-small;

}
a:link, a:visited {
    color:#06C;
    font-weight:bold;
    }
a:hover{
    color:#FF0;
    text-decoration:none;
}
/*Page Title Heading*/

/*page Features*/

.footbar{
    clear:left;
    font-size:xx-small;
    background-color:#006;
    color:#9ff;
    text-align:center;
    border:solid black 1px;
    /*height:2em;
    padding:0.5em;*/

    width:728px;
    width:728px !important;
    width:728px;
    width/**/:/**/735px;

    }

/****************************************
 *    Main Content Division Defaults    *
 ****************************************
    Leftcol: Span for left column
    Rightcol:Span for right column
    */
#page {
    text-align:left;
    margin:10px 0px 10px 0px;
    height:470px;
    width:730px;
    width:730px   !important;
    width/**/:/**/735px;
}

/*Default Secondary Header*/
#page h2 ,#page div.tip h2 {

    margin-bottom:2px;
    font-size:small;
    font-size:small  !important;
    font-size:x-small;
    }
/*******************************
 *    Right Column Rules       *
 *******************************/

/*Tip of the month box*/
#page #rightcol div.tip {
    font-size:xx-small;
    padding:0px 10px 0px 10px;
    background-color:white;
    margin:8px;
    border:solid black 1px;
}
/*Tip pagragraph size*/
#page #rightcol div.tip p {
    font-size:xx-small;
    margin-top:0px;
    }

/********************************
 *    Left Column Formats       *
 ********************************
*/
/*Defaults*/
#leftcol {
    width:60%;
    float:left;

    }

#leftcol p, #leftcol span, #rightcol span,{
    text-align:left;
    /*font-size:x-small;*/
    margin-top:0px;
    }

/*****************************
 *    Right Column Formats   *
 *****************************/
#rightcol {
    width:40%;
    background-color:#FF0;
    float:left;
    border:solid black 1px;
    }
.rightImg{width:100%;border:solid #000 1px;}
/*****************************
 *    Common Column Formats  *
 *****************************/
#leftcol, #rightcol {
    /*border:solid black 1px;*/
    height:100%;
    vertical-align:top;
    }