/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1000px;/* for mozilla*/
}
.col3_outer{
	height:100%;
	min-height:100%;
	width:1000px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
}

.col3_outer
{
	/*background:  url(/MyRate/images/site_bg.gif) repeat-y center center;*/
	background-color: White;
}
 
html>body .col3_outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
.col3_innerwrap {/* enables content first */
	float:left;
	width:750px;
	height:100%;
}
.col3_header{
	position:absolute;
	top:0;
	left:-1px;
	left:0px;
	width:100%;
	height:83px;
	border:0px solid #000;
	/*overflow:hidden;*/
	/* zindex needs to be -1 in ie7 and lower. modded in IE conditional stylesheet col3_layout_ieMOD_v4.css*/
	z-index:500;
}

.col3_nav{
	position:relative;
	padding-top:83px;
	width:100%;
	/*height:34px;*/
}

.col3_left {
	position:relative;/*ie needs this to show float */

	float:left;
	/*padding-top:93px;needed to make room for header*/
	/*padding-bottom:122px; *//* MD-WHY? needed to make room for footer */
	padding-left:10px;
	/*invisible, 2col layout now*/
	display:none;
	/*width:162px;*/
	width:1px;
	overflow:hidden;
}
/*
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}
#centrecontent p {padding-left:3px}
*/
.col3_right {
	position:relative;/*ie needs this to show float */
	width:240px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	/*padding-top:63px; needed to make room for header*/
	/*padding-bottom:122px; *//* MD-WHY? needed to make room for footer */
}

.col3_footer {
	width:980px;
	clear:both;
	height:94px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	text-align:left;
	/*padding:0 5px;*/
	left:0;
	bottom:0;
	position: absolute;
	background-color:white;
}
* html .col3_footer {/*only ie gets this style*/
	\height:94px;/* for ie5 */
	he\ight:94px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
.col3_centrecontent {
	width:724px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	/*padding-top:63px;
	/*padding-bottom:122px; *//* MD-WHY? needed to make room for footer */
	border: solid 3px #D8D8D8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:100%;
	/*min-height:675px;*/
}

/* to clear footer */
.col3_clearfooter {
	width:100%;
	height:94px;
	clear:both;
} 


