body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 15pt;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-align: justify;
	color: #000;				
	background-color: white;
}		
#menuContainer {
	width: 175px;
	height: 100%;
	/*
	background-image: url('../img/pcs_menu_border.jpg');
	padding-right: 4px;
	*/	
	border-right: 2px solid #c0c0c0;
	background-repeat: no-repeat;
	background-position: top right;

}
.webshopTitle {
	text-align: center;
	background-color: #c0c0c0;
	vertical-align: middle;
}
#contentContainer {
	top: 0;
	left: 50%;
	position: absolute;
	margin-left: -417px;
	height: 100%;
	/*border-left: 4px solid #273c6e;
	border-right: 4px solid #273c6e;*/
	border-left: 2px solid #616d7d;
	border-right: 2px solid #616d7d;
	background-color: #fff;
	width:835px;
}
#contentContainerHeading {
	/*background-image: url('../img/pcs_header.jpg');*/
	background-image: url('../img/pcs3/pcs_banner.jpg');
	background-position: 0px -10px;
	width: 835px;
	height: 125px;
}
#contentContainerFooter {
	background-image: url('../img/pcs3/pcs_bar.jpg');
	background-color: #fff;
	width: 835px;
	height: 27px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

#contentContainerBody {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 450px;
	background-color: #fff;
	width:835px;
}
#contentContainerBodyTable {
	width: 835px;
	background-color: white;	
	height: 100%;
}
#contentContainerServices {
	/*background-image: url('../img/pcs_bar_1.jpg');
	background-repeat: no-repeat;
	background-position: top center;*/
	background-color: white;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	position: relative;
}
#address {
	text-align: center;
	font-size: 9px;
	font-weight: bolder;
	line-height: 11px;
	color: #000;
	padding-top: 50px;
	padding-bottom: 10px;
}
#copy {
	text-align: center;
	background-color: #fff;
}
#copy td {
	color: #000;
	font-size: 0.6em;
}
a,a:visited {
	color: #ff9000;
	text-decoration: none;
}
div,P,UL,LI {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #000;
	line-height: 15pt;
	font-family: Verdana, Tahoma, Arial;
}
.mandatory {
	color: red;
	font-size: 9px;
}
.error,.error td {
	background-color: firebrick;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.info,.info td {
	background-color: green;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
input, select, option {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #292727;
}
.footerLinkTop {
	text-align: right;
}
.footerLinkTop a, .footerLinkTop a.visited {
	text-decoration: none;
	font-size: 10px;
	/*color: #808080;*/
}
h1 {
	text-transform: uppercase;
	font-size: 12pt;
	color: #000;
	margin-top: 0px;	
}

h2 {
	margin-top: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}

h3 {
	margin-top: 0px;
	font-size: 12pt;
	font-weight: normal;
}
#printHeader {
	display: none;
	visibility: hidden;
}