/* general styles for the pages */

html, body {
        margin: 0;
        padding: 0;
        font-size: : 20px; 
        font-family: "Helvetica Neue", Helvetica, "sans-serif";
        background-color: #09460F;
        color: #FFFFCC;
        height: 100%;
}

p {
	padding: 0px 15px;
	line-height: 1.2em;
    text-indent: 2.0em;
}


a {
	outline: none;
	text-decoration:none;
}

#index {
    margin-left: auto;
    margin-right: auto;
}

a:link, a:visited {
	color: #F7AE16;
}

a:hover, a:active {
	color: #F9630D;
}

ul {
    margin-left: 25%;
}

.listTitle {
    margin-left: 20%;
}

#header a {
    font-size: 30px;
    outline: none;
	text-decoration:none;
}

#header a:link { color: #FFFFCC; }
#header a:visited { color: #FFFFCC; }
#header a:active { color: #F7AE16; }
#header a:hover { color: #F7AE16; }

#header {
        background-color: #588E03;
        color: #FFFFCC;
        font-size: 35px;
        text-align: center;
        border-bottom: 10px solid #9BBB38;
}

#container {
				position: relative;
				min-height: 100%;
				height: 100%;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: auto;
			}
html>body #container {
    height: auto;
}


#main {
        background-color: #09460F;
        color: #FFFFCC;
        font-size: 20px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 5%;
        padding-bottom: 40px;
        overflow: auto;
}

#footer {
        padding: 5px;
        position: absolute;
        bottom: 0;
        width: 99%;
        color: #FFFFCC; 
        background-color: #588E03;
        font-size: 10px;
        text-align: center;
          
}

#block {
    text-align: center;
}

element {
}

