body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	color: #8c8c8c;
	text-align:center;
}
strong {
	font-weight: bold;
	color: #34beed;
}
hr{display: none;}
ul,ol,li,dl,dt,dd,p {
	margin:0px;
	padding:0px;
}
.clear{display:none}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#centerColumn {
   width:693px;
   min-width:693px;
   padding: 20px 0px 10px 0px;
   margin:auto;
   text-align:left;
}
/* Hides from IE-mac \*/
#warning { display: none; }
/* End hide from IE-mac */

#pagefooter {
	width: 693px;
	clear:both;
	height:52px;
	background-image: url(../images/dotline_x.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#pagefooter ul.pnkz li{
	float: left;
	margin:21px 20px 0px 0px;
	list-style-type: none;
}
#pagefooter ul.pagetop li{
	float: right;
	margin:21px 0px 0px 20px;
	list-style-type: none;
}
#footer {
	clear:both;
	width:683px;

   	margin: 10px auto;
	background-image: url(../images/common/footer_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer ul.subm li{
	float: left;
	margin:11px 10px 0px 0px;
	list-style-type: none;
}
#footer .logo{
	float: right;
	width: 85px;
	margin:11px 0px 0px 0px;
}