@import "base.css";
body {
	background: white;
	font-size: 87.5%;
	text-align: center;
}

table {
	font-size: 100%;
}

#header,
#footer a {
	color:#008c6d;
}

#header a:link,
#header a:visited,
#footer a:link,
#footer a:visited {
	text-decoration:none;
}
#header a:hover,
#header a:active,
#footer a:hover,
#footer a:active{
	text-decoration:underline;
}

#header div#skipLink {
	position: absolute;
	left: -10000px;
	top: 0;
}

table#header {
	width: 100%;
	margin: 0;
	padding-top: 6px;
	background: url(../../img/shared/header_bgline_01.gif) 50% 0 no-repeat;
}

table#header td {
	text-align: center;
}

table#headerBody {
	width: 960px;
	text-align: center;
	margin: 10px auto 20px;
}

table#headerBody td {
	text-align: left;
}

td#identity {
	padding: 10px 0 20px 10px;
	color: #222;
	font-size: 85.72%;/* (12px) */
	font-weight: bold;
}

td#identity span.corporateLogo img {
	margin-bottom: -1px;
	vertical-align: baseline;
}

td#identity span.areaIdentifier {
	margin-left: 33px;
}

td#parentLink {
	vertical-align: top;
	font-size: 78.57%;/* (11px) */
}

td#parentLink li {
	text-align: right;
}

td#parentLink li a {
	padding-left: 20px;
	background:url(../../img/shared/linklistmarker_04.gif) 8px 0.3em no-repeat;
	font-weight: bold;
	color:#008c6d;
}

table#contentArea {
	width: 960px;
	margin: 0 auto;
}

table#contentArea td img{
	vertical-align:top;
}

table#footer {
	margin-top: 50px;
}

table#footerBody {
	width: 960px;
	margin: 0 auto;
}

table#footerBody div.utility {
	margin-top:13px;
	zoom:1;
}

table#footerBody div.utility:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

table#footerBody div.utility ul {
	float:right;
	font-size:78.58%;
	zoom: 1;
}

table#footerBody div.utility ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

table#footerBody div.utility li {
	float: left;
}
table#footerBody div.utility li a {
	margin-left:15px;
	padding-left: 8px;
	background:url(../../img/shared/linklistmarker_01.gif) 0 0.25em no-repeat;
}


table#footer address {
	clear:both;
	display:block;
	height:19px;
	margin: 0 auto;
	padding: 9px 0 0;
	background:url(../../img/shared/footer_bg_ci_01.gif) 50% 100% no-repeat;
	*padding: 9px 0;
	*background-position: 0 0;
	color:#a6d8cc;
	font-size: 78.58%;/* (11px) */;
	font-style:normal;
	text-align: center;
	zoom:1
}

table#footer address span.copyright {
	display:block;
	width:960px;
	margin: 0 auto;
	*margin-top: 9px;
	text-align:right;
}

a[href^="http"]:after {
	content: '';
}

