/* Body Styles
----------------------------------------------- */
body {
	background-color: #DCF649;
	margin: 0px;
	background-image: url(../img/body_bgnd.gif);
	background-repeat: repeat-x;
}

/* Div Styles
----------------------------------------------- */
#pagewrap {
	width:100%;
	text-align:center;
}

#upper_page {
	width:980px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width:100%;
	text-align:center;
	height:101px;
	background-image:url(../img/footer_bgnd.gif);
	background-repeat:repeat-x;
}

#footer_content {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#footer_logos {
	margin-left:80px;
}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#04527E;
	margin-left:80px;
}

/* Link Styles
----------------------------------------------- */
a.teal {
	text-decoration:none;
	color:#04527E;
}

a.teal:hover {
	text-decoration:underline;
	color:#04527E;
}

/* List Styles
----------------------------------------------- */
ul.ftr_logos {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

li.ftrli {
	display:inline;
	float: left;
	padding:0;
	margin:0;
}

/* Misc Styles
----------------------------------------------- */
.clear {
	clear:both;
}
