﻿
/* CSS Document */
body
{
    font-family: "Trebuchet MS" , Verdana, Arial, san-serif;
    font-size: .8em;
    background: url(/images/stretch/background.jpg) repeat-x;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#wrapper
{
    margin: 0 auto;
    width: 760px;
}

#header
{
    float: left;
    width: 100%;
    height: 277px;
    background: url(/images/stretch/header.jpg) no-repeat;
}

#formholderback
{
    float: left;
    width: 100%;
    background: url(/images/stretch/formbacktile.jpg) top left repeat-y;
}

#formholder
{
    float: left;
    width: 100%;
    background: url(/images/stretch/formback.jpg) top left no-repeat;
}

#formfieldsback
{
    float: left;
    display: inline;
    margin-left: 333px;
    width: 400px;
    background: url(/images/stretch/formtile.jpg) top left repeat-y;
}

#formfields
{
    background: url(/images/stretch/formheader2.jpg) top left no-repeat;
    width: 425px;
    padding-top: 39px;
    padding-left: 2px;
    padding-bottom: 10px;
}

#formfooter
{
    float: left;
    width: 100%;
    height: 29px;
    background: url(/images/stretch/formfooter.jpg) bottom left no-repeat;
}

/* bottom section */
/* footer contains footerlinks and footnote */
#footer
{
    float: left;
    font-size: 0.8em;
}

#footerlinks
{
    float: left;
    width: 760px;
    height: 34px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    background: #ffffff url(/images/stretch/footerlinks.jpg) no-repeat;
    color: #ea96ea;
    margin: 0 0 0 0;
}

#footerlinks a
{
    color: #ea96ea;
}

#footerlinks a:hover
{
    color: #fbe6fb;
}

#footerlinks a:visited
{
    color: #ea96ea;
}

#footerlinks a:active
{
    color: #ea96ea;
}

#footnote
{
    float: left;
    width: 765px;
    color: #333333;
    margin-top: 5px;
}

#footnote p
{
    float: left;
    width: 760px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: justify;
    font-size:12px;
    margin: auto 0;
}

*html #footnote p {width:755px; }

/* site specific */
#arrow
{
    position: absolute;
    margin-left: 254px;
    margin-top: 180px;
}

/* original */

