.top_nav {
	background-image: url(../images/ed_header_topnav_bg2.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
}
.header_top {
	background-image: url(../images/ed_header_top_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
}
#flash {
	position:relative;
}
#flash_border {
	position:absolute;
	top:0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/fopp_footer_middle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 11px;
}
.sidenav {
	background-image: url(../images/ed_sidenav_bg.png);
	background-repeat: repeat-y;
	padding-top: 17px;
	padding-bottom: 28px;
	height: 200px;
}
.topnav_hard_code {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
}
.sidenav_buttons {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #376FA4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}


#sidenav {
	position: relative;
	font-size: 13px;
	color:#376FA4;
	font-family: Tahoma;
	font-weight: normal;
	width: 216px;
	text-transform: uppercase;
}
#sidenav p {
}
#sidenav a {
	color:#376FA4;
	font-size: 13px;
	text-decoration: none;
	display:block;
	font-weight: normal;
	font-family: Tahoma;
	padding: 3px 10px 3px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}
#sidenav a:hover {
	color:#000000;
	display:block;
	background-color:#B8D3CF;
	padding: 3px 10px 3px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#topnav {
	position: relative;
	font-size: 13px;
	color:#FFFFFF;
	font-family: Tahoma;
	font-weight: normal;
	padding-right: 10px;
}
#topnav p {
}
#topnav a {
	color:#FFFFFF;
	font-size: 13px;
	text-decoration: none;
	display:inline;
	font-weight: normal;
	font-family: Tahoma;
}
#topnav a:hover {
	color:#000000;
	display:inline;
}
.content {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #9da97d;
	background-image: url(../images/fopp_content_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.search_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0075bf;
	padding-right: 30px;
}
.content_inner_text_area {
	background-color: #ced4be;
	background-image: url(../images/fopp_content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.nav_border_ends {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b6ddee;
	border-left-color: #329fd0;
}
.content_inner_text_area ul li {
	list-style: disc;
}
.content_inner_text_area ol li {
	list-style: decimal;
}