html
{
    min-height: 100%;
    width: 100%;
    height: 100%;
	border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px;
    padding-top: 0px;
    border-bottom: 0px;
}
body
{
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-color: #79D;
    margin: 0px
}
#content
{
    min-height: 100%;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
}
html > body
{
    height: auto;
}
html > body #content
{
    height: auto;
}
.navigation
{
    z-index: 1;
    left: 5px;
    width: 230px;
    right: 230px; 
    padding-top: 0px;
    position: absolute;
    top: 1em;
    padding-right: 0em;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
.navigation a
{
    padding-left: 10px;
    background: #bba;
    font: bold 1em/1.75em Arial, Helvetica, sans-serif;
    border-bottom: #56829d 3px solid; 
    list-style-type: none;
    text-decoration: none;
    display: block;
    color: #988119;
}

a.indent
{
    margin-left: 15px;
}

.navigation a:hover
{
    color: #56829d;
}
#survey a:hover
{
    color: #FFF;
}
#survey a
{
    color:#FF6;
	font: bold 1.2em/1.38em Arial, Helvetica, sans-serif;
	height:100%;
    border-style: solid;
	border-color: #00F;
    border-width: 1em;
    margin-top: 1em; 
    background:url( 'gradient.jpg' ) repeat-x;
	background-color: #79D;
}
#logos a
{
    padding-left: 1em;
    /* use only if logos are part of the navigation
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0em; */
}
.aboutApproach
{
    z-index: 1;
    right: 5px;
    width: 14em;
    padding-top: 0em;
    top: 1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
	position: absolute;
    background-color: #f0f0f0;
}
.contentText, .contentTxtHome
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    height: auto;
}

.contentTxtHome
{
    margin: 1em 14.75em 1em 14.75em;
}

.contentText
{
    margin: 1em 0.5em 1em 15em;
}

.contact
{
    border-top: #000000 1px solid;
    width: 100%;
    color: #000000;
    bottom: 0px;
    background-color: #f0f0f0;
    text-align: center;
}

#main, #aboutApproach, #contact, #scenarios
{
    font: 1.05em Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #f0f0f0;
}
#scenarios
{
    color: #FFF;
    background-color: #988119;
}

#header
{
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 25%;
    padding-top: 0px;
    top: 0px;
}
h1 {
	clear:left;
/* next 4 lines to allow search engines to read our headings */
        color: #79D;
	background:#79D;
	font-size:0%;
        height: 0%;
}
#header img
{
    width: 100%;
    left: 0px;
}

#main p
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font: 1.15em Arial, Helvetica, sans-serif;
}
#main ul 
{
    list-style-type:decimal;
    list-style-position: inside;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font: 1.2em Arial, Helvetica, sans-serif;
    padding-top: 5px;
}
#main li
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font: 1em Arial, Helvetica, sans-serif;
    padding-top: 5px;
}
li
{
	list-style-position: inside;
	padding-bottom: 5px;
}
ul, ol
{
	padding-left: 0px;
	margin-left: 0px;
}
h2
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font: bold 100% Tahoma, Avant Garde, Helvetica, Sans-Serif;
    color: #988119;
    background-color: #f0f0f0;
}
h3
{
	display:inline;
	float:left;
	margin: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	line-height:2em;
}
#main a
{
    color: #33aabb;
    background-color: #f0f0f0;
    text-decoration: none;
}
#main a:hover
{
    color: #33aabb;
    background-color: #f0f0f0;
    text-decoration: underline;
}
#main a.visited
{
    color: #339966;
    text-decoration: underline;
}
