html, body {
	margin:0px;
	padding:0px;
	
}
body {
	font-family:Avenir, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align:center;	
}
#Container {
	position:relative;
	width:755px;
	border:0px solid #999999;
	margin:0px auto 0px auto;
	text-align:left;
}
#ContentArea {
	position:relative; 
	width:550px;
	text-align:left;
}

#ContentAreaWide {
	position:relative; 
	width:755px;
	text-align:left;
}
/*all header items are positioned absolutely within the header div */
#Header {
	position:relative;
	height:198px;
	width:756px;
}
#header-logo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
}
#header-pic {
	position:absolute;
	left:122px;
	top:0px;
	z-index:100;
}
#header-flashText {
	position:absolute;
	left:330px;
	top:0px;
	width:426px;
	height:132px;
	background-color:#aebfc0;
	z-index:1000;
	padding-top:1px;
}
#header-EllaFoundation {
	position:absolute;
	left:122px;
	top:133px;
	z-index:100;
}
#navTop{
	position:absolute;
	left:122px;
	top:166px;
	white-space:nowrap;
	z-index:100;
}
#pic-right {
	float:right;
}




p, h1, h2, h3, h4, h5, h6 {
	margin: 0 10 10 25;
	
}
p{
	line-height:17px;
}
p, ol li{
	font-size:12px;
	color: #333333;
}



li {
	color: #333333;
	font-size:12px;
	margin-left:1em;
	margin-bottom:5px;
	font-weight:normal;
}

/* Headers */
h1,h2,h3,h4, h5 {
	margin-bottom:10px;
	padding:0px;
	margin-top:25px;

}
	
h1 {
font-size:15px;
color: #0B420D;
}

h2 {
font-size:15px;
color:#0B420D;
}

h3 {
font-size:15px;
color:#0B420D;
}

h4 {
font-size:12px;
color:#0B420D;
}

h5 {
font-size:11px;
color:#000000;
}
/* Links */
a:link {
	color: #0B420D;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #0B420D;
	text-decoration: none;
	font-weight:bold;
}
a:hover { color:#99CC66;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #0B420D;
	text-decoration: none;
	font-weight:bold;
}

strong.scheme {
	color: #0B420D;
}

/* BOTTOM NAV */
.topHeader {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #336633;;
	text-decoration: none;

}
.topHeader a:link {
	font-size: 24px;
	font-weight: bold;
	color: #336633;;
	text-decoration: none;
}
.topHeader a:visited {
	font-size: 24px;
	font-weight: bold;
	color: #336633;;
	text-decoration: none;
}
.topHeader a:hover{
	font-size: 24px;
	font-weight: bold;
	color: #336633;;
	text-decoration: none;
}
.topHeader a:active {
	font-size: 24x;
	font-weight: bold;
	336633;	text-decoration: none;
}
#Footer {
	border-top:2px solid #8DB9CD;
	clear:both;
	margin:25px 0px 25px 25px;
	line-height:20px;
	text-align:left;
}

#Footer p {
	color: #8cb9cc;
	font-size: 10px;
	font-weight:normal;
	color: #8DB9CD;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:15px;
}

#Footer  a, #Footer a:link {
	font-size: 10px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
}
#Footer a:visited {
	font-size: 10px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
}
#Footer a:hover{
	font-size: 10px;
	color: #333333;
	font-weight:normal;
	text-decoration: underline;
	}
#Footer a:active {
	font-size: 10px;
	color: #333333;
	font-weight:normal;
	text-decoration: none;
}