/* Style based on css Zen Garden submission 175 - 'Business Style', by Gunta Klavina, http://www.klavina.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px Arial, Lucida Sans Unicode, Arial, sans-serif;
    background: #336666;
    text-align: center;
    }
a
    {
    color: #CC6600;
    }
a:hover
    {
    color: #336666;
    }
a:visited
    {
    color: #666666;
    }

acronym
    {
    border: none;
    }

#preamble h3 span, #explanation h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span, #lresources h3.resources span, #larchives h3.archives span, #lselect h3.select
    {
    color: #CC6600;
    font: 22px/150% Impact;
    font-weight: normal;
    background: white;
    }

#preamble h2 span, #explanation h2 span, #participation h2 span, #benefits h2 span, #requirements h2 span, #lresources h2.resources span, #larchives h2.archives span, #lselect h2.select
    {
    color: black;
    font: 150% Impact;
 	font-weight: normal
    background: white;
    }

#container
    {
    margin: 0 auto;
    width: 1150px;
    position: relative;
    background: white;
    padding: 0 10px 0 10px;
    text-align: left;
    }
* html #container
    {
    width: 900px;
    }

#pageHeader
    {
    position: absolute;
    top: 25px;
    left: 40px;
    }
h1
    {
    background: white;
    width: 156px;
    overflow: hidden;
    margin: 0;
    }
h1 span
    {
    font-size: 14px;
    margin: 0;
    }
h2
    {
    font-size: 14px;
    margin: 0;
    }

#quickSummary
    {
    padding-top: 0px;
    }
#quickSummary .p2
    {
    font-size: 12px;
    position: absolute;
    top: 65px;
    right: 20px;
    margin: 0;
    }
#container #intro #quickSummary .p1
    {
    font-size: 11px;
    height: 15px;
    background: white;
    margin: 0;
    width: 900px;
    color: white;
    font: 12px/150% Impact;
    }
#container #intro #quickSummary .p1  span
    {
    padding: 15px 30px 0 30px;
    display: block;
    margin: 0;
    font: 12px/150% Impact;
    }

#preamble, #supportingText
    {
    margin: 0 20px 0 243px;
    }
#supportingText p, #preamble p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }
 #preamble h3, #explanation h3, #participation h3, #benefits h3, #requirements h3
    {
    width: 600px;
    height: 24px;
    margin: 24px 0 10px 0;
    }
 #preamble h2, #explanation h2, #participation h2, #benefits h2, #requirements h2
    {
    width: 400px;
    height: 0px;
    margin: 40px 0 40px 0;
    }

#preamble h3
    {
    background: white;
    }
#explanation h3
    {
    background: white;
    }
#participation h3
    {
    background: white;
    }
#benefits h3
    {
    background: white;
    }
#requirements h3
    {
    background: white;
    }
#requirements
    {
    margin-bottom: 40px;
    }

#linkList
    {
    position: absolute;
    top: 200px;
    left: 0;
    width: 210px;
    }
#lselect ul, #larchives ul, #lresources ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
#lselect ul li a
    {
    text-decoration: none;
    display: block;
    font-size: 13px;
    }
#lselect ul li.c, #lselect ul li a.c
    {
    display: inline;
    font-size: 12px;
    color: #333;
    }
#lselect ul li a.c
    {
    text-decoration: none;
    }
#lselect ul li a:hover.c
    {
    color: #D60808;
    }
#lselect ul li
    {
    font-size: 12px;
    border-bottom: 1px solid #E6EEF0;
    }
#linkList #larchives ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 5px 0;
    }
#linkList #lresources ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 5px 0;
    }
#lresources h3.resources
    {
    background: white;
    width: 69px;
    height: 15px;
    margin: 30px 0 5px 40px;
    }
#larchives h3.archives
    {
    background: white;
    width: 69px;
    height: 15px;
    margin: 30px 0 5px 40px;
    }

#footer
    {
    background: white;
    color: #CC6600;
    height: 24px;
    text-align: center;
    padding: 0 10px 0 0;
    line-height: 26px;
    font-size: 11px;
    width: 650px;
    }
#footer a
    {
    color: white;
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: underline;
    }