body {
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}

#ePrintcost {
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	width: 750px;
	color: black;
}

#ePrintcost p  {
	color: black;
}

#ePC_header {
	background-color: white;
	margin: 0px;
	padding: 5px;
	/* SETTING: set the height to suit images used - or set in page top with a style tag */
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#ePC_header .header_left {
/* These float images left and right on one line */
	float: left;
	width: 49%;
	vertical-align: top;
}
#ePC_header .header_right {
/* These float images left and right on one line */
	float: right;
	width: 49%;
	text-align: right; /* depends on element width */
	vertical-align: top;
}

#ePC_navigation {
	background-color: black;
	border: 1px solid #666666;
	margin: 5px 0px 0px 0px;
	padding: 3px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}
#ePC_navigation ul {
	display: inline;
	margin: 2px 10px;
	padding: 0px;
}
#ePC_navigation li {
	list-style: none;
	display: inline;
}
#ePC_navigation a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#ePC_navigation a:hover {
	text-decoration: underline;
	/*color: red;*/
}
#ePC_navigation img {
	vertical-align: middle;
}
#ePC_navigation  a.active {
	color: red;
}

#ePC_subnavigation {
	background-color: white;
	border: 1px solid #666666;
	border-style: none solid solid solid;
	margin: 0px 0px 0px 0px;
	padding: 5px 3px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}
#ePC_subnavigation ul {
	display: inline;
	margin: 2px 10px;
	padding: 0px;
}
#ePC_subnavigation li {
	list-style: none;
	display: inline;
	margin: 0px 30px;
}
#ePC_subnavigation li.heading {
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}
#ePC_subnavigation li.headingsmall {
	color: black;
	text-decoration: none;
	margin: 0px;
}
#ePC_subnavigation a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
#ePC_subnavigation a:hover {
	text-decoration: underline;
	color: red;
}
#ePC_subnavigation  a.pagination {
	font-size: smaller;
}
#ePC_subnavigation  a:hover.pagination {
	font-size: small;
}
#ePC_subnavigation  a.arrow {
	font-size: small;
	font-weight: bold;
}
#ePC_subnavigation  a.active {
	color: red;
	font-size: small;
}

#ePC_content {
	background-color: white;
	border: 1px solid #666666;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
}
#ePC_content .header {
	font-size: small;
	font-weight: bold;
	color: black;
	margin: 5px 0px 0px 5px;
}
#ePC_content .content {
	font-size: small;
	color: black;
	margin: 0px 0px 10px 30px;

}
#ePC_content table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#ePC_content table th {
	background-color: #666666;
	padding: 2px;
	font-size: x-small;
	color: #FFFBF0;
}
#ePC_content table tr.oddrow {
	line-height: 130%;
	font-size: x-small;
	text-align: left;
	background-color: #f5f5f5;
}
#ePC_content table tr.evenrow {
	line-height: 130%;
	font-size: x-small;
	text-align: left;
	background-color: #DFDFDF;
}
#ePC_content table.grid td {
	vertical-align: top;
	padding: 2px
}
#ePC_content table.grid td img {
	vertical-align: middle;
}
#ePC_content table.form {
	margin: 5px 0px;
}
#ePC_content table.form td {
	padding: 5px;
}
#ePC_content .searchheader {
	margin: 10px 5px 0px 5px;
}
#ePC_content div.login {
	margin: 0px 0px;
	padding: 10px 10px;
}
#ePC_content div.login li {
	display: inline;
	list-style: none;
}

#ePC_footer {
	background-color: #F5F5F5;
	border: 1px solid #666666;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#ePC_footernavigation {
	background-color: white;
	margin: 5px 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: Gray;
}
#ePC_footernavigation ul {
	display: inline;
	margin: 2px 10px;
	padding: 0px;
}
#ePC_footernavigation li {
	list-style: disc;
	display: inline;
	border-color: grey;
	border-width: 1px;
	border-style: none none none solid;	
	padding: 0 0 0 4px;
	margin: 0px;
}
#ePC_footernavigation li:first-child{
	border-style: none;
}
#ePC_footernavigation a {
	color: Gray;
	text-decoration: none;
}
#ePC_footernavigation a:hover {
	text-decoration: underline;
}