@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.oneColFixCtrHdr  #wrapperPop {
	width: 500px; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #headerPop {
	padding: 95px 10px 0 10px;
	background: url(../../images/logo_hdr.gif) no-repeat 10px top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContentPop {
	margin: 10px 25px 0 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #012768;
	/*padding: 10px 10px 0 25px;*/
	padding: 5px 0 10px 15px; /* padding here creates white space "inside the box." */
	line-height: 18px;
	text-align: justify;
}
#footerPop {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	clear: both;
	height: 39px;
	padding-right: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
}
.imgPop_ftr {
	margin: 0px;
	padding: 0px;
	float: left;
}

#copyrightPop {
	font-size: 10px;
	line-height: 13px;
	padding: 10px 20px 15px 30px;
	text-align: center;
}
#tertMenuPop {
	width: 120px;
	float: right;
	margin-top: 55px;
}
#tertMenuPop a{
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	color: #145F98;
	text-decoration: none;
}
#tertMenuPop a:hover, #tertMenuPop a:active{
	color: #145F98;
	text-decoration: underline;
}
#calc .header {
	font: 12px Tahoma, Arial, sans-serif;
	color: #333333;
	background: #FFF;
}
#calc .header2 {
	font: 12px Tahoma, Arial, sans-serif;
	color: #333333;
	background: #E6EFFF;
}
#calc {
	font-weight: bold;
	color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #012768;
	border-right-color: #012768;
	border-left-color: #012768;
}
#calc td{
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #012768;
}
.altrow{
	background: #E6EFFF;
}
