
body {
  background-color: #cccccc;
  font-family: Arial;
  font-size: 11pt;


}


.navigation
{

    width: 798px;
    text-align: center;
    background-color: #CCFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    height: 50px;
    font-family: arial;
}
 a:link {

        color: blue;
        font-weight: bolder;
        text-decoration: none;
        font-size: 105%;

}
a:hover {

        color:red;
        font-weight: bolder;
        text-decoration: none;
        background-color:   #cccccc;
        font-size: 105%;
}
 a:visited {
     text-decoration: none;     

 }


#allcontent_index {

        width:             800px;
        margin-left:       auto;
        margin-right:      auto;
        background-color:  white;
        border-style: solid;
        border-color: black;
        border-width: 1px;



}
#greeting {


    text-align: left;
    width: 500px;
    padding: 10px;
    font-size: 110%;
    float: right;


}
#endorsement_main {


    text-align: left;
    width: 500px;
    padding: 10px;
    font-size: 110%;
    margin-left:150px;



}

#book {

text-align: center;


}

#description {


    text-align:left;
    width: 560px;
    padding: 10px;
    font-size: 110%;
}
.footer {

    background-image: url(images/hrgfooter.png);
    height: 100px;
    clear: both;
}
 .captioned_photo {
        float: right;
        margin: .3em 0 .3em 2em;
        padding: 0;
        line-height: 1em 0;

}
.captioned_photo p {

    width: 100%;
    margin 0;
    padding: 1em 0;

}
.captioned_photo img {

    margin: 0;
    padding: 0;
    display: block;

}
#ken_bio {


    text-align: left;
    width: 550px;
    padding:40px;
    font-size: 110%;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    background-color: #CCFFFF;
    margin-left: 85px;
    margin-top: 30px;
     font-family: arial;
}
.header {

    background-image: url(images/hrgheader.png);
    background-repeat:  no-repeat;
    width: 800px;
    height: 140px;

}

#column_left
{
    width: 240px;
    background-color: #CCFFFF;
    padding: 2px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 80%;
    font-family: arial;
    text-align: center;
    border-style: outset;
    border-width: 1px;
    border-color: gray;

}
 .box {

    text-align: left;
    margin-left: 20px;
    width: 210px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: black;



 }
 #pay_info {

    text-align: left;


 }


 h3 {
   color: blue;
 }

