#Footer {
	width:970px;
	height:60px;
	clear:both;
	padding:2em 0em 0em 0em;
	margin-top:2em;
}
*:first-child+html #Footer {
	padding:0;
}
p#FootH1{
	font-size:12px;
	margin:0;
	padding:1em;
	text-align:left;
	position:relative;
	z-index:100;
}
p#FootH1 a{
	text-decoration:none;
	color:#333333;
}
p#FootH1 a:hover{
	text-decoration:underline;
	color:#333333;
}
#FootLinkWrap {
	width:970px;
	height:8em;
	font-size:12px;
	background:#ccccff;

}
ul.FootLink {
	font-size:12px;
	float:left;
	padding:0 1em;
	_padding:0;
	margin:0;
	text-align:left;
	width:900px;
	_width:960px;
	position:relative;
	z-index:100;
}
ul.FootLink li {
	margin:5px 0 5px 10px;
	_margin:5px 0 5px 5px;
	border-left:1px solid #ccc;
	float:left;
	_width:130px;
}
ul.FootLink li span{
	padding:0 0 0 15px;
	_padding:0 0 0 10px;
	text-decoration:underline;
	position:relative;
	top:-1px;
	_font-size:9px;
}
ul.FootLink li.FLast {
	border-right:1px solid #ccc;
	_border-right:0;
	padding:0 15px 0 0;
}
*:first-child+html ul.FootLink li.FLast {
	padding:0 13px 0 0;
}
address {
	margin-top:5px;
	padding:5px;
	_padding:5px 0;
	font-size:12px;
	text-align:left;
	font-style:normal;
}
ul.FootLink li a {
	height:15px;
	display:block;
}
ul.FootLink li a:link, ul.FootLink li a:visited {
	color:#999;
}
ul.FootLink li a:hover {
	color:#ff6600;
	text-decoration:none;
}

.corner_box {
    background: #efefef;
    width:960px;
}
.corner_box strong {
	font-weight:normal;
}
.corner_top div {
    background: url(/images/tl.png) no-repeat top left;
}
.corner_top {
    background: url(/images/tr.png) no-repeat top right;
}
.corner_bottom div {
    background: url(/images/bl.png) no-repeat bottom left;
}
.corner_bottom {
    background: url(/images/br.png) no-repeat bottom right;
}

.corner_top div, .corner_top, 
.corner_bottom div, .corner_bottom {
    width: 960px;
	_width:990px;
    height: 15px;
    font-size: 1px;
}
.corner_content {
	margin: -15px 15px; 
	height:7.1em;
	_height:6.5em;
}
*:first-child+html .corner_content {
	height:6.8em;
}