body
{
    color: black;
    margin: 0;

}
#WholePage
{
    height: 85%;
    width:100%;
}
#HeaderLimiter
{
    width: 100%;
    background-color: #669966;
}
#Header
{
    width: 660px;
    height: 150px;
    margin: 0;
}
#Header img
{
    margin: 0px;
}
#TopMenu
{
    background-color: white;
    height: 25px;
    margin: 0;
    padding-left: 25px;
    border-left: solid 1px black;
}
#Header img
{
    border: solid 1px black;
    padding: 0px;
}
#LeftMenu
{
    float: left;
    width: 150px;
    margin: 0;
    border-right: solid 1px black;
    height: 100%;
    background-color:#003300;
}
#LeftMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    font-size: smaller;
}

#LeftMenu li
{
    margin: 0;
}

#LeftMenu li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #669966;
    border-right: 10px solid #99cc99;
    background-color: #003300;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

html > body #LeftMenu li a
{
    width: auto;
}

#LeftMenu li a:hover
{
    border-left: 10px solid #669966;
    border-right: 10px solid #99cc99;
    background-color: #336633;
    color: #fff;
}

#Content
{
    float: left;
    width: 70%;
    font-family: Arial;
    background-color: #fff;
    color: #006600;
    text-decoration: none;
    word-spacing: 0.3em;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-size: 1em;
}
#Content p
{
    padding-left:10px;
    }
.ContentImg
{
    letter-spacing: 0;
    line-height: normal;
}
#Content h2
{
   /* background: url(../Images/heart_bullet.gif) no-repeat left; */
    color: #006600;
    background-position: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-left: 20px;
    background-position: 0px 5px; /*  margin: 10px 10px 10px 50px; */
    border-bottom: solid 1px #006600;
}
#Content h3
{
   /* background: url(../Images/heart_bullet.gif) no-repeat left; */
    color: #006600;
    background-position: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-left: 20px;
    background-position: 0px 5px; /*  margin: 10px 10px 10px 50px; */
}
#Content p
{
    margin: 10px;
}

#TopMenu
{
    border-top: solid 1px black;
    background-color: #003300;
    
}
#TopMenu ul
{
    list-style: none;
    margin-left: 125px;
    padding: 0;
    border: none;
}

#TopMenu li
{
    margin: 0;
    float: left;
}

#TopMenu li a
{
    display: block;
    padding: 1px 5px 1px 0px;
    border-right:10px solid #003300;
    background-color: #003300;
    color: #fff;
    text-decoration: none; /*	width: 100%; */
}

html > body #TopMenu li a
{
    width: auto;
}

#TopMenu li a:hover
{
    background-color: #669966;

    color: black;
}
#Footer
{
    font-size: x-small;
    vertical-align: bottom;
    text-align: center;
    color: Black;
    margin: 0 auto;
	padding: 5px;
	border-top:thin solid black;
}
#Footer a
{
    color: Black;
}
.ImagePrint
{
    font-size: .7em;
}

/* Form designer 
*/

form
{
    /* set width in form, not fieldset (still takes up more room w/ fieldset width */
    font: 100% verdana,arial,sans-serif;
    margin: 0;
    padding: 0;
    min-width: 500px;
    max-width: 600px;
    width: 560px;
}


fieldset
{
    margin-left: 5px;
}
form p
{
    font-size: smaller;
    font-style: italic;
}
form label
{
    display: block; /* block float the labels to left column, set a width */
    float: left;
    width: 100%;
    font-size: small;
    padding: 0;
    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: left;
}

form input, form textarea, form select
{
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    width: auto;
    display: block; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of                               label aligns textarea better in IE */
}
.DefaultForm th
{
    text-align:right;    
    }


