/* Import the individual style sheets */

* { 
 float: none;
 clear: both;

}

html, body {
 font-size:100%;
 
}

#tabsJ, #footer, #header, #navigation, #leftcolumn {
display: none;
}

#faux {
 overflow: visible;
}

#printheader {
display:block;
width:300px;
height:100px;
}

#rightcolumn { 
width: 100%; margin: 0; float: none;
}

#rightcolumncontent {
width: 100%;
min-height:auto;
border: 0px;
}

#rightcolumncontent p {
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:normal;
}

#rightcolumncontentheaderhot {
width:150px;
padding:4px;
margin:5px 4px 7px 7px;
color:#FFFFFF;
background-color:#42688D;
border:2px solid #666666;
float: left;
}

#rightcolumncontentcallout {
color:#FFFFFF;
float:right;
padding:4px;
margin:5px 4px 7px 7px;
width:150px;
height:auto;
background-color:#42688D;
border:2px solid #666666;
}