﻿html
{
    background-color: #CCCCCC;
}

/* html body tag style */
body
{
    font-family: Verdana;
    font-size: 110%;
    margin: 0px;
    overflow: scroll;
    height: 100.01%;
}


a:link
{
    color: #0000ff;
    text-decoration: none;
}
a:visited
{
    color: #0000ff;
    text-decoration: none;
}
a:hover
{
    color: #ffffff;
    background-color: #0000ff;
    text-decoration: none;
}
a:active
{
    color: #0000ff;
    text-decoration: none;
}


/* h1 tag style */
h1
{
    margin: 0px;
    padding: 0px;
    font-size: 120%;
}
h4
{
    margin: 0px;
    padding: 0px;
    font-size: 115%;
}
h5
{
    margin: 0px;
    padding: 0px;
    font-size: 110%;
}

/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of 
   nested div overlays. */
/* It will also center align the design */
#banner
{
    text-align: center
}
#TellFriend
{
    float: right;
    padding-right: 20px;
}
#outer-container
{
    width: 75%;
    margin: 0 auto;
    background-color: #ffffcc;
}

/* header CSS Style Rule */
#header
{
    width: 100%;
    height: 90px;
    background-image: url(body_background.gif);
}
.Tree
{
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
.image
{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 10px;
}
.bmi
{
    padding: 15px;
}

.StrokeRecovery
{
    line-height: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

/* footer CSS Style Rule */
#footer
{
    background-color: #ffffcc;
    padding-top: 10px;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-style: dotted;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#SiteMapPath
{
    padding-top: 35px;
    padding-left: 5px;
}


/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
#content
{
    background-color: #FFFFCC;
    text-align: left;
    margin: 20px 10px 2px 0px;
    padding-left: 10px;
}



.menuitem
{
    border: 1px solid #000000;
    background-color: #ffffcc;
    color: #0000FF;
    padding: 1px;
    margin: 0px 0px; /* margin : 0px -3px;  */
    width: 18%;
    text-align: center;
    text-decoration: none;
    float: left;
}
a.menuitem:hover
{
    background-color: #0033CC;
    color: white;
    text-decoration: none;
}





.small
{
    font-size: 95%;
}
a:active
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:link
{
    text-decoration: none;
}
.quote
{
    text-align: center;
}
.float
{
    float: left;
    width: 30%;
}
.form
{
    margin-left: 18%;
    margin-right: 18%;
    background-color: #AFC2EB;
    border: 1px dashed #000;
    padding-left: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


