/* CSS Document */

html, body {
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;
	
    /* no more scroll bar */
    overflow: auto;
}
p {margin-bottom:1em}
li{margin-left:20px;margin-bottom:1em}

#navigation {
	position:absolute; 
	top:300px;
	bottom:0; 
	left:0; 
	margin: 0;
}
.navigation {
	padding-right: 18px;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FDFDED;
	font-size: 18px;
}
#navigation a:link {
	color: #FDFDED;
}
#navigation a:visited {
	color: #FDFDED;
}
#navigation a:hover {
	color: #182116;
}
.header_darkgreen {
	font-family: "Droid serif", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #182116;
	line-height: 30px;
}
.header_darkgreen_italic {
	font-family: "Droid serif", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #182116;
	line-height: 30px;
	font-style: italic;
}
.paragraph_text_white {
	font-family: "Droid serif", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FDFDED;
	line-height: 18px;
}
.paragraph_text_dark-green {
	font-family: "Droid serif", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #182116;
	line-height: 18px;
}


.subheader_darkgreen_italic {
	font-family: "Droid serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #182116;
	line-height: 30px;
	font-style: italic;
}
#cell_padding {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
}
#footer {
   position:fixed;
   left:220px;
   bottom:0px;
   height:25px;
   width:100%;
   background:#003333;
}
#footer a:link {
	color: #FDFDED;
}
#footer a:visited {
	color: #FDFDED;
}
#footer a:hover {
	color: #637E4C;
}

/* IE 6 */
* html #footer {
	position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
	z-index: 1;
	visibility: visible;
}.footer_txt {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FDFDED;
}
#Content a:link {
	color: #182116;
}
#Content a:hover {
	color: #FDFDED;
}
#Content a:visited {
	color: #182116;
}
