/*{*smarty*}{literal} 
 -------------------------------------------------------------- 
	corelayout.css
	*PCPro layout css sets out the core block components of the site
--------------------------------------------------------------*/
* html {
	height: 100%; /* kill peekaboo bug in IE */
}

#miscosoftBing div#mainLeft {
float:left;
margin:0 5px 10px 0;
width:815px
}

#miscosoftBing div#mainLeft div#leftContent {
float:left;
margin:0 10px 15px 0;
width:465px
}

#miscosoftBing div#mainLeft div#rightContent {
float:left;
width:330px
}

div#right {
display:none;
background:red;
}

div#middle {width: 830px;}

*html .leftBlueboxes {
width:465px !important; 
}

*:first-child+html .leftBlueboxes {
width:465px !important; 
}

*html .rightBlueboxes {
width:335px !important; 
}

*:first-child+html .rightBlueboxes {
width:335px !important; 
}


*html .socialBookmarks {
width:465px  !important; 
}

*:first-child+html .socialBookmarks {
width:465px  !important; 
}

div#main div#mainLeft {overflow: visible; width: 900px;}
div#stage div#main {width: 820px;}
div#stage div#rightColumn {width: 152px;}

/* IE6 Hacks */
	* html div#stage div#rightColumn {width: 142px !important;}
	* html #miscosoftBing div#mainLeft div#leftContent {margin-right: 0 !important;}
	* html #miscosoftBing div#mainLeft {width: 820px !important;}
	form#searchBox #term {width: 90px !important;}
	* html form#searchBox #term {width: 85px !important;}
	
	
div#footer a {
color:black
}

div#footer a:hover {
color:black
}

