body
{
    background-color:  #AFC7C7;
    /*background: url(../images/Beach.jpg);*/
    font-family: "Times New Roman";
    color: #000000;
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

div, h3, h4
{
    font-size: 12px;
    position: relative;
    z-index: 1;
}

div.main
{
    /* DIV that wraps the entire page */
    width: 760px;
    background: #fff;
    text-align:center;
    margin-left:auto;
    margin-right:auto
    /*background: url(../images/leaf-big.jpg)*/
}

p
{
    margin-top: 10px;
}

/* Begin header styles */
div.topBar
{
    background-color: #DCDCDC;
    height: 30px;
    font-size: medium;
    font-family: Lucida Handwriting;
    text-align: left;
    padding-top:10px;
    padding-left:20px;
}
div.header
{
    background-color: White;
    width: 100%;
    height: 80px;
    padding-top:20px;
}

div.header img
{
    width: 120px;
}

div.header span
{
  margin-left:50px; 
  margin-right:50px;
}
/* End header styles */

/* Begin title bar styles */
div.titleBar
{
    background-color: #DCDCDC;
    width:100%;
    height: 20px;
}

/* Begin title bar styles */

/* Begin menu styles */
div.menu
{
    float: left;
    width: 138px; /* Box model hack; pg. 284 of Designing With Web Standards - KM 8/23/04 */
    height: 660px;
    z-index: 99;
    background: Gainsboro /*url(../images/leaf-vertical.jpg);*/;
    margin-right:20px;
}

div.leftMenu
{
    margin-top: 30px;
}

/* End nav rail styles */

/* Begin blog styles */
div.blog
{
    float: left;
}
/* End blog styles */

/* Begin primary content styles */
div.priContent
{
    clear: right;
    padding: 20px 20px 20px 0px;
    height:620px;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*width: 640px; *//* Actual width of content area.*/
    background: transparent;
}

span.floatLeft
{
    float: left;
}

span.floatRight
{
    float: right;
}
/* End primary content styles */

/* Begin home page styles */
div.home
{
}

div.home img
{
    width: 300px;
    height: 420px;
}

span.floatLeft
{
    float: left;
}

div.home p
{
    text-align:left;
    font-size: large;
}

/* End home page styles */

/* Begin book styles */
div.book
{
    text-align:left;
}

span.bookTitle
{
    font-family: Arial;
    font-size: large;
    font-weight: bold;
}

div.book img
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right:20px;
    width: 150px;
    height: 189px;
}

div.book p, li
{
    font-size: large;
}


/* End book styles */

/* Begin contact styles */
div.contact
{
    font-size:large;
    text-align:center;
}

/* End contact styles */

/* Begin links styles */
div.links
{
    text-align:left;
    font-size:medium;
}

/* End links styles */

/* Begin articles styles */
div.articles
{
    font-size:medium;
    text-align:left;
}

div.pager
{
    font-size:large;
    text-align: center;
    margin-top:20px;
}

/* End articles styles */

/* Begin footer styles */
div.footer
{
    background-color: #B3B3B3;
    width:760px;
    text-align:center;
    margin-left:auto;
    margin-right:auto; 
    float: left;
}

div.footer span
{
    /* Sets font size of copyright info - KM 1/20/04 */
    font-size: 11px;
}
/* End footer styles */

/* End primary content styles */